inspire-schemas¶
Inspirehep schemas and related tools bundle.
- Free software: GPLv2 license
- Documentation: https://inspire-schemas.readthedocs.io
User’s Guide¶
This part of the documentation will show you how to get started in using inspire-schemas.
NOTE: it is highly encouraged to pin the version of inspire-schemas
that you use to the major number, for example using the ~=
version matcher
in your requirements.txt
or your setup.py
like:
inspire-schemas~=1.0.0
That will prevent any major update (compatibility breaking) to be pulled automatically, and will only download minor and feature updates (1.X.Y).
API Reference¶
If you are looking for information on a specific function, class or method, this part of the documentation is for you.
Additional Notes¶
Notes on how to contribute, legal information and changes are here for the interested.
Changelog¶
Here you can find the full changelog for this version