gwdetchar


Namegwdetchar JSON
Version 2.2.6 PyPI version JSON
download
home_pageNone
SummaryA python package for gravitational-wave detector characterisation
upload_time2024-04-19 00:16:06
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 Detector Characterisation
############################################

GWDetChar is a python package for for gravitational-wave detector
characterisation and data quality.

|PyPI version| |Conda version|

|DOI| |License| |Supported Python versions|

|Build Status| |Coverage Status| |Documentation Status|

https://gwdetchar.readthedocs.io

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

GWDetChar is best installed with `conda`_:

.. code:: bash

   conda install -c conda-forge gwdetchar

but can also be installed with `pip`_:

.. code:: bash

   python -m pip install gwdetchar

------------
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/gwdetchar/gwdetchar/blob/master/CONTRIBUTING.md
.. _conda: https://conda.io
.. _pip: https://pip.pypa.io/en/stable/


.. |PyPI version| image:: https://badge.fury.io/py/gwdetchar.svg
   :target: http://badge.fury.io/py/gwdetchar
.. |Conda version| image:: https://img.shields.io/conda/vn/conda-forge/gwdetchar.svg
   :target: https://anaconda.org/conda-forge/gwdetchar/
.. |DOI| image:: https://zenodo.org/badge/36960054.svg
   :target: https://zenodo.org/badge/latestdoi/36960054
.. |License| image:: https://img.shields.io/pypi/l/gwdetchar.svg
   :target: https://choosealicense.com/licenses/gpl-3.0/
.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/gwdetchar.svg
   :target: https://pypi.org/project/gwdetchar/
.. |Build Status| image:: https://github.com/gwdetchar/gwdetchar/actions/workflows/build.yml/badge.svg
   :target: https://github.com/gwdetchar/gwdetchar/actions/workflows/build.yml
.. |Coverage Status| image:: https://codecov.io/gh/gwdetchar/gwdetchar/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/gwdetchar/gwdetchar
.. |Documentation Status| image:: https://readthedocs.org/projects/gwdetchar/badge/?version=latest
   :target: https://gwdetchar.readthedocs.io/en/latest/?badge=latest

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gwdetchar",
    "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/b8/8c/975cb250c1367829050a3f9aa06d6c1a565b911f2e1a02e2268b4ae0a3cd/gwdetchar-2.2.6.tar.gz",
    "platform": null,
    "description": "############################################\nGravitational-wave Detector Characterisation\n############################################\n\nGWDetChar is a python package for for gravitational-wave detector\ncharacterisation and data quality.\n\n|PyPI version| |Conda version|\n\n|DOI| |License| |Supported Python versions|\n\n|Build Status| |Coverage Status| |Documentation Status|\n\nhttps://gwdetchar.readthedocs.io\n\n------------\nInstallation\n------------\n\nGWDetChar is best installed with `conda`_:\n\n.. code:: bash\n\n   conda install -c conda-forge gwdetchar\n\nbut can also be installed with `pip`_:\n\n.. code:: bash\n\n   python -m pip install gwdetchar\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/gwdetchar/gwdetchar/blob/master/CONTRIBUTING.md\n.. _conda: https://conda.io\n.. _pip: https://pip.pypa.io/en/stable/\n\n\n.. |PyPI version| image:: https://badge.fury.io/py/gwdetchar.svg\n   :target: http://badge.fury.io/py/gwdetchar\n.. |Conda version| image:: https://img.shields.io/conda/vn/conda-forge/gwdetchar.svg\n   :target: https://anaconda.org/conda-forge/gwdetchar/\n.. |DOI| image:: https://zenodo.org/badge/36960054.svg\n   :target: https://zenodo.org/badge/latestdoi/36960054\n.. |License| image:: https://img.shields.io/pypi/l/gwdetchar.svg\n   :target: https://choosealicense.com/licenses/gpl-3.0/\n.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/gwdetchar.svg\n   :target: https://pypi.org/project/gwdetchar/\n.. |Build Status| image:: https://github.com/gwdetchar/gwdetchar/actions/workflows/build.yml/badge.svg\n   :target: https://github.com/gwdetchar/gwdetchar/actions/workflows/build.yml\n.. |Coverage Status| image:: https://codecov.io/gh/gwdetchar/gwdetchar/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/gwdetchar/gwdetchar\n.. |Documentation Status| image:: https://readthedocs.org/projects/gwdetchar/badge/?version=latest\n   :target: https://gwdetchar.readthedocs.io/en/latest/?badge=latest\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A python package for gravitational-wave detector characterisation",
    "version": "2.2.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/gwdetchar/gwdetchar/issues",
        "Discussion Forum": "https://gwdetchar.slack.com",
        "Documentation": "https://gwdetchar.readthedocs.io",
        "Source Code": "https://github.com/gwdetchar/gwdetchar"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45f77025d54c295b52ff1fa8a220c694378648b646461e43d7251fe0a50a82c0",
                "md5": "c331be58250c8d4c0d94b65f4dfa7509",
                "sha256": "ceedb12f102847bf354e20a89bece9b4fc3f90e0cfade967d2ee580f546badf1"
            },
            "downloads": -1,
            "filename": "gwdetchar-2.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c331be58250c8d4c0d94b65f4dfa7509",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 192099,
            "upload_time": "2024-04-19T00:16:02",
            "upload_time_iso_8601": "2024-04-19T00:16:02.425605Z",
            "url": "https://files.pythonhosted.org/packages/45/f7/7025d54c295b52ff1fa8a220c694378648b646461e43d7251fe0a50a82c0/gwdetchar-2.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b88c975cb250c1367829050a3f9aa06d6c1a565b911f2e1a02e2268b4ae0a3cd",
                "md5": "c4c8ad1173a11a7c6523cff841c3f23c",
                "sha256": "b9c72480d5a92e78d256a04483a57af744cfae130031c3e3ad4d9c050f485ec5"
            },
            "downloads": -1,
            "filename": "gwdetchar-2.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "c4c8ad1173a11a7c6523cff841c3f23c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 154791,
            "upload_time": "2024-04-19T00:16:06",
            "upload_time_iso_8601": "2024-04-19T00:16:06.009754Z",
            "url": "https://files.pythonhosted.org/packages/b8/8c/975cb250c1367829050a3f9aa06d6c1a565b911f2e1a02e2268b4ae0a3cd/gwdetchar-2.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 00:16:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gwdetchar",
    "github_project": "gwdetchar",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gwdetchar"
}
        
Elapsed time: 0.34345s