Metadata-Version: 1.1
Name: goless
Version: 0.5.1
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: .. image:: https://travis-ci.org/rgalanakis/goless.svg?branch=master
            :target: https://travis-ci.org/rgalanakis/goless
            :alt: build status
            :align: right
        
        .. image:: https://img.shields.io/coveralls/rgalanakis/goless.svg
            :target: https://coveralls.io/r/rgalanakis/goless
            :alt: coverage status
            :align: right
        
        goless
        ======
        
        The **goless** library provides **Go** programming language
        semantics, such as channels, select, and goroutines,
        built on top of **gevent**, **PyPy**, or **Stackless Python**.
        It works with PyPy, CPython, and Stackless Python interpreters.
        
        Using goless, you can write Go-style concurrent programs in Python.
        
        **goless** has extensive documentation and examples.
        See https://goless.readthedocs.org/ for more information.
        
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
