https://github.com/rkrahl/datacite
Create and manage DOIs using the DataCite API
https://github.com/rkrahl/datacite
datacite datacite-api doi
Last synced: 28 days ago
JSON representation
Create and manage DOIs using the DataCite API
- Host: GitHub
- URL: https://github.com/rkrahl/datacite
- Owner: RKrahl
- License: apache-2.0
- Created: 2022-11-25T09:22:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T14:33:17.000Z (about 1 year ago)
- Last Synced: 2025-06-03T03:05:06.809Z (about 1 year ago)
- Topics: datacite, datacite-api, doi
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
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