Metadata-Version: 2.1
Name: zenodoclient
Version: 0.4.0
Summary: programmatic access to ZENODO
Home-page: https://github.com/shh-dlce/zenodoclient
Author: Robert Forkel
Author-email: forkel@shh.mpg.de
License: Apache 2.0
Description: # zenodoclient
        
        [![Build Status](https://github.com/shh-dlce/zenodoclient/workflows/tests/badge.svg)](https://github.com/shh-dlce/zenodoclient/actions?query=workflow%3Atests)
        [![codecov](https://codecov.io/gh/shh-dlce/zenodoclient/branch/master/graph/badge.svg)](https://codecov.io/gh/shh-dlce/zenodoclient)
        [![PyPI](https://img.shields.io/pypi/v/zenodoclient.svg)](https://pypi.org/project/zenodoclient)
        
        # Usage
        
        Install this package either from the repository (run, after cloning the repository, `python setup.py install`) or using `pip`. Then create an API access token [here](https://zenodo.org/account/settings/applications/tokens/new/). Then:
        ```
        zenodo --access-token $YOURTOKEN ls
        ```
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
