Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dqsegdb2

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dqsegdb2

Simplified python interface to DQSEGDB

  • 1.2.1
  • PyPI
  • Socket score

Maintainers
1

DQSEGDB2

PyPI version Conda version License DOI Supported Python versions

Build status Code coverage Documentation status

DQSEGDB2 is a simplified Python implementation of the DQSEGDB API as defined in 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:

conda install -c conda-forge dqsegdb2

On Unix systems, you can also install directly from PyPI:

pip install dqsegdb2

Basic Usage

from dqsegdb2.query import query_segments
print(query_segments('G1:GEO-SCIENCE:1', 1000000000, 1000001000))

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc