Metadata-Version: 2.4
Name: datacite
Version: 0.3
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
Project-URL: Source, https://github.com/RKrahl/datacite
Project-URL: Download, https://github.com/RKrahl/datacite/releases/0.3/
Classifier: Development Status :: 4 - Beta
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: keyring
Requires-Dist: lxml
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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`_.


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

Python:

+ Python 3.11 or newer.

Required library packages:

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

Optional library packages:

+ `git-props`_

  This package is used to extract some metadata such as the version
  number out of git, the version control system.  All releases embed
  that metadata in the distribution.  So this package is only needed
  to build out of the plain development source tree as cloned from
  GitHub, but not to build a release distribution.


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

Copyright 2019–2026
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
.. _setuptools: https://github.com/pypa/setuptools/
.. _keyring: https://pypi.org/project/keyring/
.. _lxml: https://lxml.de/
.. _Requests: https://requests.readthedocs.io/
.. _git-props: https://github.com/RKrahl/git-props
.. _Apache License: https://www.apache.org/licenses/LICENSE-2.0
