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.
Files changed (92) hide show
  1. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/DOCS.md +7 -12
  2. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/PKG-INFO +159 -130
  3. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/compiler.py +109 -45
  4. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/util.py +8 -1
  5. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/root.py +1 -1
  6. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/primary_1.coco +4 -2
  7. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/primary_2.coco +4 -2
  8. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/specific.coco +1 -1
  9. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/util.coco +0 -4
  10. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/extras.coco +111 -2
  11. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/.claude/CLAUDE.md +0 -0
  12. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/.claude/settings.local.json +0 -0
  13. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/CONTRIBUTING.md +0 -0
  14. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/FAQ.md +0 -0
  15. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/HELP.md +0 -0
  16. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/LICENSE.txt +0 -0
  17. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/MANIFEST.in +0 -0
  18. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/README.rst +0 -0
  19. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/__coconut__/__init__.py +0 -0
  20. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/__coconut__/__init__.pyi +0 -0
  21. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/__coconut__/py.typed +0 -0
  22. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/_coconut/__init__.py +0 -0
  23. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/_coconut/__init__.pyi +0 -0
  24. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/_coconut/py.typed +0 -0
  25. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/__coconut__.py +0 -0
  26. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/__coconut__.pyi +0 -0
  27. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/__init__.py +0 -0
  28. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/__init__.pyi +0 -0
  29. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/__main__.py +0 -0
  30. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/_pyparsing.py +0 -0
  31. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/api.py +0 -0
  32. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/api.pyi +0 -0
  33. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/__init__.py +0 -0
  34. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/__init__.pyi +0 -0
  35. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/cli.py +0 -0
  36. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/command.py +0 -0
  37. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/command.pyi +0 -0
  38. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/mypy.py +0 -0
  39. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/resources/zcoconut.pth +0 -0
  40. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/util.py +0 -0
  41. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/command/watch.py +0 -0
  42. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/__init__.py +0 -0
  43. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/grammar.py +0 -0
  44. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/header.py +0 -0
  45. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/matching.py +0 -0
  46. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/compiler/templates/header.py_template +0 -0
  47. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/constants.py +0 -0
  48. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/convenience.py +0 -0
  49. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/convenience.pyi +0 -0
  50. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/exceptions.py +0 -0
  51. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/highlighter.py +0 -0
  52. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/__init__.py +0 -0
  53. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/__main__.py +0 -0
  54. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/coconut/kernel.json +0 -0
  55. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/coconut_py/kernel.json +0 -0
  56. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/coconut_py2/kernel.json +0 -0
  57. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/coconut_py3/kernel.json +0 -0
  58. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/embed.py +0 -0
  59. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/icoconut/root.py +0 -0
  60. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/integrations.py +0 -0
  61. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/main.py +0 -0
  62. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/py.typed +0 -0
  63. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/requirements.py +0 -0
  64. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/terminal.py +0 -0
  65. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/__init__.py +0 -0
  66. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/__main__.py +0 -0
  67. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/constants_test.py +0 -0
  68. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/main_test.py +0 -0
  69. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/__init__.coco +0 -0
  70. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/__main__.coco +0 -0
  71. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/main.coco +0 -0
  72. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/suite.coco +0 -0
  73. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/cocotest/agnostic/tutorial.coco +0 -0
  74. {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
  75. {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
  76. {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
  77. {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
  78. {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
  79. {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
  80. {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
  81. {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
  82. {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
  83. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/importable.coco +0 -0
  84. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/runnable.coco +0 -0
  85. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/tests/src/runner.coco +0 -0
  86. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut/util.py +0 -0
  87. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/coconut_develop.egg-info/SOURCES.txt +0 -0
  88. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/conf.py +0 -0
  89. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/pyproject.toml +0 -0
  90. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/setup.cfg +0 -0
  91. {coconut_develop-3.2.0.post0.dev2 → coconut_develop-3.2.0.post0.dev3}/setup.py +0 -0
  92. {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. The syntax is:
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 <name> = <value>
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 (e.g., for metaprogramming), prefix the variable name with a backslash:
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.dev2
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: 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: 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: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "jupyter"
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: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "jupyter"
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: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupyterlab"
107
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupyterlab"
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: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "jupyterlab"
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: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "jupyterlab"
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: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupytext"
130
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupytext"
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: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "jupytext"
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: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "jupytext"
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: jedi<0.18,>=0.17; python_version < "3.9" and extra == "all"
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: mypy[python2]>=1.19; extra == "all"
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: pyright>=1.1; extra == "all"
172
- Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "all"
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: jupyter-console>=6.6; python_version >= "3.7" and extra == "all"
184
- Requires-Dist: papermill>=1.2; extra == "all"
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: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "ipython"
190
- Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "ipython"
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: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "ipython"
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: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "ipython"
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: pytest>=7; (python_version >= "3.6" and python_version < "3.8") and extra == "tests"
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: jedi<0.18,>=0.17; python_version < "3.9" and extra == "dev"
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: mypy[python2]>=1.19; extra == "dev"
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: pyright>=1.1; extra == "dev"
245
- Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "dev"
246
- Requires-Dist: xonsh>=0.11; (python_version >= "3.6" and python_version < "3.11") and extra == "dev"
247
- Requires-Dist: xonsh>=0.22; python_version >= "3.11" and extra == "dev"
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: 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>=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: sphinxcontrib_applehelp>=2; extra == "dev"
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: pyparsing<2.4.8,>=2.4.7; extra == "dev"
273
- Requires-Dist: pre-commit>=4; python_version >= "3" and extra == "dev"
274
- Requires-Dist: requests>=2.32; extra == "dev"
275
- Requires-Dist: vprof>=0.36; extra == "dev"
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"