uvtools


Nameuvtools JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryTools useful for the handling, visualization, and analysis of interferometric data.
upload_time2023-01-18 20:33:18
maintainer
docs_urlNone
authorHERA Team
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # uvtools
[![Build Status](https://travis-ci.org/HERA-Team/uvtools.svg?branch=master)](https://travis-ci.org/HERA-Team/uvtools)
[![codecov](https://codecov.io/gh/HERA-Team/uvtools/branch/main/graph/badge.svg?token=BImdA3Oz6u)](https://codecov.io/gh/HERA-Team/uvtools)

Tools useful for the handling, visualization, and analysis of interferometric data.

## Installation
Best method is to install from [![pypi](https://pypi.org/project/uvtools)] with `pip install uvtools`


Developer install from the github repo by cloning/pulling and then in ./uvtools/ run `pip install .`

If you use `conda` (preferred), then you may wish to install the following packages
manually before installing `uvtools` (if you don't have them already)::

    $ conda install -c conda-forge numpy scipy "aipy>=3.0rc2"

If you are developing `uvtools`, you will also require `nose` and `pyuvdata` to run
tests. All of these packages can be installed with the following commands::

    $ conda create -n uvtools python=3
    $ conda activate uvtools
    $ conda env update -n uvtools -f environment.yml
    $ pip install -e .

To test the package, execute the following command::

    $ nosetests uvtools/tests/test_dspec.py uvtools/tests/test_utils.py

## Making a Release

To make a release of `uvtools` (both on Github and PyPI), head to the most current
[Draft Release](https://github.com/HERA-Team/uvtools/releases) and note the *suggested*
release version. Contact the maintainers with your intention to make a release either
to that version (or, if appropriate, to a different version), and publish the release
via the Github UI. All done!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "uvtools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "HERA Team",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a1/87/49ffbf6b7917069f47c42f8772f358020c925e4ea30ed39b8ca54f795f24/uvtools-0.2.0.tar.gz",
    "platform": null,
    "description": "# uvtools\n[![Build Status](https://travis-ci.org/HERA-Team/uvtools.svg?branch=master)](https://travis-ci.org/HERA-Team/uvtools)\n[![codecov](https://codecov.io/gh/HERA-Team/uvtools/branch/main/graph/badge.svg?token=BImdA3Oz6u)](https://codecov.io/gh/HERA-Team/uvtools)\n\nTools useful for the handling, visualization, and analysis of interferometric data.\n\n## Installation\nBest method is to install from [![pypi](https://pypi.org/project/uvtools)] with `pip install uvtools`\n\n\nDeveloper install from the github repo by cloning/pulling and then in ./uvtools/ run `pip install .`\n\nIf you use `conda` (preferred), then you may wish to install the following packages\nmanually before installing `uvtools` (if you don't have them already)::\n\n    $ conda install -c conda-forge numpy scipy \"aipy>=3.0rc2\"\n\nIf you are developing `uvtools`, you will also require `nose` and `pyuvdata` to run\ntests. All of these packages can be installed with the following commands::\n\n    $ conda create -n uvtools python=3\n    $ conda activate uvtools\n    $ conda env update -n uvtools -f environment.yml\n    $ pip install -e .\n\nTo test the package, execute the following command::\n\n    $ nosetests uvtools/tests/test_dspec.py uvtools/tests/test_utils.py\n\n## Making a Release\n\nTo make a release of `uvtools` (both on Github and PyPI), head to the most current\n[Draft Release](https://github.com/HERA-Team/uvtools/releases) and note the *suggested*\nrelease version. Contact the maintainers with your intention to make a release either\nto that version (or, if appropriate, to a different version), and publish the release\nvia the Github UI. All done!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tools useful for the handling, visualization, and analysis of interferometric data.",
    "version": "0.2.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a18749ffbf6b7917069f47c42f8772f358020c925e4ea30ed39b8ca54f795f24",
                "md5": "906b9c2380cb25e055be0143b411b1d9",
                "sha256": "5a3500663da7de0e08f24558720f78cb41fc72fb7cf8328010dbda09f90aeb40"
            },
            "downloads": -1,
            "filename": "uvtools-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "906b9c2380cb25e055be0143b411b1d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7715848,
            "upload_time": "2023-01-18T20:33:18",
            "upload_time_iso_8601": "2023-01-18T20:33:18.256698Z",
            "url": "https://files.pythonhosted.org/packages/a1/87/49ffbf6b7917069f47c42f8772f358020c925e4ea30ed39b8ca54f795f24/uvtools-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-18 20:33:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "uvtools"
}
        
Elapsed time: 0.03231s