Name | dqsegdb2 JSON |
Version |
1.3.0
JSON |
| download |
home_page | None |
Summary | Simplified python interface to DQSEGDB |
upload_time | 2025-01-08 16:36:58 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.6 |
license | GPL-3.0-or-later |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# DQSEGDB2
[](http://badge.fury.io/py/dqsegdb2)
[](https://anaconda.org/conda-forge/dqsegdb2/)
[](https://choosealicense.com/licenses/gpl-3.0/)
[](https://zenodo.org/badge/latestdoi/136390328)

[](https://git.ligo.org/computing/software/dqsegdb2/-/pipelines)

[](https://dqsegdb2.readthedocs.io/en/latest/?badge=latest)
DQSEGDB2 is a simplified Python implementation of the DQSEGDB API as defined in
[LIGO-T1300625](https://dcc.ligo.org/LIGO-T1300625).
This package only provides a query interface for `GET` requests, any users
wishing to make `POST` requests should refer to the official `dqsegdb` Python
client available from <https://github.com/ligovirgo/dqsegdb/>.
## Installation
For best results, please install from [conda-forge](https://conda-forge.org/):
```shell
conda install -c conda-forge dqsegdb2
```
On Unix systems, you can also install directly from PyPI:
```shell
pip install dqsegdb2
```
## Basic Usage
```python
from dqsegdb2.query import query_segments
print(query_segments('G1:GEO-SCIENCE:1', 1000000000, 1000001000))
```
Raw data
{
"_id": null,
"home_page": null,
"name": "dqsegdb2",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Duncan Macleod <duncan.macleod@ligo.org>",
"download_url": "https://files.pythonhosted.org/packages/c4/37/7874b39abede48fe05c3b5a25092e419e521145e9705c97b711965e5f05d/dqsegdb2-1.3.0.tar.gz",
"platform": null,
"description": "# DQSEGDB2\n\n[](http://badge.fury.io/py/dqsegdb2)\n[](https://anaconda.org/conda-forge/dqsegdb2/)\n[](https://choosealicense.com/licenses/gpl-3.0/)\n[](https://zenodo.org/badge/latestdoi/136390328)\n\n\n[](https://git.ligo.org/computing/software/dqsegdb2/-/pipelines)\n\n[](https://dqsegdb2.readthedocs.io/en/latest/?badge=latest)\n\nDQSEGDB2 is a simplified Python implementation of the DQSEGDB API as defined in\n[LIGO-T1300625](https://dcc.ligo.org/LIGO-T1300625).\n\nThis package only provides a query interface for `GET` requests, any users\nwishing to make `POST` requests should refer to the official `dqsegdb` Python\nclient available from <https://github.com/ligovirgo/dqsegdb/>.\n\n## Installation\n\nFor best results, please install from [conda-forge](https://conda-forge.org/):\n\n```shell\nconda install -c conda-forge dqsegdb2\n```\n\nOn Unix systems, you can also install directly from PyPI:\n\n```shell\npip install dqsegdb2\n```\n\n## Basic Usage\n\n```python\nfrom dqsegdb2.query import query_segments\nprint(query_segments('G1:GEO-SCIENCE:1', 1000000000, 1000001000))\n```\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "Simplified python interface to DQSEGDB",
"version": "1.3.0",
"project_urls": {
"Bug Tracker": "https://git.ligo.org/computing/software/dqsegdb2/-/issues",
"Documentation": "https://dqsegdb2.readthedocs.io",
"Source Code": "https://git.ligo.org/computing/software/dqsegdb2.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7867c977e7307d432911fe28acf55dba01f84f3a0a4a2a968350195c0f52d23e",
"md5": "001bae69a16ffa1f22da0a0e26249a43",
"sha256": "c93087da332b7d91519a370abed3cfc91b64a6bf393ec64d79c2747c837aeb66"
},
"downloads": -1,
"filename": "dqsegdb2-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "001bae69a16ffa1f22da0a0e26249a43",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 27957,
"upload_time": "2025-01-08T16:36:56",
"upload_time_iso_8601": "2025-01-08T16:36:56.881074Z",
"url": "https://files.pythonhosted.org/packages/78/67/c977e7307d432911fe28acf55dba01f84f3a0a4a2a968350195c0f52d23e/dqsegdb2-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c4377874b39abede48fe05c3b5a25092e419e521145e9705c97b711965e5f05d",
"md5": "4a9ee6b3ec383e2a6757ce27255e4f8e",
"sha256": "4e291899cd395daf5913c48a835d213ef20833d78354871cb848988cc2cc8ae4"
},
"downloads": -1,
"filename": "dqsegdb2-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "4a9ee6b3ec383e2a6757ce27255e4f8e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 33661,
"upload_time": "2025-01-08T16:36:58",
"upload_time_iso_8601": "2025-01-08T16:36:58.072815Z",
"url": "https://files.pythonhosted.org/packages/c4/37/7874b39abede48fe05c3b5a25092e419e521145e9705c97b711965e5f05d/dqsegdb2-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-08 16:36:58",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "dqsegdb2"
}