pyconvexity 0.4.2.post1__py3-none-any.whl → 0.4.6__py3-none-any.whl

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.

Potentially problematic release.


This version of pyconvexity might be problematic. Click here for more details.

@@ -1,47 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: pyconvexity
3
- Version: 0.4.2.post1
4
- Summary: Python library for energy system modeling and optimization with PyPSA
5
- Author-email: Convexity Team <info@convexity.com>
6
- License: MIT
7
- Project-URL: Homepage, https://github.com/bayesian-energy/pyconvexity
8
- Project-URL: Repository, https://github.com/bayesian-energy/pyconvexity
9
- Project-URL: Issues, https://github.com/bayesian-energy/pyconvexity/issues
10
- Project-URL: Documentation, https://pyconvexity.readthedocs.io
11
- Classifier: Development Status :: 3 - Alpha
12
- Classifier: Intended Audience :: Science/Research
13
- Classifier: License :: OSI Approved :: MIT License
14
- Classifier: Programming Language :: Python :: 3
15
- Classifier: Programming Language :: Python :: 3.9
16
- Classifier: Programming Language :: Python :: 3.10
17
- Classifier: Programming Language :: Python :: 3.11
18
- Classifier: Programming Language :: Python :: 3.12
19
- Classifier: Topic :: Scientific/Engineering
20
- Requires-Python: >=3.9
21
- Description-Content-Type: text/markdown
22
- Requires-Dist: pandas>=1.5.0
23
- Requires-Dist: numpy>=1.21.0
24
- Requires-Dist: pyarrow>=10.0.0
25
- Provides-Extra: pypsa
26
- Requires-Dist: pypsa>=0.25.0; extra == "pypsa"
27
- Requires-Dist: networkx; extra == "pypsa"
28
- Requires-Dist: scipy; extra == "pypsa"
29
- Requires-Dist: xarray; extra == "pypsa"
30
- Provides-Extra: excel
31
- Requires-Dist: openpyxl>=3.0.0; extra == "excel"
32
- Requires-Dist: xlsxwriter>=3.0.0; extra == "excel"
33
- Provides-Extra: netcdf
34
- Requires-Dist: netcdf4>=1.6.0; extra == "netcdf"
35
- Requires-Dist: xarray>=2022.3.0; extra == "netcdf"
36
- Provides-Extra: data
37
- Requires-Dist: country-converter>=1.0.0; extra == "data"
38
- Requires-Dist: pyyaml>=6.0.0; extra == "data"
39
- Provides-Extra: dev
40
- Requires-Dist: pytest>=7.0.0; extra == "dev"
41
- Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
42
- Requires-Dist: black>=22.0.0; extra == "dev"
43
- Requires-Dist: isort>=5.10.0; extra == "dev"
44
- Requires-Dist: mypy>=1.0.0; extra == "dev"
45
- Requires-Dist: pre-commit>=2.20.0; extra == "dev"
46
- Provides-Extra: all
47
- Requires-Dist: pyconvexity[data,excel,netcdf,pypsa]; extra == "all"