coconut-develop 3.2.0.post0.dev2__tar.gz → 3.2.0.post0.dev3__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.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/DOCS.md +7 -12
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/PKG-INFO +159 -130
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/compiler.py +109 -45
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/util.py +8 -1
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/root.py +1 -1
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/primary_1.coco +4 -2
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/primary_2.coco +4 -2
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/specific.coco +1 -1
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/util.coco +0 -4
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/extras.coco +111 -2
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/.claude/CLAUDE.md +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/.claude/settings.local.json +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/CONTRIBUTING.md +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/FAQ.md +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/HELP.md +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/LICENSE.txt +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/MANIFEST.in +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/README.rst +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/__coconut__/__init__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/__coconut__/__init__.pyi +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/__coconut__/py.typed +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/_coconut/__init__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/_coconut/__init__.pyi +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/_coconut/py.typed +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/__coconut__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/__coconut__.pyi +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/__init__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/__init__.pyi +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/__main__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/_pyparsing.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/api.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/api.pyi +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/__init__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/__init__.pyi +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/cli.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/command.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/command.pyi +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/mypy.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/resources/zcoconut.pth +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/util.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/watch.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/__init__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/grammar.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/header.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/matching.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/templates/header.py_template +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/constants.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/convenience.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/convenience.pyi +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/exceptions.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/highlighter.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/__init__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/__main__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/coconut/kernel.json +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/coconut_py/kernel.json +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/coconut_py2/kernel.json +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/coconut_py3/kernel.json +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/embed.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/root.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/integrations.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/main.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/py.typed +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/requirements.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/terminal.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/__init__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/__main__.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/constants_test.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/main_test.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/__init__.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/__main__.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/main.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/suite.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/tutorial.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/non_strict/non_strict_test.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/target_2/py2_test.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/target_3/py3_test.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/target_311/py311_test.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/target_314/py314_test.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/target_35/py35_test.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/target_36/py36_test.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/target_38/py38_test.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/target_sys/target_sys_test.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/importable.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/runnable.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/runner.coco +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/util.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut_develop.egg-info/SOURCES.txt +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/conf.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/pyproject.toml +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/setup.cfg +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/setup.py +0 -0
- {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/xontrib/coconut.py +0 -0
|
@@ -331,6 +331,7 @@ If the `--strict` (`-s` for short) flag is enabled, Coconut will perform additio
|
|
|
331
331
|
|
|
332
332
|
- disabling deprecated features (making them entirely unavailable to code compiled with `--strict`),
|
|
333
333
|
- errors instead of warnings on unused imports (unless they have a `# NOQA` or `# noqa` comment),
|
|
334
|
+
- errors instead of warnings on redefining previously imported names (unless a backslash is used to escape the imported name),
|
|
334
335
|
- errors instead of warnings when overwriting built-ins (unless a backslash is used to escape the built-in name),
|
|
335
336
|
- warning on missing `__init__.coco` files when compiling in `--package` mode,
|
|
336
337
|
- throwing errors on various style problems (see list below).
|
|
@@ -1595,9 +1596,12 @@ _Can't be done without a series of method definitions for each data type. See th
|
|
|
1595
1596
|
|
|
1596
1597
|
### `final`
|
|
1597
1598
|
|
|
1598
|
-
Coconut supports `final` declarations to mark variables as constant, preventing reassignment within the same scope.
|
|
1599
|
+
Coconut supports `final` declarations to mark variables as constant, preventing reassignment within the same scope. `final` is supported anywhere a variable can be declared, such as:
|
|
1599
1600
|
```coconut
|
|
1600
|
-
final
|
|
1601
|
+
final x = 1
|
|
1602
|
+
final x: int = 1
|
|
1603
|
+
def f(final x): ...
|
|
1604
|
+
for final i in items: ...
|
|
1601
1605
|
```
|
|
1602
1606
|
|
|
1603
1607
|
Once a variable is declared `final`, it cannot be reassigned within that scope. Attempting to reassign a final variable will result in a compile-time error.
|
|
@@ -1621,18 +1625,9 @@ def f():
|
|
|
1621
1625
|
return x
|
|
1622
1626
|
```
|
|
1623
1627
|
|
|
1624
|
-
#### Usage Contexts
|
|
1625
|
-
|
|
1626
|
-
The `final` keyword can be used in:
|
|
1627
|
-
- Variable assignments: `final x = 1`
|
|
1628
|
-
- Typed assignments: `final x: int = 1`
|
|
1629
|
-
- Function parameters: `def f(final x): ...`
|
|
1630
|
-
- For loops: `for final i in items: ...`
|
|
1631
|
-
- Match patterns: `case final x: ...`
|
|
1632
|
-
|
|
1633
1628
|
#### Escape Hatch
|
|
1634
1629
|
|
|
1635
|
-
To bypass final checking
|
|
1630
|
+
To bypass final checking, prefix the variable name with a backslash:
|
|
1636
1631
|
```coconut
|
|
1637
1632
|
final x = 1
|
|
1638
1633
|
\x = 2 # OK - bypasses final check
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: coconut-develop
|
|
3
|
-
Version: 3.2.0.post0.
|
|
3
|
+
Version: 3.2.0.post0.dev3
|
|
4
4
|
Summary: Simple, elegant, Pythonic functional programming.
|
|
5
5
|
Home-page: http://coconut-lang.org
|
|
6
6
|
Author: Evan Hubinger
|
|
@@ -80,200 +80,229 @@ Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "numpy"
|
|
|
80
80
|
Requires-Dist: pandas>=1.1; python_version >= "3.6" and extra == "numpy"
|
|
81
81
|
Requires-Dist: xarray>=2025; python_version >= "3.10" and extra == "numpy"
|
|
82
82
|
Provides-Extra: jupyter
|
|
83
|
+
Requires-Dist: jupyter>=1.1; extra == "jupyter"
|
|
84
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupyter"
|
|
83
85
|
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "jupyter"
|
|
84
|
-
Requires-Dist:
|
|
85
|
-
Requires-Dist:
|
|
86
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupyter"
|
|
87
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupyter"
|
|
88
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupyter"
|
|
89
|
+
Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "jupyter"
|
|
90
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupyter"
|
|
91
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupyter"
|
|
92
|
+
Requires-Dist: papermill>=1.2; extra == "jupyter"
|
|
86
93
|
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupyter"
|
|
87
|
-
Requires-Dist:
|
|
88
|
-
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "jupyter"
|
|
94
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupyter"
|
|
89
95
|
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupyter"
|
|
96
|
+
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "jupyter"
|
|
90
97
|
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupyter"
|
|
91
|
-
Requires-Dist:
|
|
98
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupyter"
|
|
99
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupyter"
|
|
100
|
+
Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "jupyter"
|
|
92
101
|
Requires-Dist: ipykernel>=7; python_version >= "3.10" and extra == "jupyter"
|
|
93
|
-
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupyter"
|
|
94
|
-
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupyter"
|
|
95
|
-
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupyter"
|
|
96
|
-
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupyter"
|
|
97
102
|
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupyter"
|
|
98
103
|
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "jupyter"
|
|
99
|
-
Requires-Dist: jupyter>=1.1; extra == "jupyter"
|
|
100
|
-
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupyter"
|
|
101
|
-
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupyter"
|
|
102
|
-
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupyter"
|
|
103
|
-
Requires-Dist: papermill>=1.2; extra == "jupyter"
|
|
104
104
|
Provides-Extra: jupyterlab
|
|
105
|
+
Requires-Dist: jupyter>=1.1; extra == "jupyterlab"
|
|
106
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupyterlab"
|
|
107
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupyterlab"
|
|
105
108
|
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "jupyterlab"
|
|
106
|
-
Requires-Dist:
|
|
107
|
-
Requires-Dist:
|
|
109
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupyterlab"
|
|
110
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupyterlab"
|
|
111
|
+
Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "jupyterlab"
|
|
112
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupyterlab"
|
|
113
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupyterlab"
|
|
114
|
+
Requires-Dist: papermill>=1.2; extra == "jupyterlab"
|
|
108
115
|
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupyterlab"
|
|
109
|
-
Requires-Dist:
|
|
110
|
-
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "jupyterlab"
|
|
116
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupyterlab"
|
|
111
117
|
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupyterlab"
|
|
118
|
+
Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "jupyterlab"
|
|
119
|
+
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "jupyterlab"
|
|
112
120
|
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupyterlab"
|
|
113
|
-
Requires-Dist:
|
|
121
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupyterlab"
|
|
122
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupyterlab"
|
|
123
|
+
Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "jupyterlab"
|
|
114
124
|
Requires-Dist: ipykernel>=7; python_version >= "3.10" and extra == "jupyterlab"
|
|
115
|
-
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupyterlab"
|
|
116
|
-
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupyterlab"
|
|
117
|
-
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupyterlab"
|
|
118
|
-
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupyterlab"
|
|
119
125
|
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupyterlab"
|
|
120
126
|
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "jupyterlab"
|
|
121
|
-
Requires-Dist: jupyter>=1.1; extra == "jupyterlab"
|
|
122
|
-
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupyterlab"
|
|
123
|
-
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupyterlab"
|
|
124
|
-
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupyterlab"
|
|
125
|
-
Requires-Dist: papermill>=1.2; extra == "jupyterlab"
|
|
126
|
-
Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "jupyterlab"
|
|
127
127
|
Provides-Extra: jupytext
|
|
128
|
+
Requires-Dist: jupyter>=1.1; extra == "jupytext"
|
|
129
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupytext"
|
|
130
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupytext"
|
|
128
131
|
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "jupytext"
|
|
129
|
-
Requires-Dist:
|
|
130
|
-
Requires-Dist:
|
|
132
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupytext"
|
|
133
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupytext"
|
|
134
|
+
Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "jupytext"
|
|
135
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" 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: papermill>=1.2; extra == "jupytext"
|
|
131
138
|
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupytext"
|
|
132
|
-
Requires-Dist:
|
|
133
|
-
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "jupytext"
|
|
139
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupytext"
|
|
134
140
|
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupytext"
|
|
141
|
+
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "jupytext"
|
|
135
142
|
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupytext"
|
|
136
|
-
Requires-Dist:
|
|
143
|
+
Requires-Dist: jupytext>=1.8; python_version >= "3" and extra == "jupytext"
|
|
144
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupytext"
|
|
145
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupytext"
|
|
146
|
+
Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "jupytext"
|
|
137
147
|
Requires-Dist: ipykernel>=7; python_version >= "3.10" and extra == "jupytext"
|
|
138
|
-
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "jupytext"
|
|
139
|
-
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "jupytext"
|
|
140
|
-
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "jupytext"
|
|
141
|
-
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "jupytext"
|
|
142
148
|
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupytext"
|
|
143
149
|
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "jupytext"
|
|
144
|
-
Requires-Dist: jupyter>=1.1; extra == "jupytext"
|
|
145
|
-
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "jupytext"
|
|
146
|
-
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupytext"
|
|
147
|
-
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "jupytext"
|
|
148
|
-
Requires-Dist: papermill>=1.2; extra == "jupytext"
|
|
149
|
-
Requires-Dist: jupytext>=1.8; python_version >= "3" and extra == "jupytext"
|
|
150
150
|
Provides-Extra: all
|
|
151
|
+
Requires-Dist: jupyter>=1.1; extra == "all"
|
|
152
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "all"
|
|
151
153
|
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "all"
|
|
152
|
-
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "all"
|
|
153
|
-
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "all"
|
|
154
|
-
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "all"
|
|
155
|
-
Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "all"
|
|
156
|
-
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "all"
|
|
157
|
-
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "all"
|
|
158
|
-
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "all"
|
|
159
|
-
Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "all"
|
|
160
|
-
Requires-Dist: ipykernel>=7; python_version >= "3.10" and extra == "all"
|
|
161
|
-
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "all"
|
|
162
|
-
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "all"
|
|
163
154
|
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "all"
|
|
164
|
-
Requires-Dist:
|
|
165
|
-
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "all"
|
|
166
|
-
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "all"
|
|
155
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "all"
|
|
167
156
|
Requires-Dist: watchdog>=0.10; extra == "all"
|
|
168
|
-
Requires-Dist:
|
|
169
|
-
Requires-Dist: types-backports>=0.1; extra == "all"
|
|
157
|
+
Requires-Dist: pandas>=1.1; python_version >= "3.6" and extra == "all"
|
|
170
158
|
Requires-Dist: typing>=3.10; python_version < "3.5" and extra == "all"
|
|
171
|
-
Requires-Dist:
|
|
172
|
-
Requires-Dist:
|
|
173
|
-
Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.11") and extra == "all"
|
|
174
|
-
Requires-Dist: xonsh>=0.22; python_version >= "3.11" and extra == "all"
|
|
159
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "all"
|
|
160
|
+
Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "all"
|
|
175
161
|
Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "all"
|
|
162
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "all"
|
|
163
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "all"
|
|
164
|
+
Requires-Dist: papermill>=1.2; extra == "all"
|
|
165
|
+
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "all"
|
|
166
|
+
Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "all"
|
|
167
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "all"
|
|
176
168
|
Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "all"
|
|
177
|
-
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "all"
|
|
178
|
-
Requires-Dist: pandas>=1.1; python_version >= "3.6" and extra == "all"
|
|
179
169
|
Requires-Dist: xarray>=2025; python_version >= "3.10" and extra == "all"
|
|
180
|
-
Requires-Dist: jupyter>=1.1; extra == "all"
|
|
181
|
-
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "all"
|
|
182
170
|
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "all"
|
|
183
|
-
Requires-Dist:
|
|
184
|
-
Requires-Dist:
|
|
171
|
+
Requires-Dist: pyright>=1.1; extra == "all"
|
|
172
|
+
Requires-Dist: xonsh>=0.22; python_version >= "3.11" and extra == "all"
|
|
173
|
+
Requires-Dist: mypy[python2]>=1.19; extra == "all"
|
|
185
174
|
Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "all"
|
|
175
|
+
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "all"
|
|
176
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "all"
|
|
177
|
+
Requires-Dist: types-backports>=0.1; extra == "all"
|
|
178
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "all"
|
|
179
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "all"
|
|
186
180
|
Requires-Dist: jupytext>=1.8; python_version >= "3" and extra == "all"
|
|
181
|
+
Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "all"
|
|
182
|
+
Requires-Dist: ipykernel>=7; python_version >= "3.10" and extra == "all"
|
|
183
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "all"
|
|
184
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "all"
|
|
185
|
+
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "all"
|
|
186
|
+
Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.11") and extra == "all"
|
|
187
187
|
Provides-Extra: ipython
|
|
188
|
+
Requires-Dist: jupyter>=1.1; extra == "ipython"
|
|
189
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "ipython"
|
|
188
190
|
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "ipython"
|
|
189
|
-
Requires-Dist:
|
|
190
|
-
Requires-Dist:
|
|
191
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "ipython"
|
|
192
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "ipython"
|
|
193
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "ipython"
|
|
194
|
+
Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "ipython"
|
|
195
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "ipython"
|
|
196
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "ipython"
|
|
197
|
+
Requires-Dist: papermill>=1.2; extra == "ipython"
|
|
191
198
|
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "ipython"
|
|
192
|
-
Requires-Dist:
|
|
193
|
-
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "ipython"
|
|
199
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "ipython"
|
|
194
200
|
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "ipython"
|
|
201
|
+
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "ipython"
|
|
195
202
|
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "ipython"
|
|
196
|
-
Requires-Dist:
|
|
203
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "ipython"
|
|
204
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "ipython"
|
|
205
|
+
Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "ipython"
|
|
197
206
|
Requires-Dist: ipykernel>=7; python_version >= "3.10" and extra == "ipython"
|
|
198
|
-
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "ipython"
|
|
199
|
-
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "ipython"
|
|
200
|
-
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "ipython"
|
|
201
|
-
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "ipython"
|
|
202
207
|
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "ipython"
|
|
203
208
|
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "ipython"
|
|
204
|
-
Requires-Dist: jupyter>=1.1; extra == "ipython"
|
|
205
|
-
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "ipython"
|
|
206
|
-
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "ipython"
|
|
207
|
-
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "ipython"
|
|
208
|
-
Requires-Dist: papermill>=1.2; extra == "ipython"
|
|
209
209
|
Provides-Extra: docs
|
|
210
|
-
Requires-Dist: sphinx>=8; extra == "docs"
|
|
211
210
|
Requires-Dist: pygments>=2.3; python_version < "3.9" and extra == "docs"
|
|
212
|
-
Requires-Dist: pygments>=2.19; python_version >= "3.9" and extra == "docs"
|
|
213
211
|
Requires-Dist: myst-parser>=4; extra == "docs"
|
|
214
|
-
Requires-Dist: pydata-sphinx-theme>=0.16; extra == "docs"
|
|
215
212
|
Requires-Dist: sphinxcontrib_applehelp>=2; extra == "docs"
|
|
213
|
+
Requires-Dist: pygments>=2.19; python_version >= "3.9" and extra == "docs"
|
|
214
|
+
Requires-Dist: pydata-sphinx-theme>=0.16; extra == "docs"
|
|
216
215
|
Requires-Dist: sphinxcontrib_htmlhelp>=2; extra == "docs"
|
|
216
|
+
Requires-Dist: sphinx>=8; extra == "docs"
|
|
217
217
|
Provides-Extra: tests
|
|
218
218
|
Requires-Dist: pytest>=3; python_version < "3.6" and extra == "tests"
|
|
219
|
-
Requires-Dist:
|
|
219
|
+
Requires-Dist: jupyter>=1.1; extra == "tests"
|
|
220
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "tests"
|
|
220
221
|
Requires-Dist: pytest<8.1,>=8.0; python_version >= "3.8" and extra == "tests"
|
|
222
|
+
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "tests"
|
|
223
|
+
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "tests"
|
|
224
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "tests"
|
|
225
|
+
Requires-Dist: pandas>=1.1; python_version >= "3.6" and extra == "tests"
|
|
226
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "tests"
|
|
227
|
+
Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "tests"
|
|
228
|
+
Requires-Dist: pytest>=7; (python_version >= "3.6" and python_version < "3.8") and extra == "tests"
|
|
229
|
+
Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "tests"
|
|
230
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "tests"
|
|
231
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "tests"
|
|
232
|
+
Requires-Dist: papermill>=1.2; extra == "tests"
|
|
233
|
+
Requires-Dist: xarray>=2025; python_version >= "3.10" and extra == "tests"
|
|
234
|
+
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "tests"
|
|
235
|
+
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "tests"
|
|
236
|
+
Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "tests"
|
|
237
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "tests"
|
|
238
|
+
Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "tests"
|
|
239
|
+
Requires-Dist: xonsh>=0.22; python_version >= "3.11" and extra == "tests"
|
|
221
240
|
Requires-Dist: pexpect>=4; extra == "tests"
|
|
222
241
|
Requires-Dist: pytest_remotedata>=0.3; extra == "tests"
|
|
242
|
+
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "tests"
|
|
243
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "tests"
|
|
244
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "tests"
|
|
245
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "tests"
|
|
246
|
+
Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "tests"
|
|
247
|
+
Requires-Dist: ipykernel>=7; python_version >= "3.10" and extra == "tests"
|
|
248
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "tests"
|
|
249
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "tests"
|
|
250
|
+
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "tests"
|
|
251
|
+
Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.11") and extra == "tests"
|
|
223
252
|
Provides-Extra: dev
|
|
253
|
+
Requires-Dist: pytest>=3; python_version < "3.6" and extra == "dev"
|
|
254
|
+
Requires-Dist: jupyter>=1.1; extra == "dev"
|
|
255
|
+
Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "dev"
|
|
256
|
+
Requires-Dist: pytest<8.1,>=8.0; python_version >= "3.8" and extra == "dev"
|
|
257
|
+
Requires-Dist: pygments>=2.19; python_version >= "3.9" and extra == "dev"
|
|
224
258
|
Requires-Dist: ipython>=5.4; python_version < "3" and extra == "dev"
|
|
225
|
-
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "dev"
|
|
226
|
-
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "dev"
|
|
227
|
-
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "dev"
|
|
228
|
-
Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "dev"
|
|
229
|
-
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "dev"
|
|
230
|
-
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "dev"
|
|
231
|
-
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "dev"
|
|
232
|
-
Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "dev"
|
|
233
|
-
Requires-Dist: ipykernel>=7; python_version >= "3.10" and extra == "dev"
|
|
234
|
-
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "dev"
|
|
235
|
-
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "dev"
|
|
236
259
|
Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" and extra == "dev"
|
|
237
|
-
Requires-Dist:
|
|
238
|
-
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "dev"
|
|
239
|
-
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "dev"
|
|
260
|
+
Requires-Dist: jupyter-client>=5.3; python_version < "3.5" and extra == "dev"
|
|
240
261
|
Requires-Dist: watchdog>=0.10; extra == "dev"
|
|
241
|
-
Requires-Dist:
|
|
242
|
-
Requires-Dist: types-backports>=0.1; extra == "dev"
|
|
262
|
+
Requires-Dist: pandas>=1.1; python_version >= "3.6" and extra == "dev"
|
|
243
263
|
Requires-Dist: typing>=3.10; python_version < "3.5" and extra == "dev"
|
|
244
|
-
Requires-Dist:
|
|
245
|
-
Requires-Dist:
|
|
246
|
-
Requires-Dist:
|
|
247
|
-
Requires-Dist:
|
|
264
|
+
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "dev"
|
|
265
|
+
Requires-Dist: pre-commit>=4; python_version >= "3" and extra == "dev"
|
|
266
|
+
Requires-Dist: requests>=2.32; extra == "dev"
|
|
267
|
+
Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "dev"
|
|
268
|
+
Requires-Dist: vprof>=0.36; extra == "dev"
|
|
269
|
+
Requires-Dist: myst-parser>=4; extra == "dev"
|
|
248
270
|
Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "dev"
|
|
271
|
+
Requires-Dist: pytest>=7; (python_version >= "3.6" and python_version < "3.8") and extra == "dev"
|
|
272
|
+
Requires-Dist: sphinx>=8; extra == "dev"
|
|
273
|
+
Requires-Dist: jedi<0.18,>=0.17; python_version < "3.9" and extra == "dev"
|
|
274
|
+
Requires-Dist: jupyter-client<6.1.13,>=6.1.12; (python_version >= "3.5" and python_version < "3.6") and extra == "dev"
|
|
275
|
+
Requires-Dist: papermill>=1.2; extra == "dev"
|
|
276
|
+
Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "dev"
|
|
277
|
+
Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "dev"
|
|
278
|
+
Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "dev"
|
|
249
279
|
Requires-Dist: numpy>=1.18; (python_version >= "3.4" and python_version < "3.9") and extra == "dev"
|
|
250
|
-
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "dev"
|
|
251
|
-
Requires-Dist: pandas>=1.1; python_version >= "3.6" and extra == "dev"
|
|
252
280
|
Requires-Dist: xarray>=2025; python_version >= "3.10" and extra == "dev"
|
|
253
|
-
Requires-Dist: jupyter>=1.1; extra == "dev"
|
|
254
|
-
Requires-Dist: jupyter-console>=5.2; python_version < "3.5" and extra == "dev"
|
|
255
281
|
Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "dev"
|
|
256
|
-
Requires-Dist:
|
|
257
|
-
Requires-Dist:
|
|
258
|
-
Requires-Dist:
|
|
259
|
-
Requires-Dist:
|
|
260
|
-
Requires-Dist: sphinx>=8; extra == "dev"
|
|
261
|
-
Requires-Dist: pygments>=2.3; python_version < "3.9" and extra == "dev"
|
|
262
|
-
Requires-Dist: pygments>=2.19; python_version >= "3.9" and extra == "dev"
|
|
263
|
-
Requires-Dist: myst-parser>=4; extra == "dev"
|
|
282
|
+
Requires-Dist: pyparsing<2.4.8,>=2.4.7; extra == "dev"
|
|
283
|
+
Requires-Dist: pyright>=1.1; extra == "dev"
|
|
284
|
+
Requires-Dist: xonsh>=0.22; python_version >= "3.11" and extra == "dev"
|
|
285
|
+
Requires-Dist: pexpect>=4; extra == "dev"
|
|
264
286
|
Requires-Dist: pydata-sphinx-theme>=0.16; extra == "dev"
|
|
265
|
-
Requires-Dist:
|
|
287
|
+
Requires-Dist: mypy[python2]>=1.19; extra == "dev"
|
|
288
|
+
Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "dev"
|
|
266
289
|
Requires-Dist: sphinxcontrib_htmlhelp>=2; extra == "dev"
|
|
267
|
-
Requires-Dist: pytest>=3; python_version < "3.6" and extra == "dev"
|
|
268
|
-
Requires-Dist: pytest>=7; (python_version >= "3.6" and python_version < "3.8") and extra == "dev"
|
|
269
|
-
Requires-Dist: pytest<8.1,>=8.0; python_version >= "3.8" and extra == "dev"
|
|
270
|
-
Requires-Dist: pexpect>=4; extra == "dev"
|
|
271
290
|
Requires-Dist: pytest_remotedata>=0.3; extra == "dev"
|
|
272
|
-
Requires-Dist:
|
|
273
|
-
Requires-Dist:
|
|
274
|
-
Requires-Dist:
|
|
275
|
-
Requires-Dist:
|
|
291
|
+
Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "dev"
|
|
292
|
+
Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "dev"
|
|
293
|
+
Requires-Dist: types-backports>=0.1; extra == "dev"
|
|
294
|
+
Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "dev"
|
|
295
|
+
Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "dev"
|
|
296
|
+
Requires-Dist: jupytext>=1.8; python_version >= "3" and extra == "dev"
|
|
297
|
+
Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "dev"
|
|
298
|
+
Requires-Dist: pygments>=2.3; python_version < "3.9" and extra == "dev"
|
|
299
|
+
Requires-Dist: ipykernel>=7; python_version >= "3.10" and extra == "dev"
|
|
276
300
|
Requires-Dist: py-spy>=0.4; extra == "dev"
|
|
301
|
+
Requires-Dist: sphinxcontrib_applehelp>=2; extra == "dev"
|
|
302
|
+
Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "dev"
|
|
303
|
+
Requires-Dist: pywinpty<0.6,>=0.5; (python_version < "3" and os_name == "nt") and extra == "dev"
|
|
304
|
+
Requires-Dist: numpy>=1.26; python_version >= "3.9" and extra == "dev"
|
|
305
|
+
Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.11") and extra == "dev"
|
|
277
306
|
Requires-Dist: argparse>=1.4; python_version < "2.7"
|
|
278
307
|
Requires-Dist: psutil>=6; python_version >= "2.7" and python_version < "3"
|
|
279
308
|
Requires-Dist: psutil>=7; python_version >= "3"
|