Metadata-Version: 2.1
Name: coconut-develop
Version: 1.6.0.post0.dev1
Summary: Simple, elegant, Pythonic functional programming.
Home-page: http://coconut-lang.org
Author: Evan Hubinger
Author-email: evanjhub@gmail.com
License: Apache 2.0
Keywords: functional,programming,language,compiler,pattern,pattern-matching,algebraic,data type,data types,lambda,lambdas,lazy,evaluation,lazy list,lazy lists,tail,recursion,call,recursive,infix,function,composition,compose,partial,application,currying,curry,pipeline,pipe,unicode,operator,operators,frozenset,literal,syntax,destructuring,assignment,fold,datamaker,prepattern,iterator,none,coalesce,coalescing,statement,lru_cache,memoization,backport,typing,breakpoint,embed,PEP 622,overrides,TYPE_CHECKING,reduce,takewhile,dropwhile,tee,count,makedata,consume,parallel_map,addpattern,recursive_iterator,concurrent_map,fmap,starmap,reiterable,scan,groupsof,memoize,zip_longest,override,flatten,py_chr,py_hex,py_input,py_int,py_map,py_object,py_oct,py_open,py_print,py_range,py_str,py_zip,py_filter,py_reversed,py_enumerate,py_raw_input,py_xrange,py_repr,py_breakpoint,__fmap__,__iter_getitem__,MatchError,async,await,data,match,case,cases,where,addpattern,then,λ
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 :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
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: pyparsing (<2.4.8,>=2.4.7) ; platform_python_implementation!='CPython'
Requires-Dist: cPyparsing (<2.4.8,>=2.4.7.1.0.0) ; platform_python_implementation=='CPython'
Requires-Dist: argparse (>=1.4) ; python_version<'2.7'
Requires-Dist: futures (>=3.3) ; python_version<'3'
Requires-Dist: backports.functools-lru-cache (>=1.6) ; python_version<'3'
Requires-Dist: prompt-toolkit (<2,>=1) ; python_version<'3'
Requires-Dist: pygments (>=2.3) ; python_version>='2.7'
Requires-Dist: prompt-toolkit (>=1) ; python_version>='3'
Provides-Extra: all
Requires-Dist: jedi (<0.18,>=0.17) ; extra == 'all'
Requires-Dist: psutil (>=5) ; extra == 'all'
Requires-Dist: jupyter (>=1.0) ; extra == 'all'
Requires-Dist: watchdog (>=0.10) ; extra == 'all'
Requires-Dist: mypy[python2] (<0.911,>=0.910) ; extra == 'all'
Requires-Dist: types-backports (>=0.1) ; extra == 'all'
Requires-Dist: ipython (>=5.4) ; (python_version < "3") and extra == 'all'
Requires-Dist: jupyter-client (>=5.3) ; (python_version < "3") and extra == 'all'
Requires-Dist: jupyter-console (>=5.2) ; (python_version < "3") and extra == 'all'
Requires-Dist: ipykernel (>=4.10) ; (python_version < "3") and extra == 'all'
Requires-Dist: pywinpty (<0.6,>=0.5) ; (python_version < "3" and os_name == "nt") and extra == 'all'
Requires-Dist: trollius (>=2.2) ; (python_version < "3" and platform_python_implementation == "CPython") and extra == 'all'
Requires-Dist: aenum (>=3) ; (python_version < "3.4") and extra == 'all'
Requires-Dist: ipython (>=7.9) ; (python_version >= "3") and extra == 'all'
Requires-Dist: jupyter-client (<6.1.13,>=6.1.12) ; (python_version >= "3") and extra == 'all'
Requires-Dist: jupyter-console (>=6.1) ; (python_version >= "3") and extra == 'all'
Requires-Dist: jupytext (>=1.8) ; (python_version >= "3") and extra == 'all'
Requires-Dist: ipykernel (>=5.5) ; (python_version >= "3") and extra == 'all'
Requires-Dist: jupyterlab (>=2.2) ; (python_version >= "3.5") and extra == 'all'
Requires-Dist: dataclasses (>=0.8) ; (python_version >= "3.6" and python_version < "3.7") and extra == 'all'
Provides-Extra: backports
Requires-Dist: trollius (>=2.2) ; (python_version < "3" and platform_python_implementation == "CPython") and extra == 'backports'
Requires-Dist: aenum (>=3) ; (python_version < "3.4") and extra == 'backports'
Requires-Dist: dataclasses (>=0.8) ; (python_version >= "3.6" and python_version < "3.7") and extra == 'backports'
Provides-Extra: dev
Requires-Dist: requests (>=2.26) ; extra == 'dev'
Requires-Dist: psutil (>=5) ; extra == 'dev'
Requires-Dist: watchdog (>=0.10) ; extra == 'dev'
Requires-Dist: vprof (>=0.36) ; extra == 'dev'
Requires-Dist: types-backports (>=0.1) ; extra == 'dev'
Requires-Dist: pytest (>=3) ; extra == 'dev'
Requires-Dist: jupyter (>=1.0) ; extra == 'dev'
Requires-Dist: mypy[python2] (<0.911,>=0.910) ; extra == 'dev'
Requires-Dist: pexpect (>=4) ; extra == 'dev'
Requires-Dist: jedi (<0.18,>=0.17) ; extra == 'dev'
Requires-Dist: sphinx (>=4.2) ; extra == 'dev'
Requires-Dist: pygments (>=2.3) ; extra == 'dev'
Requires-Dist: pydata-sphinx-theme (>=0.7.1) ; extra == 'dev'
Requires-Dist: myst-parser (>=0.15) ; extra == 'dev'
Requires-Dist: jupyter-client (>=5.3) ; (python_version < "3") and extra == 'dev'
Requires-Dist: ipykernel (>=4.10) ; (python_version < "3") and extra == 'dev'
Requires-Dist: ipython (>=5.4) ; (python_version < "3") and extra == 'dev'
Requires-Dist: jupyter-console (>=5.2) ; (python_version < "3") and extra == 'dev'
Requires-Dist: pywinpty (<0.6,>=0.5) ; (python_version < "3" and os_name == "nt") and extra == 'dev'
Requires-Dist: numpy (>=1) ; (python_version < "3" and platform_python_implementation == "CPython") and extra == 'dev'
Requires-Dist: trollius (>=2.2) ; (python_version < "3" and platform_python_implementation == "CPython") and extra == 'dev'
Requires-Dist: aenum (>=3) ; (python_version < "3.4") and extra == 'dev'
Requires-Dist: pre-commit (>=2) ; (python_version >= "3") and extra == 'dev'
Requires-Dist: jupyter-console (>=6.1) ; (python_version >= "3") and extra == 'dev'
Requires-Dist: ipykernel (>=5.5) ; (python_version >= "3") and extra == 'dev'
Requires-Dist: ipython (>=7.9) ; (python_version >= "3") and extra == 'dev'
Requires-Dist: jupyter-client (<6.1.13,>=6.1.12) ; (python_version >= "3") and extra == 'dev'
Requires-Dist: jupytext (>=1.8) ; (python_version >= "3") and extra == 'dev'
Requires-Dist: numpy (>=1) ; (python_version >= "3.4") and extra == 'dev'
Requires-Dist: jupyterlab (>=2.2) ; (python_version >= "3.5") and extra == 'dev'
Requires-Dist: dataclasses (>=0.8) ; (python_version >= "3.6" and python_version < "3.7") and extra == 'dev'
Provides-Extra: docs
Requires-Dist: pydata-sphinx-theme (>=0.7.1) ; extra == 'docs'
Requires-Dist: sphinx (>=4.2) ; extra == 'docs'
Requires-Dist: pygments (>=2.3) ; extra == 'docs'
Requires-Dist: myst-parser (>=0.15) ; extra == 'docs'
Provides-Extra: ipython
Requires-Dist: jupyter (>=1.0) ; extra == 'ipython'
Requires-Dist: jedi (<0.18,>=0.17) ; extra == 'ipython'
Requires-Dist: jupyter-console (>=5.2) ; (python_version < "3") and extra == 'ipython'
Requires-Dist: ipython (>=5.4) ; (python_version < "3") and extra == 'ipython'
Requires-Dist: ipykernel (>=4.10) ; (python_version < "3") and extra == 'ipython'
Requires-Dist: jupyter-client (>=5.3) ; (python_version < "3") and extra == 'ipython'
Requires-Dist: pywinpty (<0.6,>=0.5) ; (python_version < "3" and os_name == "nt") and extra == 'ipython'
Requires-Dist: jupyter-console (>=6.1) ; (python_version >= "3") and extra == 'ipython'
Requires-Dist: ipython (>=7.9) ; (python_version >= "3") and extra == 'ipython'
Requires-Dist: ipykernel (>=5.5) ; (python_version >= "3") and extra == 'ipython'
Requires-Dist: jupytext (>=1.8) ; (python_version >= "3") and extra == 'ipython'
Requires-Dist: jupyter-client (<6.1.13,>=6.1.12) ; (python_version >= "3") and extra == 'ipython'
Requires-Dist: jupyterlab (>=2.2) ; (python_version >= "3.5") and extra == 'ipython'
Provides-Extra: jobs
Requires-Dist: psutil (>=5) ; extra == 'jobs'
Provides-Extra: jupyter
Requires-Dist: jupyter (>=1.0) ; extra == 'jupyter'
Requires-Dist: jedi (<0.18,>=0.17) ; extra == 'jupyter'
Requires-Dist: jupyter-console (>=5.2) ; (python_version < "3") and extra == 'jupyter'
Requires-Dist: ipython (>=5.4) ; (python_version < "3") and extra == 'jupyter'
Requires-Dist: ipykernel (>=4.10) ; (python_version < "3") and extra == 'jupyter'
Requires-Dist: jupyter-client (>=5.3) ; (python_version < "3") and extra == 'jupyter'
Requires-Dist: pywinpty (<0.6,>=0.5) ; (python_version < "3" and os_name == "nt") and extra == 'jupyter'
Requires-Dist: jupyter-console (>=6.1) ; (python_version >= "3") and extra == 'jupyter'
Requires-Dist: ipython (>=7.9) ; (python_version >= "3") and extra == 'jupyter'
Requires-Dist: ipykernel (>=5.5) ; (python_version >= "3") and extra == 'jupyter'
Requires-Dist: jupytext (>=1.8) ; (python_version >= "3") and extra == 'jupyter'
Requires-Dist: jupyter-client (<6.1.13,>=6.1.12) ; (python_version >= "3") and extra == 'jupyter'
Requires-Dist: jupyterlab (>=2.2) ; (python_version >= "3.5") and extra == 'jupyter'
Provides-Extra: mypy
Requires-Dist: mypy[python2] (<0.911,>=0.910) ; extra == 'mypy'
Requires-Dist: types-backports (>=0.1) ; extra == 'mypy'
Provides-Extra: tests
Requires-Dist: psutil (>=5) ; extra == 'tests'
Requires-Dist: types-backports (>=0.1) ; extra == 'tests'
Requires-Dist: pytest (>=3) ; extra == 'tests'
Requires-Dist: jupyter (>=1.0) ; extra == 'tests'
Requires-Dist: mypy[python2] (<0.911,>=0.910) ; extra == 'tests'
Requires-Dist: pexpect (>=4) ; extra == 'tests'
Requires-Dist: jedi (<0.18,>=0.17) ; extra == 'tests'
Requires-Dist: jupyter-client (>=5.3) ; (python_version < "3") and extra == 'tests'
Requires-Dist: ipykernel (>=4.10) ; (python_version < "3") and extra == 'tests'
Requires-Dist: ipython (>=5.4) ; (python_version < "3") and extra == 'tests'
Requires-Dist: jupyter-console (>=5.2) ; (python_version < "3") and extra == 'tests'
Requires-Dist: pywinpty (<0.6,>=0.5) ; (python_version < "3" and os_name == "nt") and extra == 'tests'
Requires-Dist: numpy (>=1) ; (python_version < "3" and platform_python_implementation == "CPython") and extra == 'tests'
Requires-Dist: trollius (>=2.2) ; (python_version < "3" and platform_python_implementation == "CPython") and extra == 'tests'
Requires-Dist: aenum (>=3) ; (python_version < "3.4") and extra == 'tests'
Requires-Dist: jupyter-console (>=6.1) ; (python_version >= "3") and extra == 'tests'
Requires-Dist: ipykernel (>=5.5) ; (python_version >= "3") and extra == 'tests'
Requires-Dist: ipython (>=7.9) ; (python_version >= "3") and extra == 'tests'
Requires-Dist: jupyter-client (<6.1.13,>=6.1.12) ; (python_version >= "3") and extra == 'tests'
Requires-Dist: jupytext (>=1.8) ; (python_version >= "3") and extra == 'tests'
Requires-Dist: numpy (>=1) ; (python_version >= "3.4") and extra == 'tests'
Requires-Dist: jupyterlab (>=2.2) ; (python_version >= "3.5") and extra == 'tests'
Requires-Dist: dataclasses (>=0.8) ; (python_version >= "3.6" and python_version < "3.7") and extra == 'tests'
Provides-Extra: watch
Requires-Dist: watchdog (>=0.10) ; extra == 'watch'

Coconut
=======

.. image:: https://opencollective.com/coconut/backers/badge.svg
    :alt: Backers on Open Collective
    :target: #backers
.. image:: https://opencollective.com/coconut/sponsors/badge.svg
    :alt: Sponsors on Open Collective
    :target: #sponsors
.. image:: https://badges.gitter.im/evhub/coconut.svg
    :alt: Join the chat at https://gitter.im/evhub/coconut
    :target: https://gitter.im/evhub/coconut?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

Coconut (`coconut-lang.org`__) is a variant of Python_ that **adds on top of Python syntax** new features for simple, elegant, Pythonic **functional programming**.

__ Coconut_
.. _Coconut: http://coconut-lang.org/

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 **tutorial**.
- Documentation_: If you're looking for info about a specific feature, check out Coconut's **documentation**.
- `Online Interpreter`_: If you want to try Coconut in your browser, check out Coconut's **online interpreter**.
- FAQ_: If you have general questions about Coconut—like who Coconut is built for and whether or not you should use it—Coconut's frequently asked questions are often the best place to start.
- `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.
- Releases_: Want to know what's been added in recent Coconut versions? Check out the release log for all the new features and fixes.

.. _Python: https://www.python.org/
.. _PyPI: https://pypi.python.org/pypi/coconut
.. _Tutorial: http://coconut.readthedocs.io/en/latest/HELP.html
.. _Documentation: http://coconut.readthedocs.io/en/latest/DOCS.html
.. _`Online Interpreter`: https://cs121-team-panda.github.io/coconut-interpreter
.. _FAQ: http://coconut.readthedocs.io/en/latest/FAQ.html
.. _GitHub: https://github.com/evhub/coconut
.. _Gitter: https://gitter.im/evhub/coconut
.. _Releases: https://github.com/evhub/coconut/releases

Credits
+++++++

Contributors
------------

This project exists thanks to all the people who contribute! `Become a contributor`__.

.. image:: https://opencollective.com/coconut/contributors.svg?width=890&button=false
    :target: https://github.com/evhub/coconut/graphs/contributors

__ Contributor_
.. _Contributor: http://coconut.readthedocs.io/en/develop/CONTRIBUTING.html

Backers
-------

Thank you to all our backers! `Become a backer`__.

.. image:: https://opencollective.com/coconut/backers.svg?width=890
    :target: https://opencollective.com/coconut#backers

__ Backer_
.. _Backer: https://opencollective.com/coconut#backer

Sponsors
--------

Support Coconut by becoming a sponsor. Your logo will show up here with a link to your website. `Become a sponsor`__.

.. image:: https://opencollective.com/XX/sponsor/0/avatar.svg
    :target: https://opencollective.com/coconut/sponsor/0/website

__ Sponsor_
.. _Sponsor: https://opencollective.com/coconut#sponsor


