Metadata-Version: 2.0
Name: coconut-develop
Version: 1.2.0.post0.dev14
Summary: Simple, elegant, Pythonic functional programming.
Home-page: http://coconut-lang.org
Author: Evan Hubinger
Author-email: evanjhub@gmail.com
License: UNKNOWN
Keywords: functional programming language,functional programming,functional,programming language,compiler,match,matches,matching,pattern-matching,pattern matching,algebraic data type,algebraic data types,data,data type,data types,lambda,lambdas,lazy list,lazy lists,lazy evaluation,lazy,tail recursion,tail call,optimization,recursion,recursive,infix,function composition,partial application,currying,curry,pipeline,pipe,unicode operator,unicode operators,frozenset literal,frozenset literals,destructuring,destructuring assignment,reduce,takewhile,dropwhile,tee,consume,count,parallel_map,concurrent_map,MatchError,datamaker,addpattern,prepattern,recursive_iterator,data keyword,match keyword,case keyword
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Environment :: Console
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Other
Classifier: Programming Language :: Other Scripting Engines
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: IPython
Requires-Dist: prompt-toolkit (==1.0.7)
Requires-Dist: pygments (==2.1.3)
Requires-Dist: pyparsing (==2.1.9)
Provides-Extra: all
Requires-Dist: ipython (==4.2.1); extra == 'all'
Requires-Dist: jupyter (==1.0.0); extra == 'all'
Requires-Dist: jupyter-console (==4.1.1); extra == 'all'
Requires-Dist: mypy-lang (==0.4.5); extra == 'all'
Requires-Dist: psutil (==4.3.1); extra == 'all'
Requires-Dist: watchdog (==0.8.3); extra == 'all'
Provides-Extra: dev
Requires-Dist: ipython (==4.2.1); extra == 'dev'
Requires-Dist: jupyter (==1.0.0); extra == 'dev'
Requires-Dist: jupyter-console (==4.1.1); extra == 'dev'
Requires-Dist: mypy-lang (==0.4.5); extra == 'dev'
Requires-Dist: pre-commit (==0.9.1); extra == 'dev'
Requires-Dist: psutil (==4.3.1); extra == 'dev'
Requires-Dist: pytest (==3.0.2); extra == 'dev'
Requires-Dist: recommonmark (==0.4.0); extra == 'dev'
Requires-Dist: sphinx (==1.4.6); extra == 'dev'
Requires-Dist: sphinx-bootstrap-theme (==0.4.12); extra == 'dev'
Requires-Dist: watchdog (==0.8.3); extra == 'dev'
Provides-Extra: docs
Requires-Dist: recommonmark (==0.4.0); extra == 'docs'
Requires-Dist: sphinx (==1.4.6); extra == 'docs'
Requires-Dist: sphinx-bootstrap-theme (==0.4.12); extra == 'docs'
Provides-Extra: ipython
Requires-Dist: ipython (==4.2.1); extra == 'ipython'
Requires-Dist: jupyter (==1.0.0); extra == 'ipython'
Requires-Dist: jupyter-console (==4.1.1); extra == 'ipython'
Provides-Extra: jobs
Requires-Dist: psutil (==4.3.1); extra == 'jobs'
Provides-Extra: jupyter
Requires-Dist: ipython (==4.2.1); extra == 'jupyter'
Requires-Dist: jupyter (==1.0.0); extra == 'jupyter'
Requires-Dist: jupyter-console (==4.1.1); extra == 'jupyter'
Provides-Extra: mypy
Requires-Dist: mypy-lang (==0.4.5); extra == 'mypy'
Provides-Extra: tests
Requires-Dist: ipython (==4.2.1); extra == 'tests'
Requires-Dist: jupyter (==1.0.0); extra == 'tests'
Requires-Dist: jupyter-console (==4.1.1); extra == 'tests'
Requires-Dist: mypy-lang (==0.4.5); extra == 'tests'
Requires-Dist: psutil (==4.3.1); extra == 'tests'
Requires-Dist: pytest (==3.0.2); extra == 'tests'
Provides-Extra: watch
Requires-Dist: watchdog (==0.8.3); extra == 'watch'

Coconut
=======

Coconut (`coconut-lang.org`__) is a variant of Python_ built for **simple, elegant, Pythonic functional programming**.

Coconut is developed on GitHub_ and hosted on PyPI_. Installing Coconut is as easy as opening a command prompt and entering::

    pip install coconut

after which the entire world of Coconut will be at your disposal. To help you get started, check out these links for more information about Coconut:

- Tutorial_: If you're new to Coconut, a good place to start is Coconut's **straightforward, easy-to-follow tutorial**.
- Documentation_: If you're looking for info about a specific feature, check out Coconut's **comprehensive documentation**.
- FAQ_: If you have questions about who Coconut is built for and whether or not you should use it, Coconut's frequently asked questions have you covered.
- `Create a New Issue <https://github.com/evhub/coconut/issues/new>`_: If you're having a problem with Coconut, creating a new issue detailing the problem will allow it to be addressed as soon as possible.
- Gitter_: For any questions, concerns, or comments about anything Coconut-related, ask around at Coconut's Gitter, a GitHub-integrated chat room for Coconut developers.

*Note: If the above documentation links are not working, try the* |mirror|_ *.*

__ Coconut_
.. _Coconut: http://coconut-lang.org/
.. _Python: https://www.python.org/
.. _PyPI: https://pypi.python.org/pypi/coconut
.. _Tutorial: http://coconut.readthedocs.org/en/master/HELP.html
.. _Documentation: http://coconut.readthedocs.org/en/master/DOCS.html
.. _FAQ: http://coconut.readthedocs.org/en/master/FAQ.html
.. _GitHub: https://github.com/evhub/coconut
.. _Gitter: https://gitter.im/evhub/coconut
.. _mirror: http://pythonhosted.org/coconut/
.. |mirror| replace:: *mirror*


