Metadata-Version: 2.1
Name: dcapy
Version: 0.1.14
Summary: Oil and Gas DCA Workflows
License: MIT
Author: Santiago Cuervo
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (>=6.0.0,<7.0.0)
Requires-Dist: matplotlib (>=3.3.4,<4.0.0)
Requires-Dist: numpy (>=1.22,<2.0)
Requires-Dist: numpy-financial (>=1.0.0,<2.0.0)
Requires-Dist: openpyxl (>=3.0.7,<4.0.0)
Requires-Dist: pandas (>=1.2.3,<2.0.0) ; python_version < "3.11"
Requires-Dist: pandas (>=2.0.0,<3.0.0) ; python_version >= "3.11" and python_version < "4.0"
Requires-Dist: pyDOE2 (>=1.3.0,<2.0.0)
Requires-Dist: pydantic (>=1.8.1,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: rich (>=10.2.1,<11.0.0)
Requires-Dist: scipy (<1.9.0) ; python_version < "3.10"
Requires-Dist: scipy (>=1.9.0,<2.0.0) ; python_version >= "3.10" and python_version < "4.0"
Requires-Dist: seaborn (>=0.11.1,<0.12.0)
Requires-Dist: statsmodels (>=0.13,<0.14)
