Metadata-Version: 2.1
Name: py2zenodo
Version: 0.1.0a1
Summary: A Python wrapper for Zenodo REST API.
Home-page: https://github.com/RemyLau/py2zenodo
License: MIT
Author: RemyLau
Author-email: remylau961@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Project-URL: Repository, https://github.com/RemyLau/py2zenodo
Description-Content-Type: text/markdown

# py2zenodo
A Python wrapper for Zenodo REST API

## Installation

We use [Poetry](https://python-poetry.org/) to manage this package.
To install py2zenodo, run the following at the project root directory

```bash
poetry install
```

