Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 823 Bytes

File metadata and controls

40 lines (26 loc) · 823 Bytes

lsst-doiutils

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.

Features

Developing 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

See the docs for more information.