Metadata-Version: 1.1
Name: goless
Version: 0.7.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
        ======
        
        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.
        
        .. _Go: http://www.golang.org
        .. _testing: https://travis-ci.org/rgalanakis/goless
        .. _examples: https://github.com/rgalanakis/goless/tree/master/examples
        .. _documentation: https://goless.readthedocs.org/
        
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
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
