Metadata-Version: 1.1
Name: goless
Version: 0.5.0
Summary: Provides a Go-like concurrent programming style in Python.
Home-page: https://github.com/rgalanakis/goless
Author: Rob Galanakis
Author-email: rob.galanakis@gmail.com
License: Apache
Description: goless provides Go-like channels and a select function
            in Python, written on top of gevent, PyPy, or Stackless Python.
            Using goless, you can write Go-style concurrent programs in Python.
            
Keywords: tasklet stackless go concurrent threading async gevent go golang
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
