across-burstcube


Nameacross-burstcube JSON
Version 0.0.9 PyPI version JSON
download
home_pageNone
SummaryACROSS API Python client for BurstCube
upload_time2024-04-30 21:44:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords astronomy api across
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ACROSS API Python BurstCubeTOO Client

# Introduction
This is the Python API for the Astrophysics Cross-Observatory Science Support
(ACROSS), a NASA initiative to provide cross-observatory support for
time-domain and multi-messenger (TDAMM) coordination and observation planning.

The client provides support for accessing the BurstCube TOO interface that
ACROSS provides.

# Installation

To install the client, enter the command `pip install across-burstcube`.

The `across_client` module should now be available for use.

# Usage

The relevant classes are:

`BurstCubeTOO`

Main interface for submitting, updating, fetching and deleting BurstCube TOO
requests.

`BurstCubeTriggerInfo`

Class that provides extended information on the triggering event, this is an
parameter for `BurstCubeTOO`.

`BurstCubeTOORequests`

Allows to fetch multiple `BurstCubeTOO` entries using various filter criteria.

Note that submission of BurstCubeTOO requests requires an API Token, which will
be supplied by ACROSS.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "across-burstcube",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "\"Jamie A. Kennea\" <jak51@psu.edu>",
    "keywords": "astronomy, api, across",
    "author": null,
    "author_email": "\"Jamie A. Kennea\" <jak51@psu.edu>",
    "download_url": "https://files.pythonhosted.org/packages/01/60/6805a16f0408b8bfe5438ace4d20359129acc58e4c4d1a6bff8be92c297a/across_burstcube-0.0.9.tar.gz",
    "platform": null,
    "description": "# ACROSS API Python BurstCubeTOO Client\n\n# Introduction\nThis is the Python API for the Astrophysics Cross-Observatory Science Support\n(ACROSS), a NASA initiative to provide cross-observatory support for\ntime-domain and multi-messenger (TDAMM) coordination and observation planning.\n\nThe client provides support for accessing the BurstCube TOO interface that\nACROSS provides.\n\n# Installation\n\nTo install the client, enter the command `pip install across-burstcube`.\n\nThe `across_client` module should now be available for use.\n\n# Usage\n\nThe relevant classes are:\n\n`BurstCubeTOO`\n\nMain interface for submitting, updating, fetching and deleting BurstCube TOO\nrequests.\n\n`BurstCubeTriggerInfo`\n\nClass that provides extended information on the triggering event, this is an\nparameter for `BurstCubeTOO`.\n\n`BurstCubeTOORequests`\n\nAllows to fetch multiple `BurstCubeTOO` entries using various filter criteria.\n\nNote that submission of BurstCubeTOO requests requires an API Token, which will\nbe supplied by ACROSS.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "ACROSS API Python client for BurstCube",
    "version": "0.0.9",
    "project_urls": null,
    "split_keywords": [
        "astronomy",
        " api",
        " across"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "455d8c3c7a9b9c7747876dc693ff83012a869cd9e8250c360eb2464dc2964f48",
                "md5": "bcd5c40166fcad250fd385fb388e7a60",
                "sha256": "81c6060cc355f195a502ac0fa17259b245a9464382848f41b03e385f360254cc"
            },
            "downloads": -1,
            "filename": "across_burstcube-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcd5c40166fcad250fd385fb388e7a60",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 20887,
            "upload_time": "2024-04-30T21:44:18",
            "upload_time_iso_8601": "2024-04-30T21:44:18.281886Z",
            "url": "https://files.pythonhosted.org/packages/45/5d/8c3c7a9b9c7747876dc693ff83012a869cd9e8250c360eb2464dc2964f48/across_burstcube-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01606805a16f0408b8bfe5438ace4d20359129acc58e4c4d1a6bff8be92c297a",
                "md5": "1ad50dd9f7646a138a4b891ad0edba53",
                "sha256": "ccf555a68c0cc5aad2fb79c0504345940940c465413116163a62ac868af7eb3d"
            },
            "downloads": -1,
            "filename": "across_burstcube-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "1ad50dd9f7646a138a4b891ad0edba53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 19611,
            "upload_time": "2024-04-30T21:44:21",
            "upload_time_iso_8601": "2024-04-30T21:44:21.940190Z",
            "url": "https://files.pythonhosted.org/packages/01/60/6805a16f0408b8bfe5438ace4d20359129acc58e4c4d1a6bff8be92c297a/across_burstcube-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 21:44:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "across-burstcube"
}
        
Elapsed time: 0.30042s