Metadata-Version: 2.1
Name: datacite
Version: 0.2
Summary: Create and manage DOIs using the DataCite API
Home-page: https://github.com/RKrahl/datacite
Author: Rolf Krahl
Author-email: rolf.krahl@helmholtz-berlin.de
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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 :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.4
License-File: LICENSE

Create and manage DOIs using the DataCite API
=============================================

This package provides a command line script to mint and manage
`DataCite`_ DOIs using the `DataCite REST API`_.

I wrote this package for my own use at `Helmholtz-Zentrum Berlin für
Materialien und Energie`_.  The current development status is planning
and exploring.  Nothing here is stable yet.


System requirements
-------------------

Python:

+ Python 3.4 or newer.

Required library packages:

+ `setuptools`_
+ `keyring`_
+ `lxml`_
+ `Requests`_
+ `PyYAML`_

Optional library packages:

+ `setuptools_scm`_

  The version number is managed using this package.  All source
  distributions add a static text file with the version number and
  fall back using that if `setuptools_scm` is not available.  So this
  package is only needed to build out of the plain development source
  tree as cloned from Git repository.


Copyright and License
---------------------

Copyright 2019–2022
Helmholtz-Zentrum Berlin für Materialien und Energie GmbH

Licensed under the `Apache License`_, Version 2.0 (the "License"); you
may not use this package except in compliance with the License.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.  See the License for the specific language governing
permissions and limitations under the License.


.. _DataCite: https://datacite.org/
.. _DataCite REST API: https://support.datacite.org/docs/api
.. _Helmholtz-Zentrum Berlin für Materialien und Energie: https://www.helmholtz-berlin.de/
.. _setuptools: https://github.com/pypa/setuptools/
.. _keyring: https://pypi.org/project/keyring/
.. _lxml: https://lxml.de/
.. _Requests: https://requests.readthedocs.io/
.. _PyYAML: https://github.com/yaml/pyyaml
.. _setuptools_scm: https://github.com/pypa/setuptools_scm/
.. _Apache License: https://www.apache.org/licenses/LICENSE-2.0
