coconut-develop 3.1.1.post0.dev7__tar.gz → 3.1.2.post0.dev1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. coconut-develop-3.1.2.post0.dev1/PKG-INFO +141 -0
  2. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/constants.py +8 -3
  3. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/requirements.py +2 -1
  4. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/root.py +2 -2
  5. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/main_test.py +1 -1
  6. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/extras.coco +4 -5
  7. coconut_develop-3.1.1.post0.dev7/PKG-INFO +0 -399
  8. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/CONTRIBUTING.md +0 -0
  9. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/DOCS.md +0 -0
  10. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/FAQ.md +0 -0
  11. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/HELP.md +0 -0
  12. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/LICENSE.txt +0 -0
  13. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/MANIFEST.in +0 -0
  14. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/README.rst +0 -0
  15. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/__coconut__/__init__.py +0 -0
  16. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/__coconut__/__init__.pyi +0 -0
  17. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/__coconut__/py.typed +0 -0
  18. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/_coconut/__init__.py +0 -0
  19. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/_coconut/__init__.pyi +0 -0
  20. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/_coconut/py.typed +0 -0
  21. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/__coconut__.py +0 -0
  22. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/__coconut__.pyi +0 -0
  23. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/__init__.py +0 -0
  24. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/__init__.pyi +0 -0
  25. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/__main__.py +0 -0
  26. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/_pyparsing.py +0 -0
  27. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/api.py +0 -0
  28. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/api.pyi +0 -0
  29. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/command/__init__.py +0 -0
  30. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/command/__init__.pyi +0 -0
  31. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/command/cli.py +0 -0
  32. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/command/command.py +0 -0
  33. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/command/command.pyi +0 -0
  34. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/command/mypy.py +0 -0
  35. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/command/resources/zcoconut.pth +0 -0
  36. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/command/util.py +0 -0
  37. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/command/watch.py +0 -0
  38. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/compiler/__init__.py +0 -0
  39. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/compiler/compiler.py +0 -0
  40. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/compiler/grammar.py +0 -0
  41. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/compiler/header.py +0 -0
  42. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/compiler/matching.py +0 -0
  43. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/compiler/templates/header.py_template +0 -0
  44. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/compiler/util.py +0 -0
  45. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/convenience.py +0 -0
  46. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/convenience.pyi +0 -0
  47. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/exceptions.py +0 -0
  48. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/highlighter.py +0 -0
  49. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/icoconut/__init__.py +0 -0
  50. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/icoconut/__main__.py +0 -0
  51. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/icoconut/coconut/kernel.json +0 -0
  52. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/icoconut/coconut_py/kernel.json +0 -0
  53. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/icoconut/coconut_py2/kernel.json +0 -0
  54. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/icoconut/coconut_py3/kernel.json +0 -0
  55. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/icoconut/embed.py +0 -0
  56. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/icoconut/root.py +0 -0
  57. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/integrations.py +0 -0
  58. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/main.py +0 -0
  59. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/py.typed +0 -0
  60. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/terminal.py +0 -0
  61. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/__init__.py +0 -0
  62. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/__main__.py +0 -0
  63. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/constants_test.py +0 -0
  64. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/agnostic/__init__.coco +0 -0
  65. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/agnostic/__main__.coco +0 -0
  66. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/agnostic/main.coco +0 -0
  67. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/agnostic/primary_1.coco +0 -0
  68. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/agnostic/primary_2.coco +0 -0
  69. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/agnostic/specific.coco +0 -0
  70. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/agnostic/suite.coco +0 -0
  71. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/agnostic/tutorial.coco +0 -0
  72. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/agnostic/util.coco +0 -0
  73. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/non_strict/non_strict_test.coco +0 -0
  74. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/target_2/py2_test.coco +0 -0
  75. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/target_3/py3_test.coco +0 -0
  76. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/target_311/py311_test.coco +0 -0
  77. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/target_35/py35_test.coco +0 -0
  78. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/target_36/py36_test.coco +0 -0
  79. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/target_38/py38_test.coco +0 -0
  80. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/cocotest/target_sys/target_sys_test.coco +0 -0
  81. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/importable.coco +0 -0
  82. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/runnable.coco +0 -0
  83. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/tests/src/runner.coco +0 -0
  84. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut/util.py +0 -0
  85. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/coconut_develop.egg-info/SOURCES.txt +0 -0
  86. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/conf.py +0 -0
  87. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/pyproject.toml +0 -0
  88. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/setup.cfg +0 -0
  89. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/setup.py +0 -0
  90. {coconut_develop-3.1.1.post0.dev7 → coconut-develop-3.1.2.post0.dev1}/xontrib/coconut.py +0 -0
@@ -0,0 +1,141 @@
1
+ Metadata-Version: 2.1
2
+ Name: coconut-develop
3
+ Version: 3.1.2.post0.dev1
4
+ Summary: Simple, elegant, Pythonic functional programming.
5
+ Home-page: http://coconut-lang.org
6
+ Author: Evan Hubinger
7
+ Author-email: evanjhub@gmail.com
8
+ License: Apache 2.0
9
+ 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,recursive_iterator,infix,function,composition,compose,partial,application,currying,curry,pipeline,pipe,unicode,operator,operators,frozenset,literal,syntax,destructuring,assignment,fold,datamaker,prepattern,iterator,generator,none,coalesce,coalescing,statement,lru_cache,memoization,backport,typing,embed,PEP 622,overrides,islice,itertools,functools,TYPE_CHECKING,Expected,breakpoint,help,reduce,takewhile,dropwhile,tee,count,makedata,consume,process_map,thread_map,addpattern,recursive_generator,fmap,starmap,reiterable,scan,groupsof,memoize,zip_longest,override,flatten,ident,call,safe_call,flip,const,lift,lift_apart,all_equal,collectby,mapreduce,multi_enumerate,cartesian_product,multiset,cycle,windowsof,and_then,and_then_await,async_map,py_chr,py_dict,py_hex,py_input,py_int,py_map,py_object,py_oct,py_open,py_print,py_range,py_str,py_super,py_zip,py_filter,py_reversed,py_enumerate,py_raw_input,py_xrange,py_repr,py_breakpoint,py_min,py_max,_namedtuple_of,reveal_type,reveal_locals,MatchError,CoconutWarning,__fmap__,__iter_getitem__,data,match,case,cases,where,addpattern,then,operator,type,copyclosure,λ
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: License :: OSI Approved :: Apache Software License
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Topic :: Software Development
14
+ Classifier: Topic :: Software Development :: Code Generators
15
+ Classifier: Topic :: Software Development :: Compilers
16
+ Classifier: Topic :: Software Development :: Interpreters
17
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
+ Classifier: Topic :: Utilities
19
+ Classifier: Environment :: Console
20
+ Classifier: Operating System :: OS Independent
21
+ Classifier: Programming Language :: Python
22
+ Classifier: Programming Language :: Python :: 2
23
+ Classifier: Programming Language :: Python :: 2.6
24
+ Classifier: Programming Language :: Python :: 2.7
25
+ Classifier: Programming Language :: Python :: 3
26
+ Classifier: Programming Language :: Python :: 3.2
27
+ Classifier: Programming Language :: Python :: 3.3
28
+ Classifier: Programming Language :: Python :: 3.4
29
+ Classifier: Programming Language :: Python :: 3.5
30
+ Classifier: Programming Language :: Python :: 3.6
31
+ Classifier: Programming Language :: Python :: 3.7
32
+ Classifier: Programming Language :: Python :: 3.8
33
+ Classifier: Programming Language :: Python :: 3.9
34
+ Classifier: Programming Language :: Python :: 3.10
35
+ Classifier: Programming Language :: Python :: 3.11
36
+ Classifier: Programming Language :: Python :: 3.12
37
+ Classifier: Programming Language :: Other
38
+ Classifier: Programming Language :: Other Scripting Engines
39
+ Classifier: Programming Language :: Python :: Implementation :: CPython
40
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
41
+ Classifier: Framework :: IPython
42
+ Classifier: Framework :: Jupyter
43
+ Classifier: Typing :: Typed
44
+ Provides-Extra: kernel
45
+ Provides-Extra: watch
46
+ Provides-Extra: mypy
47
+ Provides-Extra: pyright
48
+ Provides-Extra: xonsh
49
+ Provides-Extra: numpy
50
+ Provides-Extra: jupyter
51
+ Provides-Extra: jupyterlab
52
+ Provides-Extra: jupytext
53
+ Provides-Extra: all
54
+ Provides-Extra: ipython
55
+ Provides-Extra: docs
56
+ Provides-Extra: tests
57
+ Provides-Extra: dev
58
+ License-File: LICENSE.txt
59
+
60
+ |logo| Coconut
61
+ ==============
62
+
63
+ ..
64
+ <insert toctree here>
65
+
66
+ .. |logo| image:: https://github.com/evhub/coconut/raw/gh-pages/favicon-32x32.png
67
+
68
+ .. image:: https://opencollective.com/coconut/backers/badge.svg
69
+ :alt: Backers on Open Collective
70
+ :target: #backers
71
+ .. image:: https://opencollective.com/coconut/sponsors/badge.svg
72
+ :alt: Sponsors on Open Collective
73
+ :target: #sponsors
74
+ .. image:: https://badges.gitter.im/evhub/coconut.svg
75
+ :alt: Join the chat at https://gitter.im/evhub/coconut
76
+ :target: https://gitter.im/evhub/coconut?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
77
+
78
+ Coconut (`coconut-lang.org`__) is a variant of Python_ that **adds on top of Python syntax** new features for simple, elegant, Pythonic **functional programming**.
79
+
80
+ __ Coconut_
81
+ .. _Coconut: http://coconut-lang.org/
82
+
83
+ Coconut is developed on GitHub_ and hosted on PyPI_. Installing Coconut is as easy as opening a command prompt and entering::
84
+
85
+ pip install coconut
86
+
87
+ To help you get started, check out these links for more information about Coconut:
88
+
89
+ - Tutorial_: If you're new to Coconut, a good place to start is Coconut's **tutorial**.
90
+ - Documentation_: If you're looking for info about a specific feature, check out Coconut's **documentation**.
91
+ - `Online Interpreter`_: If you want to try Coconut in your browser, check out Coconut's **online interpreter**.
92
+ - 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.
93
+ - `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.
94
+ - 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.
95
+ - Releases_: Want to know what's been added in recent Coconut versions? Check out the release log for all the new features and fixes.
96
+
97
+ .. _Python: https://www.python.org/
98
+ .. _PyPI: https://pypi.python.org/pypi/coconut
99
+ .. _Tutorial: http://coconut.readthedocs.io/en/latest/HELP.html
100
+ .. _Documentation: http://coconut.readthedocs.io/en/latest/DOCS.html
101
+ .. _`Online Interpreter`: https://cs121-team-panda.github.io/coconut-interpreter
102
+ .. _FAQ: http://coconut.readthedocs.io/en/latest/FAQ.html
103
+ .. _GitHub: https://github.com/evhub/coconut
104
+ .. _Gitter: https://gitter.im/evhub/coconut
105
+ .. _Releases: https://github.com/evhub/coconut/releases
106
+
107
+ Credits
108
+ +++++++
109
+
110
+ Contributors
111
+ ------------
112
+
113
+ This project exists thanks to all the people who contribute! `Become a contributor`__.
114
+
115
+ .. image:: https://opencollective.com/coconut/contributors.svg?width=890&button=false
116
+ :target: https://github.com/evhub/coconut/graphs/contributors
117
+
118
+ __ Contributor_
119
+ .. _Contributor: http://coconut.readthedocs.io/en/develop/CONTRIBUTING.html
120
+
121
+ Backers
122
+ -------
123
+
124
+ Thank you to all our backers! `Become a backer`__.
125
+
126
+ .. image:: https://opencollective.com/coconut/backers.svg?width=890
127
+ :target: https://opencollective.com/coconut#backers
128
+
129
+ __ Backer_
130
+ .. _Backer: https://opencollective.com/coconut#backer
131
+
132
+ Sponsors
133
+ --------
134
+
135
+ Support Coconut by becoming a sponsor. Your logo will show up here with a link to your website. `Become a sponsor`__.
136
+
137
+ .. image:: https://opencollective.com/XX/sponsor/0/avatar.svg
138
+ :target: https://opencollective.com/coconut/sponsor/0/website
139
+
140
+ __ Sponsor_
141
+ .. _Sponsor: https://opencollective.com/coconut#sponsor
@@ -101,6 +101,10 @@ XONSH = (
101
101
  and not (PYPY and PY39)
102
102
  and (PY38 or not PY36)
103
103
  )
104
+ NUMPY = (
105
+ not PYPY
106
+ and (PY2 or PY34)
107
+ )
104
108
 
105
109
  py_version_str = sys.version.split()[0]
106
110
 
@@ -1056,7 +1060,6 @@ unpinned_min_versions = {
1056
1060
  "pexpect": (4,),
1057
1061
  ("trollius", "py<3;cpy"): (2, 2),
1058
1062
  "requests": (2, 32),
1059
- ("numpy", "py39"): (2,),
1060
1063
  ("xarray", "py39"): (2024,),
1061
1064
  ("dataclasses", "py==36"): (0, 8),
1062
1065
  ("aenum", "py<34"): (3, 1, 15),
@@ -1078,10 +1081,11 @@ unpinned_min_versions = {
1078
1081
  ("exceptiongroup", "py37;py<311"): (1,),
1079
1082
  ("ipython", "py>=310"): (8, 27),
1080
1083
  "py-spy": (0, 3),
1081
- "pytest_remotedata": (0, 4),
1082
1084
  }
1083
1085
 
1084
1086
  pinned_min_versions = {
1087
+ # don't upgrade this; some extensions implicitly require numpy<2
1088
+ ("numpy", "py39"): (1, 26),
1085
1089
  # don't upgrade this; it breaks xonsh
1086
1090
  ("pytest", "py38"): (8, 0),
1087
1091
  # don't upgrade these; they break on Python 3.9
@@ -1095,7 +1099,7 @@ pinned_min_versions = {
1095
1099
  # don't upgrade these; they break on Python 3.6
1096
1100
  ("anyio", "py36"): (3,),
1097
1101
  ("xonsh", "py>=36;py<39"): (0, 11),
1098
- ("pandas", "py36"): (1, 16),
1102
+ ("pandas", "py36"): (1, 1),
1099
1103
  ("jupyter-client", "py36"): (7, 1, 2),
1100
1104
  ("typing_extensions", "py==36"): (4, 1),
1101
1105
  ("pytest", "py>=36;py<38"): (7,),
@@ -1128,6 +1132,7 @@ pinned_min_versions = {
1128
1132
  "papermill": (1, 2),
1129
1133
  ("numpy", "py<3;cpy"): (1, 16),
1130
1134
  ("backports.functools-lru-cache", "py<3"): (1, 6),
1135
+ "pytest_remotedata": (0, 3),
1131
1136
  # don't upgrade this; it breaks with old IPython versions
1132
1137
  ("jedi", "py<39"): (0, 17),
1133
1138
  # Coconut requires pyparsing 2
@@ -25,6 +25,7 @@ from coconut.integrations import embed
25
25
  from coconut.constants import (
26
26
  CPYTHON,
27
27
  PY34,
28
+ NUMPY,
28
29
  IPY,
29
30
  MYPY,
30
31
  XONSH,
@@ -249,7 +250,7 @@ extras.update({
249
250
  "docs": unique_wrt(get_reqs("docs"), requirements),
250
251
  "tests": uniqueify_all(
251
252
  get_reqs("tests"),
252
- extras["numpy"],
253
+ extras["numpy"] if NUMPY else [],
253
254
  extras["jupyter"] if IPY else [],
254
255
  extras["mypy"] if MYPY else [],
255
256
  extras["xonsh"] if XONSH else [],
@@ -23,10 +23,10 @@ import sys as _coconut_sys
23
23
  # VERSION:
24
24
  # -----------------------------------------------------------------------------------------------------------------------
25
25
 
26
- VERSION = "3.1.1"
26
+ VERSION = "3.1.2"
27
27
  VERSION_NAME = None
28
28
  # False for release, int >= 1 for develop
29
- DEVELOP = 7
29
+ DEVELOP = 1
30
30
  ALPHA = False # for pre releases rather than post releases
31
31
 
32
32
  assert DEVELOP is False or DEVELOP >= 1, "DEVELOP must be False or an int >= 1"
@@ -1093,7 +1093,7 @@ if TEST_ALL:
1093
1093
  if not PYPY or PY2:
1094
1094
  def test_prelude(self):
1095
1095
  with using_paths(prelude):
1096
- comp_prelude()
1096
+ comp_prelude(expect_retcode=None)
1097
1097
  if MYPY and PY38:
1098
1098
  run_prelude()
1099
1099
 
@@ -7,8 +7,7 @@ os.environ["COCONUT_USE_COLOR"] = "False"
7
7
  from coconut.__coconut__ import consume as coc_consume
8
8
  from coconut.constants import (
9
9
  IPY,
10
- PY2,
11
- PY34,
10
+ NUMPY,
12
11
  PY35,
13
12
  PY36,
14
13
  PY39,
@@ -762,13 +761,13 @@ def test_xarray() -> bool:
762
761
 
763
762
 
764
763
  def test_extras() -> bool:
765
- if not PYPY and (PY2 or PY34):
764
+ if NUMPY:
766
765
  assert test_numpy() is True
767
766
  print(".", end="")
768
- if not PYPY and PY36:
767
+ if NUMPY and PY36:
769
768
  assert test_pandas() is True # .
770
769
  print(".", end="")
771
- if not PYPY and PY39:
770
+ if NUMPY and PY39:
772
771
  assert test_xarray() is True # ..
773
772
  print(".") # newline bc we print stuff after this
774
773
  assert test_setup_none() is True # ...
@@ -1,399 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: coconut-develop
3
- Version: 3.1.1.post0.dev7
4
- Summary: Simple, elegant, Pythonic functional programming.
5
- Home-page: http://coconut-lang.org
6
- Author: Evan Hubinger
7
- Author-email: evanjhub@gmail.com
8
- License: Apache 2.0
9
- 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,recursive_iterator,infix,function,composition,compose,partial,application,currying,curry,pipeline,pipe,unicode,operator,operators,frozenset,literal,syntax,destructuring,assignment,fold,datamaker,prepattern,iterator,generator,none,coalesce,coalescing,statement,lru_cache,memoization,backport,typing,embed,PEP 622,overrides,islice,itertools,functools,TYPE_CHECKING,Expected,breakpoint,help,reduce,takewhile,dropwhile,tee,count,makedata,consume,process_map,thread_map,addpattern,recursive_generator,fmap,starmap,reiterable,scan,groupsof,memoize,zip_longest,override,flatten,ident,call,safe_call,flip,const,lift,lift_apart,all_equal,collectby,mapreduce,multi_enumerate,cartesian_product,multiset,cycle,windowsof,and_then,and_then_await,async_map,py_chr,py_dict,py_hex,py_input,py_int,py_map,py_object,py_oct,py_open,py_print,py_range,py_str,py_super,py_zip,py_filter,py_reversed,py_enumerate,py_raw_input,py_xrange,py_repr,py_breakpoint,py_min,py_max,_namedtuple_of,reveal_type,reveal_locals,MatchError,CoconutWarning,__fmap__,__iter_getitem__,data,match,case,cases,where,addpattern,then,operator,type,copyclosure,λ
10
- Classifier: Development Status :: 5 - Production/Stable
11
- Classifier: License :: OSI Approved :: Apache Software License
12
- Classifier: Intended Audience :: Developers
13
- Classifier: Topic :: Software Development
14
- Classifier: Topic :: Software Development :: Code Generators
15
- Classifier: Topic :: Software Development :: Compilers
16
- Classifier: Topic :: Software Development :: Interpreters
17
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
- Classifier: Topic :: Utilities
19
- Classifier: Environment :: Console
20
- Classifier: Operating System :: OS Independent
21
- Classifier: Programming Language :: Python
22
- Classifier: Programming Language :: Python :: 2
23
- Classifier: Programming Language :: Python :: 2.6
24
- Classifier: Programming Language :: Python :: 2.7
25
- Classifier: Programming Language :: Python :: 3
26
- Classifier: Programming Language :: Python :: 3.2
27
- Classifier: Programming Language :: Python :: 3.3
28
- Classifier: Programming Language :: Python :: 3.4
29
- Classifier: Programming Language :: Python :: 3.5
30
- Classifier: Programming Language :: Python :: 3.6
31
- Classifier: Programming Language :: Python :: 3.7
32
- Classifier: Programming Language :: Python :: 3.8
33
- Classifier: Programming Language :: Python :: 3.9
34
- Classifier: Programming Language :: Python :: 3.10
35
- Classifier: Programming Language :: Python :: 3.11
36
- Classifier: Programming Language :: Python :: 3.12
37
- Classifier: Programming Language :: Other
38
- Classifier: Programming Language :: Other Scripting Engines
39
- Classifier: Programming Language :: Python :: Implementation :: CPython
40
- Classifier: Programming Language :: Python :: Implementation :: PyPy
41
- Classifier: Framework :: IPython
42
- Classifier: Framework :: Jupyter
43
- Classifier: Typing :: Typed
44
- License-File: LICENSE.txt
45
- Requires-Dist: setuptools>=44
46
- Provides-Extra: kernel
47
- Requires-Dist: ipython>=5.4; python_version < "3" and extra == "kernel"
48
- Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "kernel"
49
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "kernel"
50
- Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "kernel"
51
- Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.10") and extra == "kernel"
52
- Requires-Dist: ipython>=8.27; python_version >= "3.10" and extra == "kernel"
53
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "kernel"
54
- Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "kernel"
55
- Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "kernel"
56
- Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "kernel"
57
- Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "kernel"
58
- Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "kernel"
59
- Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "kernel"
60
- Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "kernel"
61
- Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "kernel"
62
- Provides-Extra: watch
63
- Requires-Dist: watchdog>=0.10; extra == "watch"
64
- Provides-Extra: mypy
65
- Requires-Dist: mypy[python2]>=1.11; extra == "mypy"
66
- Requires-Dist: types-backports>=0.1; extra == "mypy"
67
- Requires-Dist: typing>=3.10; python_version < "3.5" and extra == "mypy"
68
- Provides-Extra: pyright
69
- Requires-Dist: pyright>=1.1; extra == "pyright"
70
- Requires-Dist: types-backports>=0.1; extra == "pyright"
71
- Requires-Dist: typing>=3.10; python_version < "3.5" and extra == "pyright"
72
- Provides-Extra: xonsh
73
- Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "xonsh"
74
- Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.9") and extra == "xonsh"
75
- Requires-Dist: xonsh>=0.18; python_version >= "3.9" and extra == "xonsh"
76
- Provides-Extra: numpy
77
- Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "numpy"
78
- Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "numpy"
79
- Requires-Dist: numpy>=2; python_version >= "3.9" and extra == "numpy"
80
- Requires-Dist: pandas>=1.16; python_version >= "3.6" and extra == "numpy"
81
- Requires-Dist: xarray>=2024; python_version >= "3.9" and extra == "numpy"
82
- Provides-Extra: jupyter
83
- Requires-Dist: ipython>=5.4; python_version < "3" and extra == "jupyter"
84
- Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupyter"
85
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupyter"
86
- Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupyter"
87
- Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.10") and extra == "jupyter"
88
- Requires-Dist: ipython>=8.27; python_version >= "3.10" and extra == "jupyter"
89
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupyter"
90
- Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupyter"
91
- Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "jupyter"
92
- Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupyter"
93
- Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupyter"
94
- Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupyter"
95
- Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupyter"
96
- Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupyter"
97
- Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "jupyter"
98
- Requires-Dist: jupyter>=1.1; extra == "jupyter"
99
- Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupyter"
100
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupyter"
101
- Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupyter"
102
- Requires-Dist: papermill>=1.2; extra == "jupyter"
103
- Provides-Extra: jupyterlab
104
- Requires-Dist: ipython>=5.4; python_version < "3" and extra == "jupyterlab"
105
- Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupyterlab"
106
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupyterlab"
107
- Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupyterlab"
108
- Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.10") and extra == "jupyterlab"
109
- Requires-Dist: ipython>=8.27; python_version >= "3.10" and extra == "jupyterlab"
110
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupyterlab"
111
- Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupyterlab"
112
- Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "jupyterlab"
113
- Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupyterlab"
114
- Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupyterlab"
115
- Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupyterlab"
116
- Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupyterlab"
117
- Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupyterlab"
118
- Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "jupyterlab"
119
- Requires-Dist: jupyter>=1.1; extra == "jupyterlab"
120
- Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupyterlab"
121
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupyterlab"
122
- Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupyterlab"
123
- Requires-Dist: papermill>=1.2; extra == "jupyterlab"
124
- Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "jupyterlab"
125
- Provides-Extra: jupytext
126
- Requires-Dist: ipython>=5.4; python_version < "3" and extra == "jupytext"
127
- Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupytext"
128
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupytext"
129
- Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupytext"
130
- Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.10") and extra == "jupytext"
131
- Requires-Dist: ipython>=8.27; python_version >= "3.10" and extra == "jupytext"
132
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupytext"
133
- Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupytext"
134
- Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "jupytext"
135
- Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupytext"
136
- Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupytext"
137
- Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupytext"
138
- Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupytext"
139
- Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupytext"
140
- Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "jupytext"
141
- Requires-Dist: jupyter>=1.1; extra == "jupytext"
142
- Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupytext"
143
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupytext"
144
- Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupytext"
145
- Requires-Dist: papermill>=1.2; extra == "jupytext"
146
- Requires-Dist: jupytext>=1.8; python_version >= "3" and extra == "jupytext"
147
- Provides-Extra: all
148
- Requires-Dist: ipython>=5.4; python_version < "3" and extra == "all"
149
- Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "all"
150
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "all"
151
- Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "all"
152
- Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.10") and extra == "all"
153
- Requires-Dist: ipython>=8.27; python_version >= "3.10" and extra == "all"
154
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "all"
155
- Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "all"
156
- Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "all"
157
- Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "all"
158
- Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "all"
159
- Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "all"
160
- Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "all"
161
- Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "all"
162
- Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "all"
163
- Requires-Dist: watchdog>=0.10; extra == "all"
164
- Requires-Dist: mypy[python2]>=1.11; extra == "all"
165
- Requires-Dist: types-backports>=0.1; extra == "all"
166
- Requires-Dist: typing>=3.10; python_version < "3.5" and extra == "all"
167
- Requires-Dist: pyright>=1.1; extra == "all"
168
- Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "all"
169
- Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.9") and extra == "all"
170
- Requires-Dist: xonsh>=0.18; python_version >= "3.9" and extra == "all"
171
- Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "all"
172
- Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "all"
173
- Requires-Dist: numpy>=2; python_version >= "3.9" and extra == "all"
174
- Requires-Dist: pandas>=1.16; python_version >= "3.6" and extra == "all"
175
- Requires-Dist: xarray>=2024; python_version >= "3.9" and extra == "all"
176
- Requires-Dist: jupyter>=1.1; extra == "all"
177
- Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "all"
178
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "all"
179
- Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "all"
180
- Requires-Dist: papermill>=1.2; extra == "all"
181
- Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "all"
182
- Requires-Dist: jupytext>=1.8; python_version >= "3" and extra == "all"
183
- Provides-Extra: ipython
184
- Requires-Dist: ipython>=5.4; python_version < "3" and extra == "ipython"
185
- Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "ipython"
186
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "ipython"
187
- Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "ipython"
188
- Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.10") and extra == "ipython"
189
- Requires-Dist: ipython>=8.27; python_version >= "3.10" and extra == "ipython"
190
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "ipython"
191
- Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "ipython"
192
- Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "ipython"
193
- Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "ipython"
194
- Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "ipython"
195
- Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "ipython"
196
- Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "ipython"
197
- Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "ipython"
198
- Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "ipython"
199
- Requires-Dist: jupyter>=1.1; extra == "ipython"
200
- Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "ipython"
201
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "ipython"
202
- Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "ipython"
203
- Requires-Dist: papermill>=1.2; extra == "ipython"
204
- Provides-Extra: docs
205
- Requires-Dist: sphinx>=8; extra == "docs"
206
- Requires-Dist: pygments>=2.3; python_version < "3.9" and extra == "docs"
207
- Requires-Dist: pygments>=2.18; python_version >= "3.9" and extra == "docs"
208
- Requires-Dist: myst-parser>=4; extra == "docs"
209
- Requires-Dist: pydata-sphinx-theme>=0.15; extra == "docs"
210
- Requires-Dist: sphinxcontrib_applehelp>=2; extra == "docs"
211
- Requires-Dist: sphinxcontrib_htmlhelp>=2; extra == "docs"
212
- Provides-Extra: tests
213
- Requires-Dist: pytest>=3; python_version < "3.6" and extra == "tests"
214
- Requires-Dist: pytest>=7; (python_version >= "3.6" and python_version < "3.8") and extra == "tests"
215
- Requires-Dist: pytest<8.1,>=8.0; python_version >= "3.8" and extra == "tests"
216
- Requires-Dist: pexpect>=4; extra == "tests"
217
- Requires-Dist: pytest_remotedata>=0.4; extra == "tests"
218
- Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "tests"
219
- Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "tests"
220
- Requires-Dist: numpy>=2; python_version >= "3.9" and extra == "tests"
221
- Requires-Dist: pandas>=1.16; python_version >= "3.6" and extra == "tests"
222
- Requires-Dist: xarray>=2024; python_version >= "3.9" and extra == "tests"
223
- Requires-Dist: ipython>=5.4; python_version < "3" and extra == "tests"
224
- Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "tests"
225
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "tests"
226
- Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "tests"
227
- Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.10") and extra == "tests"
228
- Requires-Dist: ipython>=8.27; python_version >= "3.10" and extra == "tests"
229
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "tests"
230
- Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "tests"
231
- Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "tests"
232
- Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "tests"
233
- Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "tests"
234
- Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "tests"
235
- Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "tests"
236
- Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "tests"
237
- Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "tests"
238
- Requires-Dist: jupyter>=1.1; extra == "tests"
239
- Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "tests"
240
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "tests"
241
- Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "tests"
242
- Requires-Dist: papermill>=1.2; extra == "tests"
243
- Provides-Extra: dev
244
- Requires-Dist: ipython>=5.4; python_version < "3" and extra == "dev"
245
- Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "dev"
246
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "dev"
247
- Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "dev"
248
- Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.10") and extra == "dev"
249
- Requires-Dist: ipython>=8.27; python_version >= "3.10" and extra == "dev"
250
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "dev"
251
- Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "dev"
252
- Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "dev"
253
- Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "dev"
254
- Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "dev"
255
- Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "dev"
256
- Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "dev"
257
- Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "dev"
258
- Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "dev"
259
- Requires-Dist: watchdog>=0.10; extra == "dev"
260
- Requires-Dist: mypy[python2]>=1.11; extra == "dev"
261
- Requires-Dist: types-backports>=0.1; extra == "dev"
262
- Requires-Dist: typing>=3.10; python_version < "3.5" and extra == "dev"
263
- Requires-Dist: pyright>=1.1; extra == "dev"
264
- Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "dev"
265
- Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.9") and extra == "dev"
266
- Requires-Dist: xonsh>=0.18; python_version >= "3.9" and extra == "dev"
267
- Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "dev"
268
- Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "dev"
269
- Requires-Dist: numpy>=2; python_version >= "3.9" and extra == "dev"
270
- Requires-Dist: pandas>=1.16; python_version >= "3.6" and extra == "dev"
271
- Requires-Dist: xarray>=2024; python_version >= "3.9" and extra == "dev"
272
- Requires-Dist: jupyter>=1.1; extra == "dev"
273
- Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "dev"
274
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "dev"
275
- Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "dev"
276
- Requires-Dist: papermill>=1.2; extra == "dev"
277
- Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "dev"
278
- Requires-Dist: jupytext>=1.8; python_version >= "3" and extra == "dev"
279
- Requires-Dist: sphinx>=8; extra == "dev"
280
- Requires-Dist: pygments>=2.3; python_version < "3.9" and extra == "dev"
281
- Requires-Dist: pygments>=2.18; python_version >= "3.9" and extra == "dev"
282
- Requires-Dist: myst-parser>=4; extra == "dev"
283
- Requires-Dist: pydata-sphinx-theme>=0.15; extra == "dev"
284
- Requires-Dist: sphinxcontrib_applehelp>=2; extra == "dev"
285
- Requires-Dist: sphinxcontrib_htmlhelp>=2; extra == "dev"
286
- Requires-Dist: pytest>=3; python_version < "3.6" and extra == "dev"
287
- Requires-Dist: pytest>=7; (python_version >= "3.6" and python_version < "3.8") and extra == "dev"
288
- Requires-Dist: pytest<8.1,>=8.0; python_version >= "3.8" and extra == "dev"
289
- Requires-Dist: pexpect>=4; extra == "dev"
290
- Requires-Dist: pytest_remotedata>=0.4; extra == "dev"
291
- Requires-Dist: pyparsing<2.4.8,>=2.4.7; extra == "dev"
292
- Requires-Dist: pre-commit>=3; python_version >= "3" and extra == "dev"
293
- Requires-Dist: requests>=2.32; extra == "dev"
294
- Requires-Dist: vprof>=0.36; extra == "dev"
295
- Requires-Dist: py-spy>=0.3; extra == "dev"
296
- Requires-Dist: argparse>=1.4; python_version < "2.7"
297
- Requires-Dist: psutil>=6; python_version >= "2.7"
298
- Requires-Dist: futures>=3.4; python_version < "3"
299
- Requires-Dist: backports.functools-lru-cache>=1.6; python_version < "3"
300
- Requires-Dist: prompt_toolkit<2,>=1; python_version < "3"
301
- Requires-Dist: prompt_toolkit>=1; python_version >= "3"
302
- Requires-Dist: pygments>=2.3; python_version < "3.9"
303
- Requires-Dist: pygments>=2.18; python_version >= "3.9"
304
- Requires-Dist: typing_extensions>=3.10; python_version < "3.6"
305
- Requires-Dist: typing_extensions>=4.1; python_version >= "3.6" and python_version < "3.7"
306
- Requires-Dist: dataclasses>=0.8; python_version >= "3.6" and python_version < "3.7"
307
- Requires-Dist: typing_extensions>=4.7; python_version >= "3.7" and python_version < "3.8"
308
- Requires-Dist: typing_extensions>=4.12; python_version >= "3.8"
309
- Requires-Dist: trollius>=2.2; python_version < "3" and platform_python_implementation == "CPython"
310
- Requires-Dist: aenum>=3.1.15; python_version < "3.4"
311
- Requires-Dist: typing>=3.10; python_version < "3.5"
312
- Requires-Dist: async_generator>=1.10; python_version >= "3.5"
313
- Requires-Dist: exceptiongroup>=1; python_version >= "3.7" and python_version < "3.11"
314
- Requires-Dist: anyio>=3; python_version >= "3.6"
315
- Requires-Dist: cPyparsing<2.4.7.2.5,>=2.4.7.2.4.0; platform_python_implementation == "CPython"
316
- Requires-Dist: pyparsing<2.4.8,>=2.4.7; platform_python_implementation != "CPython"
317
-
318
- |logo| Coconut
319
- ==============
320
-
321
- ..
322
- <insert toctree here>
323
-
324
- .. |logo| image:: https://github.com/evhub/coconut/raw/gh-pages/favicon-32x32.png
325
-
326
- .. image:: https://opencollective.com/coconut/backers/badge.svg
327
- :alt: Backers on Open Collective
328
- :target: #backers
329
- .. image:: https://opencollective.com/coconut/sponsors/badge.svg
330
- :alt: Sponsors on Open Collective
331
- :target: #sponsors
332
- .. image:: https://badges.gitter.im/evhub/coconut.svg
333
- :alt: Join the chat at https://gitter.im/evhub/coconut
334
- :target: https://gitter.im/evhub/coconut?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
335
-
336
- Coconut (`coconut-lang.org`__) is a variant of Python_ that **adds on top of Python syntax** new features for simple, elegant, Pythonic **functional programming**.
337
-
338
- __ Coconut_
339
- .. _Coconut: http://coconut-lang.org/
340
-
341
- Coconut is developed on GitHub_ and hosted on PyPI_. Installing Coconut is as easy as opening a command prompt and entering::
342
-
343
- pip install coconut
344
-
345
- To help you get started, check out these links for more information about Coconut:
346
-
347
- - Tutorial_: If you're new to Coconut, a good place to start is Coconut's **tutorial**.
348
- - Documentation_: If you're looking for info about a specific feature, check out Coconut's **documentation**.
349
- - `Online Interpreter`_: If you want to try Coconut in your browser, check out Coconut's **online interpreter**.
350
- - 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.
351
- - `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.
352
- - 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.
353
- - Releases_: Want to know what's been added in recent Coconut versions? Check out the release log for all the new features and fixes.
354
-
355
- .. _Python: https://www.python.org/
356
- .. _PyPI: https://pypi.python.org/pypi/coconut
357
- .. _Tutorial: http://coconut.readthedocs.io/en/latest/HELP.html
358
- .. _Documentation: http://coconut.readthedocs.io/en/latest/DOCS.html
359
- .. _`Online Interpreter`: https://cs121-team-panda.github.io/coconut-interpreter
360
- .. _FAQ: http://coconut.readthedocs.io/en/latest/FAQ.html
361
- .. _GitHub: https://github.com/evhub/coconut
362
- .. _Gitter: https://gitter.im/evhub/coconut
363
- .. _Releases: https://github.com/evhub/coconut/releases
364
-
365
- Credits
366
- +++++++
367
-
368
- Contributors
369
- ------------
370
-
371
- This project exists thanks to all the people who contribute! `Become a contributor`__.
372
-
373
- .. image:: https://opencollective.com/coconut/contributors.svg?width=890&button=false
374
- :target: https://github.com/evhub/coconut/graphs/contributors
375
-
376
- __ Contributor_
377
- .. _Contributor: http://coconut.readthedocs.io/en/develop/CONTRIBUTING.html
378
-
379
- Backers
380
- -------
381
-
382
- Thank you to all our backers! `Become a backer`__.
383
-
384
- .. image:: https://opencollective.com/coconut/backers.svg?width=890
385
- :target: https://opencollective.com/coconut#backers
386
-
387
- __ Backer_
388
- .. _Backer: https://opencollective.com/coconut#backer
389
-
390
- Sponsors
391
- --------
392
-
393
- Support Coconut by becoming a sponsor. Your logo will show up here with a link to your website. `Become a sponsor`__.
394
-
395
- .. image:: https://opencollective.com/XX/sponsor/0/avatar.svg
396
- :target: https://opencollective.com/coconut/sponsor/0/website
397
-
398
- __ Sponsor_
399
- .. _Sponsor: https://opencollective.com/coconut#sponsor