Utilities to support DOI generation Learn more at https://doiutils.lsst.io
Install from PyPI:
pip install lsst-doiutils
lsst-doiutils is developed by Rubin Observatory at https://github.com/lsst-dm/doiutils.
The best way to start contributing to lsst-doiutils is by cloning this repository, creating a virtual environment, and running the make init
command:
git clone https://github.com/lsst-dm/doiutils.git
cd doiutils
make init
You can run tests and build documentation with tox:
tox
To learn more about the individual environments:
tox -av