Metadata-Version: 2.2
Name: lsstdesc-dataregistry
Version: 1.1.0
Summary: Creation and user API for DESC data registry.
Author-email: Joanne Bogart <jrb@slac.stanford.edu>, Stuart McAlpine <stuart.mcalpine@fysik.su.se>
Keywords: desc,python,registry
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psycopg2
Requires-Dist: sqlalchemy>=2.0.16
Requires-Dist: pyyaml
Requires-Dist: pandas
Provides-Extra: docs
Requires-Dist: sphinx_rtd_theme; extra == "docs"

[![python](https://img.shields.io/badge/Python-3.9-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)

<img src="docs/source/_static/DREGS_logo_v2.png" width="300"/>

**The ``dataregistry`` is currently undergoing beta testing, if you would like to participate please get in touch!**

### What is the data registry?

The data registry is a facility to store and share datasets from DESC related projects and pipelines.

The data, once registered, are transferred and stored at a central location at NERSC, which can then be later accessed and queried using the ``dataregistry`` Python package, or the CLI. 

### Documentation

The full documentation for the data registry can be found [here](http://lsstdesc.org/dataregistry).

### Contact

For any further information, please get in touch!

- Admin: Joanne Bogart ([@JoanneBogart](https://www.github.com/JoanneBogart))
- Admin: Stuart McAlpine ([@stuartmcalpine](https://www.github.com/stuartmcalpine))
