Metadata-Version: 2.1
Name: owid-catalog
Version: 0.1.0
Summary: Core data types used by OWID for managing data.
License: MIT
Author: Our World In Data
Author-email: tech@ourworldindata.org
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: dataclasses-json (>=0.5.6,<0.6.0)
Requires-Dist: ipdb (>=0.13.9,<0.14.0)
Requires-Dist: jsonschema (>=3.2.0,<4.0.0)
Requires-Dist: pandas (>=1.3.3,<2.0.0)
Requires-Dist: pandas-stubs (>=1.2.0,<2.0.0)
Requires-Dist: pyarrow (>=5.0.0,<6.0.0)
Requires-Dist: pytest-cov (>=2.12.1,<3.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
