https://github.com/astropy/pyvo

An Astropy affiliated package providing access to remote data and services of the Virtual Observatory (VO) using Python.

https://github.com/astropy/pyvo

Science Score: 46.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    9 of 39 committers (23.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.1%) to scientific vocabulary

Keywords from Contributors

astronomy astropy astrophysics closember astropy-affiliated notebook region gtk plots simulations
Last synced: 6 months ago · JSON representation

Repository

An Astropy affiliated package providing access to remote data and services of the Virtual Observatory (VO) using Python.

Basic Info
Statistics
  • Stars: 79
  • Watchers: 22
  • Forks: 54
  • Open Issues: 78
  • Releases: 35
Created over 12 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License

README.rst

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 `_

Installation and Requirements
-----------------------------

Releases of PyVO are available from `PyPI `_
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 `__ (>=4.1)
 * `requests `_

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 `__
* requests-mock
* `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 `__.

Examples
--------

Many instructive examples can be found in the `PyVO Documentation `_.
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

Owner

  • Name: The Astropy Project
  • Login: astropy
  • Kind: organization

GitHub Events

Total
  • Create event: 12
  • Release event: 4
  • Issues event: 47
  • Watch event: 4
  • Delete event: 9
  • Issue comment event: 230
  • Push event: 63
  • Pull request review comment event: 66
  • Pull request review event: 135
  • Pull request event: 110
  • Fork event: 3
Last Year
  • Create event: 12
  • Release event: 4
  • Issues event: 47
  • Watch event: 4
  • Delete event: 9
  • Issue comment event: 230
  • Push event: 63
  • Pull request review comment event: 66
  • Pull request review event: 135
  • Pull request event: 110
  • Fork event: 3

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 1,378
  • Total Committers: 39
  • Avg Commits per committer: 35.333
  • Development Distribution Score (DDS): 0.792
Past Year
  • Commits: 301
  • Committers: 16
  • Avg Commits per committer: 18.813
  • Development Distribution Score (DDS): 0.621
Top Committers
Name Email Commits
Brigitta Sipőcz b****z@g****m 287
Stefan Becker i****h@f****e 282
Markus Demleitner m@t****e 166
Laurent Michel l****l@a****r 148
Ray Plante r****e@n****u 148
Adrian Damian a****n@n****a 66
Christine Banek c****k@l****g 39
Chuanming Mao m****o@g****m 37
Manon Marchand m****2@g****m 35
Tom Donaldson t****n@s****u 23
Somia FLORET s****t@o****m 20
Tess Jaffe t****e@g****m 15
Omar Laurino o****o@c****u 13
Pey Lian Lim 2****m 11
Stelios Voutsinas s****s@y****m 11
Theresa Dower d****r@s****u 10
Hugo van Kemenade h****k 9
dependabot[bot] 4****] 9
Christoph Deil D****h@g****m 8
Daniel Giles d****s@g****m 6
Matthew Graham m****g@c****u 5
Tim Jenness t****s@l****g 5
Adam Ginsburg k****h@g****m 4
David Shupe s****e@i****u 4
Abdu Zoghbi a****i@n****v 2
Duy Nguyen d****n@g****m 2
André Luiz de Amorim s****n@g****m 1
August Muench a****y@g****m 1
Carlos H. Brandt c****t@g****m 1
David Rodriguez d****z 1
and 9 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 128
  • Total pull requests: 346
  • Average time to close issues: 10 months
  • Average time to close pull requests: 24 days
  • Total issue authors: 38
  • Total pull request authors: 31
  • Average comments per issue: 2.61
  • Average comments per pull request: 3.16
  • Merged pull requests: 309
  • Bot issues: 0
  • Bot pull requests: 19
Past Year
  • Issues: 34
  • Pull requests: 127
  • Average time to close issues: 6 days
  • Average time to close pull requests: 5 days
  • Issue authors: 14
  • Pull request authors: 15
  • Average comments per issue: 2.0
  • Average comments per pull request: 2.57
  • Merged pull requests: 108
  • Bot issues: 0
  • Bot pull requests: 19
Top Authors
Issue Authors
  • bsipocz (48)
  • msdemlei (23)
  • keflavich (6)
  • stvoutsin (6)
  • trjaffe (3)
  • lmichel (3)
  • pllim (3)
  • gpdf (2)
  • duytnguyendtn (2)
  • bhilbert4 (2)
  • tomdonaldson (2)
  • andamian (2)
  • msbentley (1)
  • gica3618 (1)
  • retifrav (1)
Pull Request Authors
  • bsipocz (139)
  • msdemlei (54)
  • dependabot[bot] (19)
  • funbaker (18)
  • stvoutsin (17)
  • ManonMarchand (14)
  • andamian (11)
  • lmichel (10)
  • chmmao (9)
  • pllim (7)
  • cbanek (7)
  • d-giles (7)
  • duytnguyendtn (4)
  • zoghbi-a (4)
  • MridulS (3)
Top Labels
Issue Labels
bug (46) component: SIA (15) enhancement (14) infrastructure (14) component: registry (13) documentation (12) component: dal (8) upstream (6) question (5) duplicate (2) release blocker (2) component: TAP (2) component: mivot (2) invalid (1) component: io (1) component: SSA (1) Affects-dev (1) non-standard-compliant (1) wontfix (1)
Pull Request Labels
no-changelog-entry-needed (190) bug (73) infrastructure (48) documentation (44) component: registry (35) component: dal (34) squash-merged (18) Affects-dev (16) enhancement (14) component: SIA (13) component: mivot (10) upstream (9) affects-dev (5) component: io (4) non-standard-compliant (2) component: vospace (1) component: TAP (1)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 158,574 last-month
  • Total docker downloads: 5,871
  • Total dependent packages: 36
    (may contain duplicates)
  • Total dependent repositories: 167
    (may contain duplicates)
  • Total versions: 49
  • Total maintainers: 5
pypi.org: pyvo

Astropy affiliated package for accessing Virtual Observatory data and services

  • Versions: 39
  • Dependent Packages: 32
  • Dependent Repositories: 160
  • Downloads: 158,574 Last month
  • Docker Downloads: 5,871
Rankings
Dependent packages count: 0.4%
Dependent repos count: 1.2%
Downloads: 1.3%
Docker downloads count: 1.6%
Average: 3.1%
Forks count: 5.9%
Stargazers count: 8.4%
Last synced: 6 months ago
conda-forge.org: pyvo

The goal of `pyvo` is allow astronomers and tool developers to access data and services from remote archives and other web resources. It takes advantage 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.

  • Versions: 10
  • Dependent Packages: 4
  • Dependent Repositories: 7
Rankings
Dependent packages count: 12.5%
Dependent repos count: 12.8%
Average: 22.2%
Forks count: 26.1%
Stargazers count: 37.6%
Last synced: 6 months ago

Dependencies

docs/requirements.txt pypi
  • docutils <0.18
  • sphinx-astropy *
.github/workflows/changelog.yml actions
  • scientific-python/action-check-changelogfile 865ff8154dd94f008f08de6bb8d8c1f661113658 composite
.github/workflows/ci_devtests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite
.github/workflows/ci_tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyproject.toml pypi
setup.py pypi