# sdssdb
![Versions](https://img.shields.io/badge/python->=3.6-blue)
[![Documentation Status](https://readthedocs.org/projects/sdssdb/badge/?version=latest)](https://sdssdb.readthedocs.io/en/latest/?badge=latest)
[![Test](https://github.com/sdss/sdssdb/actions/workflows/test.yml/badge.svg)](https://github.com/sdss/sdssdb/actions/workflows/test.yml)
[SDSS](https://sdss.org>) product for database management.
**sdssdb is in active development. Although the code is stable and can be used for production, the implementation of existing features may be changed without previous notice. This will change when we reach version 1.0.0.**
## Useful links
- GitHub: [https://github.com/sdss/sdssdb](https://github.com/sdss/sdssdb)
- Documentation: [https://sdssdb.readthedocs.org](https://sdssdb.readthedocs.org)
- Issues: [https://github.com/sdss/sdssdb/issues](https://github.com/sdss/sdssdb/issues)
## How to use
```python
>>> from sdssdb.peewee.sdss5db import catalogdb
>>> targets = catalogdb.GaiaDR2Source.select().where(catalogdb.GaiaDR2Source.phot_g_mean_mag < 15)
```
Raw data
{
"_id": null,
"home_page": null,
"name": "sdssdb",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "astronomy, software, database",
"author": null,
"author_email": "Jos\u00e9 S\u00e1nchez-Gallego <gallegoj@uw.edu>, Brian Cherinka <bcherinka@stsci.edu>",
"download_url": "https://files.pythonhosted.org/packages/f8/71/8cb494872e6b4224e05537bfb06dd81559f356e2877621cf0169f10161a2/sdssdb-0.13.1.tar.gz",
"platform": null,
"description": "# sdssdb\n\n![Versions](https://img.shields.io/badge/python->=3.6-blue)\n[![Documentation Status](https://readthedocs.org/projects/sdssdb/badge/?version=latest)](https://sdssdb.readthedocs.io/en/latest/?badge=latest)\n[![Test](https://github.com/sdss/sdssdb/actions/workflows/test.yml/badge.svg)](https://github.com/sdss/sdssdb/actions/workflows/test.yml)\n\n[SDSS](https://sdss.org>) product for database management.\n\n**sdssdb is in active development. Although the code is stable and can be used for production, the implementation of existing features may be changed without previous notice. This will change when we reach version 1.0.0.**\n\n## Useful links\n\n- GitHub: [https://github.com/sdss/sdssdb](https://github.com/sdss/sdssdb)\n- Documentation: [https://sdssdb.readthedocs.org](https://sdssdb.readthedocs.org)\n- Issues: [https://github.com/sdss/sdssdb/issues](https://github.com/sdss/sdssdb/issues)\n\n## How to use\n\n```python\n\n >>> from sdssdb.peewee.sdss5db import catalogdb\n >>> targets = catalogdb.GaiaDR2Source.select().where(catalogdb.GaiaDR2Source.phot_g_mean_mag < 15)\n```\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "SDSS product for database management",
"version": "0.13.1",
"project_urls": {
"Documentation": "https://sdssdb.readthedocs.org",
"Homepage": "https://github.com/sdss/sdssdb",
"Repository": "https://github.com/sdss/sdssdb"
},
"split_keywords": [
"astronomy",
" software",
" database"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b4dbbd824aad7725e4b2a62e6e2a494116c0723cb4f9e4dda1820d4d8ace9772",
"md5": "1a3612b41918d95f873a7cbc4b2d547b",
"sha256": "d37df0af9b8966c3507625e6f9bbce438cc1fd3f10d3be37911312b334adfc1c"
},
"downloads": -1,
"filename": "sdssdb-0.13.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1a3612b41918d95f873a7cbc4b2d547b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 186096,
"upload_time": "2024-09-30T16:20:55",
"upload_time_iso_8601": "2024-09-30T16:20:55.268210Z",
"url": "https://files.pythonhosted.org/packages/b4/db/bd824aad7725e4b2a62e6e2a494116c0723cb4f9e4dda1820d4d8ace9772/sdssdb-0.13.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f8718cb494872e6b4224e05537bfb06dd81559f356e2877621cf0169f10161a2",
"md5": "d9d694c2e95a4a1ec484f4c087cb6669",
"sha256": "76512a7a5b8eead5603d7e08616cd4a3b701f489f5cbeb2aba28663cd0ea03c3"
},
"downloads": -1,
"filename": "sdssdb-0.13.1.tar.gz",
"has_sig": false,
"md5_digest": "d9d694c2e95a4a1ec484f4c087cb6669",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 162130,
"upload_time": "2024-09-30T16:20:57",
"upload_time_iso_8601": "2024-09-30T16:20:57.398345Z",
"url": "https://files.pythonhosted.org/packages/f8/71/8cb494872e6b4224e05537bfb06dd81559f356e2877621cf0169f10161a2/sdssdb-0.13.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-30 16:20:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sdss",
"github_project": "sdssdb",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sdssdb"
}