datacitekit is a toolkit designed to fetch, parse, and process DataCite information. This tool allows users to interact with DataCite's extensive metadata for research data, making it easier to manage and utilize data citations.
- Fetch DataCite metadata
- Parse and process citation information
- Compatible with various data formats
To install DataCiteKit, use pip:
pip install https://github.com/datacite/datacitekit/archive/master.zip
Refer to the examples
directory for sample scripts and usage scenarios.
Run tests using pytest:
pytest
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For more information, visit the DataCiteKit GitHub repository.