{"id":19175807,"url":"https://github.com/astropy/pyvo","last_synced_at":"2025-04-08T04:13:33.344Z","repository":{"id":9089095,"uuid":"10865450","full_name":"astropy/pyvo","owner":"astropy","description":"An Astropy affiliated package providing access to remote data and services of the Virtual Observatory (VO) using Python.","archived":false,"fork":false,"pushed_at":"2025-03-24T19:51:56.000Z","size":5724,"stargazers_count":78,"open_issues_count":73,"forks_count":54,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-04-01T03:33:18.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pyvo.readthedocs.io/en/latest","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"neonichu/xcode-install","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astropy.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"numfocus","custom":"https://numfocus.org/donate-to-astropy"}},"created_at":"2013-06-22T13:24:39.000Z","updated_at":"2025-03-24T19:51:59.000Z","dependencies_parsed_at":"2023-09-28T04:10:11.746Z","dependency_job_id":"af16234e-6c13-4c4a-a61c-df0019c8590d","html_url":"https://github.com/astropy/pyvo","commit_stats":{"total_commits":1205,"total_committers":37,"mean_commits":"32.567567567567565","dds":0.7659751037344398,"last_synced_commit":"1158abf998b18e55651dfd4f4be914102b670596"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astropy%2Fpyvo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astropy%2Fpyvo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astropy%2Fpyvo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astropy%2Fpyvo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astropy","download_url":"https://codeload.github.com/astropy/pyvo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247723094,"owners_count":20985302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T10:25:18.668Z","updated_at":"2025-04-08T04:13:33.326Z","avatar_url":"https://github.com/astropy.png","language":"Python","funding_links":["https://github.com/sponsors/numfocus","https://numfocus.org/donate-to-astropy"],"categories":[],"sub_categories":[],"readme":"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 \u003chttp://github.com/astropy/pyvo\u003e`_\n\nInstallation and Requirements\n-----------------------------\n\nReleases of PyVO are available from `PyPI \u003chttps://pypi.python.org/pypi/pyvo\u003e`_\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 \u003chttps://astropy.org\u003e`__ (\u003e=4.1)\n * `requests \u003chttp://docs.python-requests.org/en/latest/\u003e`_\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 \u003chttps://github.com/astropy/pytest-astropy\u003e`__\n* requests-mock\n* `sphinx-astropy \u003chttps://github.com/astropy/sphinx-astropy\u003e`__\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 \u003chttps://github.com/astropy/astroquery/blob/main/.github/workflows/ci_devtests.yml\u003e`__.\n\nExamples\n--------\n\nMany instructive examples can be found in the `PyVO Documentation \u003chttp://pyvo.readthedocs.org\u003e`_.\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastropy%2Fpyvo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastropy%2Fpyvo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastropy%2Fpyvo/lists"}