gwsumm


Namegwsumm JSON
Version 2.2.7 PyPI version JSON
download
home_pageNone
SummaryA python toolbox used by the LIGO Scientific Collaboration for detector characterisation
upload_time2024-07-22 18:11:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================================================
Gravitational-wave Summary Information Generator
================================================

GWSumm is a python toolbox used by the LIGO Scientific Collaboration to summarise and archive sundry facets of the performance of the LIGO instruments, and archive these data in a nested HTML structure.

|PyPI version| |Conda version|

|DOI| |License| |Supported Python versions|

|Build Status| |Coverage Status| |Code Climate|

https://gwsumm.readthedocs.io

------------
Installation
------------

GWSumm is best installed with `conda`_:

.. code:: bash

   conda install -c conda-forge gwsumm

but can also be installed with `pip`_:

.. code:: bash

   python -m pip install gwsumm

------------
Contributing
------------

All code should follow the Python Style Guide outlined in `PEP 0008`_;
users can use the `flake8`_ package to check their code for style issues
before submitting.

See `the contributions guide`_ for the recommended procedure for
proposing additions/changes.

.. _PEP 0008: https://www.python.org/dev/peps/pep-0008/
.. _flake8: http://flake8.pycqa.org
.. _the contributions guide: https://github.com/gwpy/gwsumm/blob/master/CONTRIBUTING.md
.. _conda: https://conda.io
.. _pip: https://pip.pypa.io/en/stable/

.. |PyPI version| image:: https://badge.fury.io/py/gwsumm.svg
   :target: http://badge.fury.io/py/gwsumm
.. |Conda version| image:: https://img.shields.io/conda/vn/conda-forge/gwsumm.svg
   :target: https://anaconda.org/conda-forge/gwsumm/
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2647609.svg
   :target: https://doi.org/10.5281/zenodo.2647609
.. |License| image:: https://img.shields.io/pypi/l/gwsumm.svg
   :target: https://choosealicense.com/licenses/gpl-3.0/
.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/gwsumm.svg
   :target: https://pypi.org/project/gwsumm/
.. |Build Status| image:: https://github.com/gwpy/gwsumm/actions/workflows/build.yml/badge.svg?branch=master
   :target: https://github.com/gwpy/gwsumm/actions/workflows/build.yml
.. |Coverage Status| image:: https://codecov.io/gh/gwpy/gwsumm/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/gwpy/gwsumm
.. |Code Climate| image:: https://codeclimate.com/github/gwpy/gwsumm/badges/gpa.svg
   :target: https://codeclimate.com/github/gwpy/gwsumm

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gwsumm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Evan Goetz <evan.goetz@ligo.org>",
    "keywords": null,
    "author": null,
    "author_email": "Alex Urban <alex.urban@ligo.org>, Duncan Macleod <duncan.macleod@ligo.org>",
    "download_url": "https://files.pythonhosted.org/packages/d4/3f/fdc73be4cc491ef20b3737f2a095541f59b66a2ff935bee5e677bd880e12/gwsumm-2.2.7.tar.gz",
    "platform": null,
    "description": "================================================\nGravitational-wave Summary Information Generator\n================================================\n\nGWSumm is a python toolbox used by the LIGO Scientific Collaboration to summarise and archive sundry facets of the performance of the LIGO instruments, and archive these data in a nested HTML structure.\n\n|PyPI version| |Conda version|\n\n|DOI| |License| |Supported Python versions|\n\n|Build Status| |Coverage Status| |Code Climate|\n\nhttps://gwsumm.readthedocs.io\n\n------------\nInstallation\n------------\n\nGWSumm is best installed with `conda`_:\n\n.. code:: bash\n\n   conda install -c conda-forge gwsumm\n\nbut can also be installed with `pip`_:\n\n.. code:: bash\n\n   python -m pip install gwsumm\n\n------------\nContributing\n------------\n\nAll code should follow the Python Style Guide outlined in `PEP 0008`_;\nusers can use the `flake8`_ package to check their code for style issues\nbefore submitting.\n\nSee `the contributions guide`_ for the recommended procedure for\nproposing additions/changes.\n\n.. _PEP 0008: https://www.python.org/dev/peps/pep-0008/\n.. _flake8: http://flake8.pycqa.org\n.. _the contributions guide: https://github.com/gwpy/gwsumm/blob/master/CONTRIBUTING.md\n.. _conda: https://conda.io\n.. _pip: https://pip.pypa.io/en/stable/\n\n.. |PyPI version| image:: https://badge.fury.io/py/gwsumm.svg\n   :target: http://badge.fury.io/py/gwsumm\n.. |Conda version| image:: https://img.shields.io/conda/vn/conda-forge/gwsumm.svg\n   :target: https://anaconda.org/conda-forge/gwsumm/\n.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2647609.svg\n   :target: https://doi.org/10.5281/zenodo.2647609\n.. |License| image:: https://img.shields.io/pypi/l/gwsumm.svg\n   :target: https://choosealicense.com/licenses/gpl-3.0/\n.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/gwsumm.svg\n   :target: https://pypi.org/project/gwsumm/\n.. |Build Status| image:: https://github.com/gwpy/gwsumm/actions/workflows/build.yml/badge.svg?branch=master\n   :target: https://github.com/gwpy/gwsumm/actions/workflows/build.yml\n.. |Coverage Status| image:: https://codecov.io/gh/gwpy/gwsumm/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/gwpy/gwsumm\n.. |Code Climate| image:: https://codeclimate.com/github/gwpy/gwsumm/badges/gpa.svg\n   :target: https://codeclimate.com/github/gwpy/gwsumm\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A python toolbox used by the LIGO Scientific Collaboration for detector characterisation",
    "version": "2.2.7",
    "project_urls": {
        "Bug Tracker": "https://github.com/gwpy/gwsumm/issues",
        "Discussion Forum": "https://gwdetchar.slack.com",
        "Documentation": "https://gwsumm.readthedocs.io",
        "Source Code": "https://github.com/gwpy/gwsumm"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "289281300b031f922e98fec05383036e399e8aed60480a625ea1467b634ed8ae",
                "md5": "eef4ce3d437b0baac699a20dd0e758f6",
                "sha256": "584d346180794a5088726ab69ed2ede8b9cfd25f09c21561c5bb236eea33780f"
            },
            "downloads": -1,
            "filename": "gwsumm-2.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eef4ce3d437b0baac699a20dd0e758f6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 258318,
            "upload_time": "2024-07-22T18:11:15",
            "upload_time_iso_8601": "2024-07-22T18:11:15.137493Z",
            "url": "https://files.pythonhosted.org/packages/28/92/81300b031f922e98fec05383036e399e8aed60480a625ea1467b634ed8ae/gwsumm-2.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d43ffdc73be4cc491ef20b3737f2a095541f59b66a2ff935bee5e677bd880e12",
                "md5": "f9456bb0f5681bf6979a5fc30be09413",
                "sha256": "80f56e9c4bb785fb469faba4e0aa4d9ca9c00c50ba04abc182b7b245f4bc1bd7"
            },
            "downloads": -1,
            "filename": "gwsumm-2.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "f9456bb0f5681bf6979a5fc30be09413",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1019429,
            "upload_time": "2024-07-22T18:11:17",
            "upload_time_iso_8601": "2024-07-22T18:11:17.048274Z",
            "url": "https://files.pythonhosted.org/packages/d4/3f/fdc73be4cc491ef20b3737f2a095541f59b66a2ff935bee5e677bd880e12/gwsumm-2.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-22 18:11:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gwpy",
    "github_project": "gwsumm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gwsumm"
}
        
Elapsed time: 1.00255s