Skip to content

eawag-rdm/datacite_mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Python Tests

Datacite-Schema

This library's code is dynamically generated using xsdata-pydantic and the official datacite schema definition. The generated code is verified via the provided datacite schema examples.

To add the support for a version to this library you can generate the code like this:

export DCS_VERSION=4.4
xsdata "http://schema.datacite.org/meta/kernel-DCS_VERSION/metadata.xsd" --output pydantic --package "src.datacite_schema.schema$DCS_VERSION" 

Warning

The datacite XML schema does not map one to one to the JSON data used in their rest API. For future development on this converter, it may be better to use xsdata rather than xsdata-pydantic.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published