coconut-develop 3.2.0.post0.dev3__tar.gz → 3.2.0.post0.dev4__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.dev3 → coconut_develop-3.2.0.post0.dev4}/DOCS.md +10 -2
  2. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/PKG-INFO +130 -159
  3. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/api.pyi +2 -1
  4. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/command/cli.py +6 -0
  5. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/command/command.py +1 -0
  6. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/compiler/compiler.py +156 -88
  7. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/compiler/grammar.py +2 -1
  8. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/compiler/util.py +15 -1
  9. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/root.py +1 -1
  10. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/agnostic/specific.coco +1 -1
  11. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/agnostic/suite.coco +1 -0
  12. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/agnostic/util.coco +8 -0
  13. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/extras.coco +54 -0
  14. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/.claude/CLAUDE.md +0 -0
  15. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/.claude/settings.local.json +0 -0
  16. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/CONTRIBUTING.md +0 -0
  17. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/FAQ.md +0 -0
  18. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/HELP.md +0 -0
  19. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/LICENSE.txt +0 -0
  20. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/MANIFEST.in +0 -0
  21. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/README.rst +0 -0
  22. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/__coconut__/__init__.py +0 -0
  23. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/__coconut__/__init__.pyi +0 -0
  24. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/__coconut__/py.typed +0 -0
  25. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/_coconut/__init__.py +0 -0
  26. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/_coconut/__init__.pyi +0 -0
  27. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/_coconut/py.typed +0 -0
  28. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/__coconut__.py +0 -0
  29. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/__coconut__.pyi +0 -0
  30. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/__init__.py +0 -0
  31. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/__init__.pyi +0 -0
  32. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/__main__.py +0 -0
  33. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/_pyparsing.py +0 -0
  34. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/api.py +0 -0
  35. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/command/__init__.py +0 -0
  36. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/command/__init__.pyi +0 -0
  37. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/command/command.pyi +0 -0
  38. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/command/mypy.py +0 -0
  39. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/command/resources/zcoconut.pth +0 -0
  40. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/command/util.py +0 -0
  41. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/command/watch.py +0 -0
  42. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/compiler/__init__.py +0 -0
  43. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/compiler/header.py +0 -0
  44. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/compiler/matching.py +0 -0
  45. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/compiler/templates/header.py_template +0 -0
  46. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/constants.py +0 -0
  47. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/convenience.py +0 -0
  48. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/convenience.pyi +0 -0
  49. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/exceptions.py +0 -0
  50. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/highlighter.py +0 -0
  51. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/icoconut/__init__.py +0 -0
  52. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/icoconut/__main__.py +0 -0
  53. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/icoconut/coconut/kernel.json +0 -0
  54. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/icoconut/coconut_py/kernel.json +0 -0
  55. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/icoconut/coconut_py2/kernel.json +0 -0
  56. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/icoconut/coconut_py3/kernel.json +0 -0
  57. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/icoconut/embed.py +0 -0
  58. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/icoconut/root.py +0 -0
  59. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/integrations.py +0 -0
  60. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/main.py +0 -0
  61. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/py.typed +0 -0
  62. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/requirements.py +0 -0
  63. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/terminal.py +0 -0
  64. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/__init__.py +0 -0
  65. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/__main__.py +0 -0
  66. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/constants_test.py +0 -0
  67. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/main_test.py +0 -0
  68. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/agnostic/__init__.coco +0 -0
  69. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/agnostic/__main__.coco +0 -0
  70. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/agnostic/main.coco +0 -0
  71. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/agnostic/primary_1.coco +0 -0
  72. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/agnostic/primary_2.coco +0 -0
  73. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/agnostic/tutorial.coco +0 -0
  74. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/non_strict/non_strict_test.coco +0 -0
  75. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/target_2/py2_test.coco +0 -0
  76. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/target_3/py3_test.coco +0 -0
  77. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/target_311/py311_test.coco +0 -0
  78. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/target_314/py314_test.coco +0 -0
  79. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/target_35/py35_test.coco +0 -0
  80. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/target_36/py36_test.coco +0 -0
  81. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/target_38/py38_test.coco +0 -0
  82. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/cocotest/target_sys/target_sys_test.coco +0 -0
  83. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/importable.coco +0 -0
  84. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/runnable.coco +0 -0
  85. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/tests/src/runner.coco +0 -0
  86. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut/util.py +0 -0
  87. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/coconut_develop.egg-info/SOURCES.txt +0 -0
  88. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/conf.py +0 -0
  89. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/pyproject.toml +0 -0
  90. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/setup.cfg +0 -0
  91. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/setup.py +0 -0
  92. {coconut_develop-3.2.0.post0.dev3 → coconut_develop-3.2.0.post0.dev4}/xontrib/coconut.py +0 -0
@@ -327,7 +327,7 @@ _Note: Periods are optional in target specifications, such that the target `27`
327
327
 
328
328
  #### `strict` Mode
329
329
 
330
- If the `--strict` (`-s` for short) flag is enabled, Coconut will perform additional checks on the code being compiled. It is recommended that you use the `--strict` flag if you are starting a new Coconut project, as it will help you write cleaner code. Almost all of these checks can be disabled on a line-by-line basis by adding `# NOQA` or `# noqa` comments. Specifically, the extra checks done by `--strict` are:
330
+ If the `--strict` (`-s` for short) flag is enabled, Coconut will perform additional checks on the code being compiled. It is recommended that you use the `--strict` flag if you are starting a new Coconut project, as it will help you write cleaner code. Most of these checks can be disabled on a line-by-line basis by adding `# NOQA` or `# noqa` comments (the error message will say whether `NOQA` is supported). Specifically, the extra checks done by `--strict` are:
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),
@@ -354,6 +354,14 @@ The style issues which will cause `--strict` to throw an error are:
354
354
 
355
355
  Note that many of the above style issues will still show a warning if `--strict` is not present.
356
356
 
357
+ #### `pure` Mode
358
+
359
+ If the `--pure` flag is enabled, Coconut will enforce functional programming norms on the code being compiled. These checks are compatible with `--strict` mode—when both are enabled, violations become errors instead of warnings. Like `--strict`, these checks can usually be disabled on a line-by-line basis by adding `# NOQA` or `# noqa` comments.
360
+
361
+ The following are disallowed in `--pure` mode:
362
+ - variable reassignment (all variables are implicitly [`final`](#final))
363
+ - `global` and `nonlocal` statements
364
+
357
365
  #### Backports
358
366
 
359
367
  In addition to the newer Python features that Coconut can backport automatically itself to older Python versions, Coconut will also automatically compile code to make use of a variety of external backports as well. These backports are automatically installed with Coconut if needed and Coconut will automatically use them instead of the standard library if the standard library is not available. These backports are:
@@ -1654,7 +1662,7 @@ GREETING = "Hello"
1654
1662
  def calculate_area(radius):
1655
1663
  return PI * radius ** 2
1656
1664
 
1657
- # No compile-time enforcement - reassignment would be allowed
1665
+ PI = 3.14 # No compile-time enforcement - reassignment is allowed
1658
1666
  ```
1659
1667
 
1660
1668
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: coconut-develop
3
- Version: 3.2.0.post0.dev3
3
+ Version: 3.2.0.post0.dev4
4
4
  Summary: Simple, elegant, Pythonic functional programming.
5
5
  Home-page: http://coconut-lang.org
6
6
  Author: Evan Hubinger
@@ -80,229 +80,200 @@ 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"
85
83
  Requires-Dist: ipython>=5.4; python_version < "3" 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"
93
- Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupyter"
94
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupyter"
95
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupyter"
96
- Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "jupyter"
97
- Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupyter"
98
84
  Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "jupyter"
99
85
  Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "jupyter"
86
+ Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupyter"
100
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"
89
+ Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupyter"
90
+ Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "jupyter"
91
+ Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "jupyter"
101
92
  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"
102
97
  Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupyter"
103
98
  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"
108
105
  Requires-Dist: ipython>=5.4; python_version < "3" 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"
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"
115
108
  Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupyterlab"
116
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupyterlab"
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"
109
+ Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "jupyterlab"
119
110
  Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "jupyterlab"
111
+ Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupyterlab"
120
112
  Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") 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"
113
+ Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "jupyterlab"
124
114
  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"
125
119
  Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupyterlab"
126
120
  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"
131
128
  Requires-Dist: ipython>=5.4; python_version < "3" 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"
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"
138
131
  Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "jupytext"
139
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "jupytext"
140
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupytext"
132
+ Requires-Dist: ipython>=8.18; (python_version >= "3.9" and python_version < "3.11") and extra == "jupytext"
141
133
  Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "jupytext"
134
+ Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "jupytext"
142
135
  Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") 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"
136
+ Requires-Dist: ipykernel>=6; (python_version >= "3.8" and python_version < "3.10") and extra == "jupytext"
147
137
  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"
148
142
  Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "jupytext"
149
143
  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"
153
151
  Requires-Dist: ipython>=5.4; python_version < "3" and extra == "all"
154
- Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" 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"
155
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
+ 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"
156
167
  Requires-Dist: watchdog>=0.10; extra == "all"
157
- Requires-Dist: pandas>=1.1; python_version >= "3.6" and extra == "all"
168
+ Requires-Dist: mypy[python2]>=1.19; extra == "all"
169
+ Requires-Dist: types-backports>=0.1; extra == "all"
158
170
  Requires-Dist: typing>=3.10; python_version < "3.5" 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"
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"
171
+ Requires-Dist: pyright>=1.1; extra == "all"
166
172
  Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "all"
167
- Requires-Dist: ipykernel>=4.10; python_version < "3" 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"
175
+ Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "all"
168
176
  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"
169
179
  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"
170
182
  Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and 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"
183
+ Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "all"
184
+ Requires-Dist: papermill>=1.2; extra == "all"
174
185
  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"
180
186
  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"
190
188
  Requires-Dist: ipython>=5.4; python_version < "3" 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"
198
- Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "ipython"
199
- Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and extra == "ipython"
200
- Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "ipython"
201
- Requires-Dist: ipython>=9; python_version >= "3.11" and extra == "ipython"
202
- Requires-Dist: ipykernel>=5.5; (python_version >= "3" and python_version < "3.8") and extra == "ipython"
203
189
  Requires-Dist: ipython<7.10,>=7.9; (python_version >= "3" and python_version < "3.7") and extra == "ipython"
204
190
  Requires-Dist: ipython>=7.34; (python_version >= "3.7" and python_version < "3.8") and extra == "ipython"
191
+ Requires-Dist: ipython>=8.12; (python_version >= "3.8" and python_version < "3.9") and extra == "ipython"
205
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"
194
+ Requires-Dist: ipykernel>=4.10; python_version < "3" and extra == "ipython"
195
+ 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"
206
197
  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"
207
202
  Requires-Dist: jedi>=0.19; python_version >= "3.9" and extra == "ipython"
208
203
  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"
210
211
  Requires-Dist: pygments>=2.3; python_version < "3.9" and extra == "docs"
211
- Requires-Dist: myst-parser>=4; extra == "docs"
212
- Requires-Dist: sphinxcontrib_applehelp>=2; extra == "docs"
213
212
  Requires-Dist: pygments>=2.19; python_version >= "3.9" and extra == "docs"
213
+ Requires-Dist: myst-parser>=4; extra == "docs"
214
214
  Requires-Dist: pydata-sphinx-theme>=0.16; extra == "docs"
215
+ Requires-Dist: sphinxcontrib_applehelp>=2; extra == "docs"
215
216
  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: jupyter>=1.1; extra == "tests"
220
- Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "tests"
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
219
  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"
220
+ Requires-Dist: pytest<8.1,>=8.0; python_version >= "3.8" and extra == "tests"
240
221
  Requires-Dist: pexpect>=4; extra == "tests"
241
222
  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"
252
223
  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"
258
224
  Requires-Dist: ipython>=5.4; python_version < "3" and extra == "dev"
259
- Requires-Dist: jupyter-client>=7.1.2; python_version >= "3.6" 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"
260
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
+ 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"
261
240
  Requires-Dist: watchdog>=0.10; extra == "dev"
262
- Requires-Dist: pandas>=1.1; python_version >= "3.6" and extra == "dev"
241
+ Requires-Dist: mypy[python2]>=1.19; extra == "dev"
242
+ Requires-Dist: types-backports>=0.1; extra == "dev"
263
243
  Requires-Dist: typing>=3.10; python_version < "3.5" 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"
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"
244
+ Requires-Dist: pyright>=1.1; extra == "dev"
277
245
  Requires-Dist: xonsh>=0.9; python_version < "3.6" and extra == "dev"
278
- Requires-Dist: ipykernel>=4.10; python_version < "3" 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"
248
+ Requires-Dist: numpy>=1.16; (python_version < "3" and platform_python_implementation == "CPython") and extra == "dev"
279
249
  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"
280
252
  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"
281
255
  Requires-Dist: jupyter-console>=6.1; (python_version >= "3.5" and python_version < "3.7") and 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"
286
- Requires-Dist: pydata-sphinx-theme>=0.16; extra == "dev"
287
- Requires-Dist: mypy[python2]>=1.19; extra == "dev"
256
+ Requires-Dist: jupyter-console>=6.6; python_version >= "3.7" and extra == "dev"
257
+ Requires-Dist: papermill>=1.2; extra == "dev"
288
258
  Requires-Dist: jupyterlab>=2.2; python_version >= "3.5" and extra == "dev"
289
- Requires-Dist: sphinxcontrib_htmlhelp>=2; extra == "dev"
290
- Requires-Dist: pytest_remotedata>=0.3; 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
259
  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"
260
+ Requires-Dist: sphinx>=8; extra == "dev"
298
261
  Requires-Dist: pygments>=2.3; python_version < "3.9" and extra == "dev"
299
- Requires-Dist: ipykernel>=7; python_version >= "3.10" and extra == "dev"
300
- Requires-Dist: py-spy>=0.4; extra == "dev"
262
+ Requires-Dist: pygments>=2.19; python_version >= "3.9" and extra == "dev"
263
+ Requires-Dist: myst-parser>=4; extra == "dev"
264
+ Requires-Dist: pydata-sphinx-theme>=0.16; extra == "dev"
301
265
  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"
266
+ 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
+ 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"
276
+ Requires-Dist: py-spy>=0.4; extra == "dev"
306
277
  Requires-Dist: argparse>=1.4; python_version < "2.7"
307
278
  Requires-Dist: psutil>=6; python_version >= "2.7" and python_version < "3"
308
279
  Requires-Dist: psutil>=7; python_version >= "3"
@@ -73,13 +73,14 @@ def version(which: Optional[Text] = None) -> Text:
73
73
 
74
74
  def setup(
75
75
  target: Optional[str] = None,
76
+ *,
76
77
  strict: bool = False,
77
78
  minify: bool = False,
78
79
  line_numbers: bool = True,
79
80
  keep_lines: bool = False,
80
81
  no_tco: bool = False,
81
82
  no_wrap: bool = False,
82
- *,
83
+ pure: bool = False,
83
84
  state: Optional[Command] = ...,
84
85
  ) -> None:
85
86
  """Set up the given state object."""
@@ -164,6 +164,12 @@ arguments.add_argument(
164
164
  help="enforce code cleanliness standards",
165
165
  )
166
166
 
167
+ arguments.add_argument(
168
+ "--pure",
169
+ action="store_true",
170
+ help="enforce functional programming norms",
171
+ )
172
+
167
173
  arguments.add_argument(
168
174
  "--no-tco", "--notco",
169
175
  action="store_true",
@@ -331,6 +331,7 @@ class Command(object):
331
331
  keep_lines=args.keep_lines,
332
332
  no_tco=args.no_tco,
333
333
  no_wrap=args.no_wrap_types,
334
+ pure=args.pure,
334
335
  )
335
336
  if not self.using_jobs:
336
337
  self.comp.warm_up(