• Stars
    star
    502
  • Rank 87,209 (Top 2 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Go-like semantics built on top of Stackless Python.
build status coverage status

goless

Using the goless library, you can write Go language style concurrent programs in Python. goless provides functionality for channels, select, and goroutines. goless allows you to use Go's beautiful and elegant concurrency programming model, but in the familiar and comfortable language of Python.

goless works on top of gevent, PyPy, or Stackless Python. It works with PyPy, CPython, and Stackless Python interpreters, and Python 2.6 to 3.4.

goless has extensive testing, documentation and examples. See https://goless.readthedocs.org/ for more information.