Utilities to support DOI generation Learn more at https://doiutils.lsst.io
Install from PyPI:
pip install lsst-doiutilslsst-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 initYou can run tests and build documentation with tox:
toxTo learn more about the individual environments:
tox -av