coconut-develop 3.0.4.post0.dev4__tar.gz → 3.0.4.post0.dev5__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.
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/DOCS.md +5 -5
- coconut-develop-3.0.4.post0.dev5/PKG-INFO +376 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/command/command.py +141 -100
- coconut-develop-3.0.4.post0.dev5/coconut/icoconut/coconut/kernel.json +11 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/root.py +1 -1
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/main_test.py +27 -3
- coconut-develop-3.0.4.post0.dev4/coconut/tests/src/runner.coco → coconut-develop-3.0.4.post0.dev5/coconut/tests/src/cocotest/agnostic/__main__.coco +1 -4
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/agnostic/main.coco +1 -1
- coconut-develop-3.0.4.post0.dev5/coconut/tests/src/runner.coco +12 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut_develop.egg-info/SOURCES.txt +1 -0
- coconut-develop-3.0.4.post0.dev4/PKG-INFO +0 -140
- coconut-develop-3.0.4.post0.dev4/coconut/icoconut/coconut/kernel.json +0 -11
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/CONTRIBUTING.md +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/FAQ.md +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/HELP.md +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/LICENSE.txt +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/MANIFEST.in +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/README.rst +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/__coconut__/__init__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/__coconut__/__init__.pyi +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/__coconut__/py.typed +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/_coconut/__init__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/_coconut/__init__.pyi +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/_coconut/py.typed +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/__coconut__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/__coconut__.pyi +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/__init__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/__init__.pyi +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/__main__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/_pyparsing.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/api.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/api.pyi +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/command/__init__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/command/__init__.pyi +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/command/cli.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/command/command.pyi +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/command/mypy.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/command/resources/zcoconut.pth +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/command/util.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/command/watch.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/compiler/__init__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/compiler/compiler.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/compiler/grammar.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/compiler/header.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/compiler/matching.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/compiler/templates/header.py_template +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/compiler/util.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/constants.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/convenience.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/convenience.pyi +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/exceptions.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/highlighter.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/icoconut/__init__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/icoconut/__main__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/icoconut/coconut_py/kernel.json +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/icoconut/coconut_py2/kernel.json +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/icoconut/coconut_py3/kernel.json +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/icoconut/embed.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/icoconut/root.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/integrations.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/main.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/py.typed +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/requirements.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/terminal.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/__init__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/__main__.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/constants_test.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/agnostic/__init__.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/agnostic/primary_1.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/agnostic/primary_2.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/agnostic/specific.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/agnostic/suite.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/agnostic/tutorial.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/agnostic/util.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/non_strict/non_strict_test.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/target_2/py2_test.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/target_3/py3_test.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/target_311/py311_test.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/target_35/py35_test.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/target_36/py36_test.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/target_38/py38_test.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/cocotest/target_sys/target_sys_test.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/extras.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/importable.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/tests/src/runnable.coco +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/coconut/util.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/conf.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/pyproject.toml +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/setup.cfg +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/setup.py +0 -0
- {coconut-develop-3.0.4.post0.dev4 → coconut-develop-3.0.4.post0.dev5}/xontrib/coconut.py +0 -0
|
@@ -225,22 +225,22 @@ as an alias for
|
|
|
225
225
|
```
|
|
226
226
|
coconut --quiet --target sys --keep-lines --run <source> --argv <args>
|
|
227
227
|
```
|
|
228
|
-
which will quietly compile and run `<source>`, passing any additional arguments to the script, mimicking how the `python` command works.
|
|
228
|
+
which will quietly compile and run `<source>`, passing any additional arguments to the script, mimicking how the `python` command works. To instead pass additional compilation arguments to Coconut itself (e.g. `--no-tco`), put them before the `<source>` file.
|
|
229
|
+
|
|
230
|
+
`coconut-run` can be used to compile and run directories rather than files, again mimicking how the `python` command works. Specifically, Coconut will compile the directory and then run the `__main__.coco` in that directory, which must exist.
|
|
229
231
|
|
|
230
232
|
`coconut-run` can be used in a Unix shebang line to create a Coconut script by adding the following line to the start of your script:
|
|
231
233
|
```bash
|
|
232
234
|
#!/usr/bin/env coconut-run
|
|
233
235
|
```
|
|
234
236
|
|
|
235
|
-
To pass additional compilation arguments to `coconut-run` (e.g. `--no-tco`), put them before the `<source>` file.
|
|
236
|
-
|
|
237
237
|
`coconut-run` will always enable [automatic compilation](#automatic-compilation), such that Coconut source files can be directly imported from any Coconut files run via `coconut-run`. Additionally, compilation parameters (e.g. `--no-tco`) used in `coconut-run` will be passed along and used for any auto compilation.
|
|
238
238
|
|
|
239
239
|
On Python 3.4+, `coconut-run` will use a `__coconut_cache__` directory to cache the compiled Python. Note that `__coconut_cache__` will always be removed from `__file__`.
|
|
240
240
|
|
|
241
241
|
#### Naming Source Files
|
|
242
242
|
|
|
243
|
-
Coconut source files should, so the compiler can recognize them, use the extension `.coco
|
|
243
|
+
Coconut source files should, so the compiler can recognize them, use the extension `.coco`.
|
|
244
244
|
|
|
245
245
|
When Coconut compiles a `.coco` file, it will compile to another file with the same name, except with `.py` instead of `.coco`, which will hold the compiled code.
|
|
246
246
|
|
|
@@ -248,7 +248,7 @@ If an extension other than `.py` is desired for the compiled files, then that ex
|
|
|
248
248
|
|
|
249
249
|
#### Compilation Modes
|
|
250
250
|
|
|
251
|
-
Files compiled by the `coconut` command-line utility will vary based on compilation parameters. If an entire directory of files is compiled (which the compiler will search recursively for any folders containing `.coco
|
|
251
|
+
Files compiled by the `coconut` command-line utility will vary based on compilation parameters. If an entire directory of files is compiled (which the compiler will search recursively for any folders containing `.coco` files), a `__coconut__.py` file will be created to house necessary functions (package mode), whereas if only a single file is compiled, that information will be stored within a header inside the file (standalone mode). Standalone mode is better for single files because it gets rid of the overhead involved in importing `__coconut__.py`, but package mode is better for large packages because it gets rid of the need to run the same Coconut header code again in every file, since it can just be imported from `__coconut__.py`.
|
|
252
252
|
|
|
253
253
|
By default, if the `source` argument to the command-line utility is a file, it will perform standalone compilation on it, whereas if it is a directory, it will recursively search for all `.coco` files and perform package compilation on them. Thus, in most cases, the mode chosen by Coconut automatically will be the right one. But if it is very important that no additional files like `__coconut__.py` be created, for example, then the command-line utility can also be forced to use a specific mode with the `--package` (`-p`) and `--standalone` (`-a`) flags.
|
|
254
254
|
|
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: coconut-develop
|
|
3
|
+
Version: 3.0.4.post0.dev5
|
|
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,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,_namedtuple_of,reveal_type,reveal_locals,MatchError,ExceptionGroup,BaseExceptionGroup,__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 extra == "kernel"
|
|
52
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "kernel"
|
|
53
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "kernel"
|
|
54
|
+
Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "kernel"
|
|
55
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "kernel"
|
|
56
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "kernel"
|
|
57
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "kernel"
|
|
58
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "kernel"
|
|
59
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "kernel"
|
|
60
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "kernel"
|
|
61
|
+
Provides-Extra: watch
|
|
62
|
+
Requires-Dist: watchdog>=0.10; extra == "watch"
|
|
63
|
+
Provides-Extra: mypy
|
|
64
|
+
Requires-Dist: mypy[python2]>=1.7; extra == "mypy"
|
|
65
|
+
Requires-Dist: types-backports>=0.1; extra == "mypy"
|
|
66
|
+
Requires-Dist: typing>=3.10; python_version < "3.5" and extra == "mypy"
|
|
67
|
+
Provides-Extra: xonsh
|
|
68
|
+
Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "xonsh"
|
|
69
|
+
Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.8") and extra == "xonsh"
|
|
70
|
+
Requires-Dist: xonsh>=0.14; python_version >= "3.8" and extra == "xonsh"
|
|
71
|
+
Provides-Extra: numpy
|
|
72
|
+
Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "numpy"
|
|
73
|
+
Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "numpy"
|
|
74
|
+
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "numpy"
|
|
75
|
+
Requires-Dist: pandas>=1; python_version >= "3.6" and extra == "numpy"
|
|
76
|
+
Provides-Extra: jupyter
|
|
77
|
+
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "jupyter"
|
|
78
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupyter"
|
|
79
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupyter"
|
|
80
|
+
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupyter"
|
|
81
|
+
Requires-Dist: ipython>=8.18; python_version >= "3.9" and extra == "jupyter"
|
|
82
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupyter"
|
|
83
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupyter"
|
|
84
|
+
Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "jupyter"
|
|
85
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupyter"
|
|
86
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupyter"
|
|
87
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupyter"
|
|
88
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupyter"
|
|
89
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupyter"
|
|
90
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "jupyter"
|
|
91
|
+
Requires-Dist: jupyter>=1.0; extra == "jupyter"
|
|
92
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupyter"
|
|
93
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupyter"
|
|
94
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupyter"
|
|
95
|
+
Requires-Dist: papermill>=1.2; extra == "jupyter"
|
|
96
|
+
Provides-Extra: jupyterlab
|
|
97
|
+
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "jupyterlab"
|
|
98
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupyterlab"
|
|
99
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupyterlab"
|
|
100
|
+
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupyterlab"
|
|
101
|
+
Requires-Dist: ipython>=8.18; python_version >= "3.9" and extra == "jupyterlab"
|
|
102
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupyterlab"
|
|
103
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupyterlab"
|
|
104
|
+
Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "jupyterlab"
|
|
105
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupyterlab"
|
|
106
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupyterlab"
|
|
107
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupyterlab"
|
|
108
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupyterlab"
|
|
109
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupyterlab"
|
|
110
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "jupyterlab"
|
|
111
|
+
Requires-Dist: jupyter>=1.0; extra == "jupyterlab"
|
|
112
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupyterlab"
|
|
113
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupyterlab"
|
|
114
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupyterlab"
|
|
115
|
+
Requires-Dist: papermill>=1.2; extra == "jupyterlab"
|
|
116
|
+
Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "jupyterlab"
|
|
117
|
+
Provides-Extra: jupytext
|
|
118
|
+
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "jupytext"
|
|
119
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupytext"
|
|
120
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupytext"
|
|
121
|
+
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupytext"
|
|
122
|
+
Requires-Dist: ipython>=8.18; python_version >= "3.9" and extra == "jupytext"
|
|
123
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupytext"
|
|
124
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupytext"
|
|
125
|
+
Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "jupytext"
|
|
126
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupytext"
|
|
127
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupytext"
|
|
128
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupytext"
|
|
129
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupytext"
|
|
130
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupytext"
|
|
131
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "jupytext"
|
|
132
|
+
Requires-Dist: jupyter>=1.0; extra == "jupytext"
|
|
133
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupytext"
|
|
134
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupytext"
|
|
135
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupytext"
|
|
136
|
+
Requires-Dist: papermill>=1.2; extra == "jupytext"
|
|
137
|
+
Requires-Dist: jupytext>=1.8; python_version >= "3" and extra == "jupytext"
|
|
138
|
+
Provides-Extra: all
|
|
139
|
+
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "all"
|
|
140
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "all"
|
|
141
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "all"
|
|
142
|
+
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "all"
|
|
143
|
+
Requires-Dist: ipython>=8.18; python_version >= "3.9" and extra == "all"
|
|
144
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "all"
|
|
145
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "all"
|
|
146
|
+
Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "all"
|
|
147
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "all"
|
|
148
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "all"
|
|
149
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "all"
|
|
150
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "all"
|
|
151
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "all"
|
|
152
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "all"
|
|
153
|
+
Requires-Dist: watchdog>=0.10; extra == "all"
|
|
154
|
+
Requires-Dist: mypy[python2]>=1.7; extra == "all"
|
|
155
|
+
Requires-Dist: types-backports>=0.1; extra == "all"
|
|
156
|
+
Requires-Dist: typing>=3.10; python_version < "3.5" and extra == "all"
|
|
157
|
+
Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "all"
|
|
158
|
+
Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.8") and extra == "all"
|
|
159
|
+
Requires-Dist: xonsh>=0.14; python_version >= "3.8" and extra == "all"
|
|
160
|
+
Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "all"
|
|
161
|
+
Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "all"
|
|
162
|
+
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "all"
|
|
163
|
+
Requires-Dist: pandas>=1; python_version >= "3.6" and extra == "all"
|
|
164
|
+
Requires-Dist: jupyter>=1.0; extra == "all"
|
|
165
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "all"
|
|
166
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "all"
|
|
167
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "all"
|
|
168
|
+
Requires-Dist: papermill>=1.2; extra == "all"
|
|
169
|
+
Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "all"
|
|
170
|
+
Requires-Dist: jupytext>=1.8; python_version >= "3" and extra == "all"
|
|
171
|
+
Provides-Extra: ipython
|
|
172
|
+
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "ipython"
|
|
173
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "ipython"
|
|
174
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "ipython"
|
|
175
|
+
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "ipython"
|
|
176
|
+
Requires-Dist: ipython>=8.18; python_version >= "3.9" and extra == "ipython"
|
|
177
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "ipython"
|
|
178
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "ipython"
|
|
179
|
+
Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "ipython"
|
|
180
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "ipython"
|
|
181
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "ipython"
|
|
182
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "ipython"
|
|
183
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "ipython"
|
|
184
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "ipython"
|
|
185
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "ipython"
|
|
186
|
+
Requires-Dist: jupyter>=1.0; extra == "ipython"
|
|
187
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "ipython"
|
|
188
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "ipython"
|
|
189
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "ipython"
|
|
190
|
+
Requires-Dist: papermill>=1.2; extra == "ipython"
|
|
191
|
+
Provides-Extra: docs
|
|
192
|
+
Requires-Dist: sphinx>=7; extra == "docs"
|
|
193
|
+
Requires-Dist: pygments>=2.3; python_version < "3.9" and extra == "docs"
|
|
194
|
+
Requires-Dist: pygments>=2.17; python_version >= "3.9" and extra == "docs"
|
|
195
|
+
Requires-Dist: myst-parser>=2; extra == "docs"
|
|
196
|
+
Requires-Dist: pydata-sphinx-theme>=0.14; extra == "docs"
|
|
197
|
+
Provides-Extra: tests
|
|
198
|
+
Requires-Dist: pytest>=3; python_version < "3.6" and extra == "tests"
|
|
199
|
+
Requires-Dist: pytest>=7; python_version >= "3.6" and extra == "tests"
|
|
200
|
+
Requires-Dist: pexpect>=4; extra == "tests"
|
|
201
|
+
Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "tests"
|
|
202
|
+
Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "tests"
|
|
203
|
+
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "tests"
|
|
204
|
+
Requires-Dist: pandas>=1; python_version >= "3.6" and extra == "tests"
|
|
205
|
+
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "tests"
|
|
206
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "tests"
|
|
207
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "tests"
|
|
208
|
+
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "tests"
|
|
209
|
+
Requires-Dist: ipython>=8.18; python_version >= "3.9" and extra == "tests"
|
|
210
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "tests"
|
|
211
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "tests"
|
|
212
|
+
Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "tests"
|
|
213
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "tests"
|
|
214
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "tests"
|
|
215
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "tests"
|
|
216
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "tests"
|
|
217
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "tests"
|
|
218
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "tests"
|
|
219
|
+
Requires-Dist: jupyter>=1.0; extra == "tests"
|
|
220
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "tests"
|
|
221
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "tests"
|
|
222
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "tests"
|
|
223
|
+
Requires-Dist: papermill>=1.2; extra == "tests"
|
|
224
|
+
Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "tests"
|
|
225
|
+
Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.8") and extra == "tests"
|
|
226
|
+
Requires-Dist: xonsh>=0.14; python_version >= "3.8" and extra == "tests"
|
|
227
|
+
Provides-Extra: dev
|
|
228
|
+
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "dev"
|
|
229
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "dev"
|
|
230
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "dev"
|
|
231
|
+
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "dev"
|
|
232
|
+
Requires-Dist: ipython>=8.18; python_version >= "3.9" and extra == "dev"
|
|
233
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "dev"
|
|
234
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "dev"
|
|
235
|
+
Requires-Dist: ipykernel>=6; python_version >= "3.8" and extra == "dev"
|
|
236
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "dev"
|
|
237
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "dev"
|
|
238
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "dev"
|
|
239
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "dev"
|
|
240
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "dev"
|
|
241
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "dev"
|
|
242
|
+
Requires-Dist: watchdog>=0.10; extra == "dev"
|
|
243
|
+
Requires-Dist: mypy[python2]>=1.7; extra == "dev"
|
|
244
|
+
Requires-Dist: types-backports>=0.1; extra == "dev"
|
|
245
|
+
Requires-Dist: typing>=3.10; python_version < "3.5" and extra == "dev"
|
|
246
|
+
Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "dev"
|
|
247
|
+
Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.8") and extra == "dev"
|
|
248
|
+
Requires-Dist: xonsh>=0.14; python_version >= "3.8" and extra == "dev"
|
|
249
|
+
Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "dev"
|
|
250
|
+
Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "dev"
|
|
251
|
+
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "dev"
|
|
252
|
+
Requires-Dist: pandas>=1; python_version >= "3.6" and extra == "dev"
|
|
253
|
+
Requires-Dist: jupyter>=1.0; extra == "dev"
|
|
254
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "dev"
|
|
255
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "dev"
|
|
256
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "dev"
|
|
257
|
+
Requires-Dist: papermill>=1.2; extra == "dev"
|
|
258
|
+
Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "dev"
|
|
259
|
+
Requires-Dist: jupytext>=1.8; python_version >= "3" and extra == "dev"
|
|
260
|
+
Requires-Dist: sphinx>=7; extra == "dev"
|
|
261
|
+
Requires-Dist: pygments>=2.3; python_version < "3.9" and extra == "dev"
|
|
262
|
+
Requires-Dist: pygments>=2.17; python_version >= "3.9" and extra == "dev"
|
|
263
|
+
Requires-Dist: myst-parser>=2; extra == "dev"
|
|
264
|
+
Requires-Dist: pydata-sphinx-theme>=0.14; extra == "dev"
|
|
265
|
+
Requires-Dist: pytest>=3; python_version < "3.6" and extra == "dev"
|
|
266
|
+
Requires-Dist: pytest>=7; python_version >= "3.6" and extra == "dev"
|
|
267
|
+
Requires-Dist: pexpect>=4; extra == "dev"
|
|
268
|
+
Requires-Dist: pyparsing<2.4.8,>=2.4.7; extra == "dev"
|
|
269
|
+
Requires-Dist: pre-commit>=3; python_version >= "3" and extra == "dev"
|
|
270
|
+
Requires-Dist: requests>=2.31; extra == "dev"
|
|
271
|
+
Requires-Dist: vprof>=0.36; extra == "dev"
|
|
272
|
+
Requires-Dist: py-spy>=0.3; extra == "dev"
|
|
273
|
+
Requires-Dist: argparse>=1.4; python_version < "2.7"
|
|
274
|
+
Requires-Dist: psutil>=5; python_version >= "2.7"
|
|
275
|
+
Requires-Dist: futures>=3.4; python_version < "3"
|
|
276
|
+
Requires-Dist: backports.functools-lru-cache>=1.6; python_version < "3"
|
|
277
|
+
Requires-Dist: prompt_toolkit<2,>=1; python_version < "3"
|
|
278
|
+
Requires-Dist: prompt_toolkit>=1; python_version >= "3"
|
|
279
|
+
Requires-Dist: pygments>=2.3; python_version < "3.9"
|
|
280
|
+
Requires-Dist: pygments>=2.17; python_version >= "3.9"
|
|
281
|
+
Requires-Dist: typing_extensions>=3.10; python_version < "3.6"
|
|
282
|
+
Requires-Dist: typing_extensions>=4.1; python_version >= "3.6" and python_version < "3.7"
|
|
283
|
+
Requires-Dist: dataclasses>=0.8; python_version >= "3.6" and python_version < "3.7"
|
|
284
|
+
Requires-Dist: typing_extensions>=4.7; python_version >= "3.7" and python_version < "3.8"
|
|
285
|
+
Requires-Dist: typing_extensions>=4.8; python_version >= "3.8"
|
|
286
|
+
Requires-Dist: trollius>=2.2; python_version < "3" and platform_python_implementation == "CPython"
|
|
287
|
+
Requires-Dist: aenum>=3.1.15; python_version < "3.4"
|
|
288
|
+
Requires-Dist: typing>=3.10; python_version < "3.5"
|
|
289
|
+
Requires-Dist: async_generator>=1.10; python_version >= "3.5"
|
|
290
|
+
Requires-Dist: exceptiongroup>=1; python_version >= "3.7" and python_version < "3.11"
|
|
291
|
+
Requires-Dist: anyio>=3; python_version >= "3.6"
|
|
292
|
+
Requires-Dist: cPyparsing<2.4.7.2.4,>=2.4.7.2.3.2; platform_python_implementation == "CPython"
|
|
293
|
+
Requires-Dist: pyparsing<2.4.8,>=2.4.7; platform_python_implementation != "CPython"
|
|
294
|
+
|
|
295
|
+
|logo| Coconut
|
|
296
|
+
==============
|
|
297
|
+
|
|
298
|
+
..
|
|
299
|
+
<insert toctree here>
|
|
300
|
+
|
|
301
|
+
.. |logo| image:: https://github.com/evhub/coconut/raw/gh-pages/favicon-32x32.png
|
|
302
|
+
|
|
303
|
+
.. image:: https://opencollective.com/coconut/backers/badge.svg
|
|
304
|
+
:alt: Backers on Open Collective
|
|
305
|
+
:target: #backers
|
|
306
|
+
.. image:: https://opencollective.com/coconut/sponsors/badge.svg
|
|
307
|
+
:alt: Sponsors on Open Collective
|
|
308
|
+
:target: #sponsors
|
|
309
|
+
.. image:: https://badges.gitter.im/evhub/coconut.svg
|
|
310
|
+
:alt: Join the chat at https://gitter.im/evhub/coconut
|
|
311
|
+
:target: https://gitter.im/evhub/coconut?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
|
312
|
+
|
|
313
|
+
Coconut (`coconut-lang.org`__) is a variant of Python_ that **adds on top of Python syntax** new features for simple, elegant, Pythonic **functional programming**.
|
|
314
|
+
|
|
315
|
+
__ Coconut_
|
|
316
|
+
.. _Coconut: http://coconut-lang.org/
|
|
317
|
+
|
|
318
|
+
Coconut is developed on GitHub_ and hosted on PyPI_. Installing Coconut is as easy as opening a command prompt and entering::
|
|
319
|
+
|
|
320
|
+
pip install coconut
|
|
321
|
+
|
|
322
|
+
To help you get started, check out these links for more information about Coconut:
|
|
323
|
+
|
|
324
|
+
- Tutorial_: If you're new to Coconut, a good place to start is Coconut's **tutorial**.
|
|
325
|
+
- Documentation_: If you're looking for info about a specific feature, check out Coconut's **documentation**.
|
|
326
|
+
- `Online Interpreter`_: If you want to try Coconut in your browser, check out Coconut's **online interpreter**.
|
|
327
|
+
- 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.
|
|
328
|
+
- `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.
|
|
329
|
+
- 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.
|
|
330
|
+
- Releases_: Want to know what's been added in recent Coconut versions? Check out the release log for all the new features and fixes.
|
|
331
|
+
|
|
332
|
+
.. _Python: https://www.python.org/
|
|
333
|
+
.. _PyPI: https://pypi.python.org/pypi/coconut
|
|
334
|
+
.. _Tutorial: http://coconut.readthedocs.io/en/latest/HELP.html
|
|
335
|
+
.. _Documentation: http://coconut.readthedocs.io/en/latest/DOCS.html
|
|
336
|
+
.. _`Online Interpreter`: https://cs121-team-panda.github.io/coconut-interpreter
|
|
337
|
+
.. _FAQ: http://coconut.readthedocs.io/en/latest/FAQ.html
|
|
338
|
+
.. _GitHub: https://github.com/evhub/coconut
|
|
339
|
+
.. _Gitter: https://gitter.im/evhub/coconut
|
|
340
|
+
.. _Releases: https://github.com/evhub/coconut/releases
|
|
341
|
+
|
|
342
|
+
Credits
|
|
343
|
+
+++++++
|
|
344
|
+
|
|
345
|
+
Contributors
|
|
346
|
+
------------
|
|
347
|
+
|
|
348
|
+
This project exists thanks to all the people who contribute! `Become a contributor`__.
|
|
349
|
+
|
|
350
|
+
.. image:: https://opencollective.com/coconut/contributors.svg?width=890&button=false
|
|
351
|
+
:target: https://github.com/evhub/coconut/graphs/contributors
|
|
352
|
+
|
|
353
|
+
__ Contributor_
|
|
354
|
+
.. _Contributor: http://coconut.readthedocs.io/en/develop/CONTRIBUTING.html
|
|
355
|
+
|
|
356
|
+
Backers
|
|
357
|
+
-------
|
|
358
|
+
|
|
359
|
+
Thank you to all our backers! `Become a backer`__.
|
|
360
|
+
|
|
361
|
+
.. image:: https://opencollective.com/coconut/backers.svg?width=890
|
|
362
|
+
:target: https://opencollective.com/coconut#backers
|
|
363
|
+
|
|
364
|
+
__ Backer_
|
|
365
|
+
.. _Backer: https://opencollective.com/coconut#backer
|
|
366
|
+
|
|
367
|
+
Sponsors
|
|
368
|
+
--------
|
|
369
|
+
|
|
370
|
+
Support Coconut by becoming a sponsor. Your logo will show up here with a link to your website. `Become a sponsor`__.
|
|
371
|
+
|
|
372
|
+
.. image:: https://opencollective.com/XX/sponsor/0/avatar.svg
|
|
373
|
+
:target: https://opencollective.com/coconut/sponsor/0/website
|
|
374
|
+
|
|
375
|
+
__ Sponsor_
|
|
376
|
+
.. _Sponsor: https://opencollective.com/coconut#sponsor
|