Metadata-Version: 2.1
Name: pycurator
Version: 0.1.1
Summary: Collect data from popular data repositories with ease.
Home-page: https://github.com/michaelbaluja/PyCurator
Author: Michael Baluja
Author-email: michaelbaluja@protonmail.com
Maintainer-email: Michael Baluja <michaelbaluja@protonmail.com>
Project-URL: homepage, https://pypi.org/project/pycurator/
Project-URL: repository, https://github.com/michaelbaluja/PyCurator
Keywords: curation,API,data collection
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: setuptools
Provides-Extra: excel
Requires-Dist: openpyxl ; extra == 'excel'
Provides-Extra: format
Requires-Dist: openpyxl ; extra == 'format'
Provides-Extra: repositories
Requires-Dist: kaggle ; extra == 'repositories'
Requires-Dist: openml ; extra == 'repositories'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

