gwtools


Namegwtools JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryA collection of gravitational wave tools
upload_time2024-05-15 20:45:14
maintainerNone
docs_urlNone
authorJonathan Blackman, Scott Field, Chad Galley
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # README #

A collection of useful functions and tools for working with gravitational waveform data.

# Install #

To install from pypi

```bash
pip install gwtools
```

To install from source

```bash
git clone git@bitbucket.org:chadgalley/gwtools.git
pip install -e gwtools
```

where the "-e" installs an editable (development) project with pip. This allows
your local code edits to be automatically seen by the system-wide installation.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "gwtools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jonathan Blackman, Scott Field, Chad Galley",
    "author_email": "sfield@umassd.edu",
    "download_url": "https://files.pythonhosted.org/packages/63/73/8f159c05d30ba42089bfcada126f459f26b400568b9e01472b700c5dd120/gwtools-1.2.0.tar.gz",
    "platform": null,
    "description": "# README #\n\nA collection of useful functions and tools for working with gravitational waveform data.\n\n# Install #\n\nTo install from pypi\n\n```bash\npip install gwtools\n```\n\nTo install from source\n\n```bash\ngit clone git@bitbucket.org:chadgalley/gwtools.git\npip install -e gwtools\n```\n\nwhere the \"-e\" installs an editable (development) project with pip. This allows\nyour local code edits to be automatically seen by the system-wide installation.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A collection of gravitational wave tools",
    "version": "1.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63738f159c05d30ba42089bfcada126f459f26b400568b9e01472b700c5dd120",
                "md5": "1a0e99066102245b9c13af9d86d77f62",
                "sha256": "b676c625902cb465ecacd8fdb15aa7f12d9c6e512f51851ec67f10f23dd1a5e7"
            },
            "downloads": -1,
            "filename": "gwtools-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1a0e99066102245b9c13af9d86d77f62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 37076,
            "upload_time": "2024-05-15T20:45:14",
            "upload_time_iso_8601": "2024-05-15T20:45:14.699739Z",
            "url": "https://files.pythonhosted.org/packages/63/73/8f159c05d30ba42089bfcada126f459f26b400568b9e01472b700c5dd120/gwtools-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 20:45:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "gwtools"
}
        
Elapsed time: 0.25078s