Name | pyvo JSON |
Version |
1.6
JSON |
| download |
home_page | None |
Summary | Astropy affiliated package for accessing Virtual Observatory data and services |
upload_time | 2024-11-01 23:59:18 |
maintainer | None |
docs_url | None |
author | the PyVO Developers |
requires_python | >=3.8 |
license | BSD |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
PyVO
===================================
.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
:target: https://www.astropy.org
:alt: Powered by Astropy Badge
.. image:: https://github.com/astropy/pyvo/workflows/CI/badge.svg?branch=main
:target: https://github.com/astropy/pyvo/workflows/CI/badge.svg?branch=main
:alt: CI Status
.. image:: https://codecov.io/gh/astropy/pyvo/branch/main/graph/badge.svg?token=Mynyo9xoPZ
:target: https://codecov.io/gh/astropy/pyvo
:alt: Coverage Status
.. image:: https://zenodo.org/badge/10865450.svg
:target: https://zenodo.org/badge/latestdoi/10865450
PyVO is a package providing access to remote data and services of the
Virtual observatory (VO) using Python.
Its development was launched by the NSF/NASA-funded Virtual Astronomical
Observatory (VAO, www.usvao.org) project (formerly under the name
VAOpy) as part of its initiative to bring VO capabilities to desktop.
Its goal is to allow astronomers and tool developers to access data and
services from remote archives and other web resources. It takes
advantage of VO standards to give access to thousands of catalogs,
data archives, information services, and analysis tools. It also
takes advantage of the general capabilities of Astopy (and numpy), and
so a secondary goal is to provide a development platform for migrating
more VO capabilities into Astropy.
Source code can be found `on GitHub <http://github.com/astropy/pyvo>`_
Installation and Requirements
-----------------------------
Releases of PyVO are available from `PyPI <https://pypi.python.org/pypi/pyvo>`_
thus, it and its prerequisites can be most easily installed using ``pip``:
pip install pyvo
Releases are also conda packaged and available on the ``conda-forge``
channel.
PyVO requires Python 3.8 or later.
The following packages are required for PyVO:
* `astropy <https://astropy.org>`__ (>=4.1)
* `requests <http://docs.python-requests.org/en/latest/>`_
The following packages are optional dependencies and are required for the
full functionality:
* pillow
* defusedxml
For running the tests, and building the documentation, the following
infrastructure packages are required:
* `pytest-astropy <https://github.com/astropy/pytest-astropy>`__
* requests-mock
* `sphinx-astropy <https://github.com/astropy/sphinx-astropy>`__
To install from source use ``pip``:
pip install .[all]
Using the developer version of PyVO in testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
We recommend and encourage testing against the development version of PyVO in CI,
both for dependent libraries and notebook providers. As PyVO is a pure Python library, this can be
done as easily as pip installing the developer version from GitHub:
pip install git+https://github.com/astropy/pyvo.git#egg=pyvo
An example for setting up development version testing for a library as a GitHub Actions Workflow can
be found in `astroquery <https://github.com/astropy/astroquery/blob/main/.github/workflows/ci_devtests.yml>`__.
Examples
--------
Many instructive examples can be found in the `PyVO Documentation <http://pyvo.readthedocs.org>`_.
Additional examples can be found in the examples directory.
Unit Tests
----------
PyVO uses the Astropy framework for unit tests which is built into the
setup script. To run the tests, type:
pip install .[test]
pytest
This will run all unit tests that do not require a network
connection. To run all tests, including those that access the
network, add the --remote-data option:
pytest --remote-data
Raw data
{
"_id": null,
"home_page": null,
"name": "pyvo",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "the PyVO Developers",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/26/e3/a1efdeb110dd5e940f60e6c84907495a0a19e0213bc4a03bb9550d5c9454/pyvo-1.6.tar.gz",
"platform": null,
"description": "PyVO\n===================================\n\n.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat\n :target: https://www.astropy.org\n :alt: Powered by Astropy Badge\n\n.. image:: https://github.com/astropy/pyvo/workflows/CI/badge.svg?branch=main\n :target: https://github.com/astropy/pyvo/workflows/CI/badge.svg?branch=main\n :alt: CI Status\n\n.. image:: https://codecov.io/gh/astropy/pyvo/branch/main/graph/badge.svg?token=Mynyo9xoPZ\n :target: https://codecov.io/gh/astropy/pyvo\n :alt: Coverage Status\n\n.. image:: https://zenodo.org/badge/10865450.svg\n :target: https://zenodo.org/badge/latestdoi/10865450\n\n\nPyVO is a package providing access to remote data and services of the\nVirtual observatory (VO) using Python.\n\nIts development was launched by the NSF/NASA-funded Virtual Astronomical\nObservatory (VAO, www.usvao.org) project (formerly under the name\nVAOpy) as part of its initiative to bring VO capabilities to desktop.\nIts goal is to allow astronomers and tool developers to access data and\nservices from remote archives and other web resources. It takes\nadvantage of VO standards to give access to thousands of catalogs,\ndata archives, information services, and analysis tools. It also\ntakes advantage of the general capabilities of Astopy (and numpy), and\nso a secondary goal is to provide a development platform for migrating\nmore VO capabilities into Astropy.\n\nSource code can be found `on GitHub <http://github.com/astropy/pyvo>`_\n\nInstallation and Requirements\n-----------------------------\n\nReleases of PyVO are available from `PyPI <https://pypi.python.org/pypi/pyvo>`_\nthus, it and its prerequisites can be most easily installed using ``pip``:\n\n pip install pyvo\n\n\nReleases are also conda packaged and available on the ``conda-forge``\nchannel.\n\n\nPyVO requires Python 3.8 or later.\n\nThe following packages are required for PyVO:\n\n * `astropy <https://astropy.org>`__ (>=4.1)\n * `requests <http://docs.python-requests.org/en/latest/>`_\n\nThe following packages are optional dependencies and are required for the\nfull functionality:\n\n * pillow\n * defusedxml\n\nFor running the tests, and building the documentation, the following\ninfrastructure packages are required:\n\n* `pytest-astropy <https://github.com/astropy/pytest-astropy>`__\n* requests-mock\n* `sphinx-astropy <https://github.com/astropy/sphinx-astropy>`__\n\n\nTo install from source use ``pip``:\n\n pip install .[all]\n\n\nUsing the developer version of PyVO in testing\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nWe recommend and encourage testing against the development version of PyVO in CI,\nboth for dependent libraries and notebook providers. As PyVO is a pure Python library, this can be\ndone as easily as pip installing the developer version from GitHub:\n\n pip install git+https://github.com/astropy/pyvo.git#egg=pyvo\n\nAn example for setting up development version testing for a library as a GitHub Actions Workflow can\nbe found in `astroquery <https://github.com/astropy/astroquery/blob/main/.github/workflows/ci_devtests.yml>`__.\n\nExamples\n--------\n\nMany instructive examples can be found in the `PyVO Documentation <http://pyvo.readthedocs.org>`_.\nAdditional examples can be found in the examples directory.\n\nUnit Tests\n----------\n\nPyVO uses the Astropy framework for unit tests which is built into the\nsetup script. To run the tests, type:\n\n pip install .[test]\n pytest\n\nThis will run all unit tests that do not require a network\nconnection. To run all tests, including those that access the\nnetwork, add the --remote-data option:\n\n pytest --remote-data\n",
"bugtrack_url": null,
"license": "BSD",
"summary": "Astropy affiliated package for accessing Virtual Observatory data and services",
"version": "1.6",
"project_urls": {
"Documentation": "https:/pyvo.readthedocs.io",
"Source": "https://github.com/astropy/pyvo"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b8e206257ae7ee4adc6304bb7ac631d1eca9fc34d645510d8bc2f3273e8c94f9",
"md5": "48ef0cee87023a995f498cef62a7dae1",
"sha256": "65740f565ffbe947c2a93aade9be905eaa3b0ab86660bb805e1beb3cc3ff4812"
},
"downloads": -1,
"filename": "pyvo-1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "48ef0cee87023a995f498cef62a7dae1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 994847,
"upload_time": "2024-11-01T23:59:15",
"upload_time_iso_8601": "2024-11-01T23:59:15.782495Z",
"url": "https://files.pythonhosted.org/packages/b8/e2/06257ae7ee4adc6304bb7ac631d1eca9fc34d645510d8bc2f3273e8c94f9/pyvo-1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "26e3a1efdeb110dd5e940f60e6c84907495a0a19e0213bc4a03bb9550d5c9454",
"md5": "db15b558555e7597609963677e76070e",
"sha256": "db6ef423e6008eba1ca68459e7e2a91dbc34cbe1bda2f29f64ba57d8df570caa"
},
"downloads": -1,
"filename": "pyvo-1.6.tar.gz",
"has_sig": false,
"md5_digest": "db15b558555e7597609963677e76070e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 1018807,
"upload_time": "2024-11-01T23:59:18",
"upload_time_iso_8601": "2024-11-01T23:59:18.239732Z",
"url": "https://files.pythonhosted.org/packages/26/e3/a1efdeb110dd5e940f60e6c84907495a0a19e0213bc4a03bb9550d5c9454/pyvo-1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-01 23:59:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "astropy",
"github_project": "pyvo",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "pyvo"
}