asdf-astropy
This is the extension library for ASDF to provide support for Astropy.
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
4 of 13 committers (30.8%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Keywords from Contributors
astronomy
astropy
astrophysics
astropy-affiliated
simulations
asdf
advanced-scientific-data-format
source-detection
photometry
jwst
Last synced: 7 months ago
·
JSON representation
Repository
This is the extension library for ASDF to provide support for Astropy.
Basic Info
- Host: GitHub
- Owner: astropy
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Homepage: https://asdf-astropy.readthedocs.io/en/latest/
- Size: 777 KB
Statistics
- Stars: 18
- Watchers: 7
- Forks: 18
- Open Issues: 18
- Releases: 14
Created almost 6 years ago
· Last pushed 7 months ago
Metadata Files
Readme
Changelog
License
Citation
README.rst
ASDF serialization support for astropy
--------------------------------------
.. image:: https://github.com/astropy/asdf-astropy/actions/workflows/ci.yml/badge.svg
:target: https://github.com/astropy/asdf-astropy/actions
:alt: CI Status
.. image:: https://codecov.io/gh/astropy/asdf-astropy/branch/main/graph/badge.svg?token=0XGOYX4QGT
:target: https://codecov.io/gh/astropy/asdf-astropy
:alt: Code coverage
.. image:: https://github.com/astropy/asdf-astropy/workflows/Downstream/badge.svg
:target: https://github.com/astropy/asdf-astropy/actions
:alt: Downstream CI Status
.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
:target: http://www.astropy.org
:alt: Powered by Astropy Badge
.. image:: https://readthedocs.org/projects/asdf-astropy/badge/?version=latest
:target: https://asdf-astropy.readthedocs.io/en/latest/
.. image:: https://zenodo.org/badge/271820376.svg
:target: https://zenodo.org/badge/latestdoi/271820376
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
:target: https://pycqa.github.io/isort/
This package includes plugins that provide ASDF serialization support for astropy
objects. The plugins are automatically enabled when the package is installed.
The plugins in this package supersede those in the ``astropy.io.misc.asdf`` module;
when this package is installed, the astropy plugins will be ignored. The
``astropy.io.misc.asdf`` module will be removed in a future version of astropy.
License
-------
This project is Copyright (c) Association of Universities for Research in Astronomy (AURA)
and licensed under the terms of the BSD 3-Clause license. This package is based upon
the `Astropy package template `_
which is licensed under the BSD 3-clause license. See the licenses folder for
more information.
Installation
------------
.. _begin-pip-install-text:
Stable releases of the asdf-astropy python package are registered `at
PyPi `__. The latest stable version
can be installed using ``pip``:
.. code-block:: console
$ pip install asdf-astropy
.. _end-pip-install-text:
.. _begin-source-install-text:
The latest development version of asdf-astropy is available from the ``main`` branch
`on github `__. To clone the project:
.. code-block:: console
$ git clone https://github.com/astropy/asdf-astropy
To install:
.. code-block:: console
$ cd asdf-astropy
$ pip install .
To install in `development
mode `__
.. code-block:: console
$ pip install -e .
.. _end-source-install-text:
Testing
-------
.. _begin-testing-text:
To install the test dependencies from a source checkout of the repository:
.. code-block:: console
$ pip install -e ".[test]"
To run the unit tests from a source checkout of the repository:
.. code-block:: console
$ pytest
It is also possible to run the test suite from an installed version of
the package.
.. code-block:: console
$ pip install "asdf-astropy[test]"
$ pytest --pyargs asdf-astropy
It is also possible to run the tests using `tox
`__.
.. code-block:: console
$ pip install tox
To list all available environments:
.. code-block:: console
$ tox -va
To run a specific environment:
.. code-block:: console
$ tox -e
.. _end-testing-text:
Contributing
------------
We love contributions! asdf-astropy is open source,
built on open source, and we'd love to have you hang out in our community.
Owner
- Name: The Astropy Project
- Login: astropy
- Kind: organization
- Website: http://www.astropy.org
- Repositories: 88
- Profile: https://github.com/astropy
GitHub Events
Total
- Create event: 15
- Release event: 3
- Issues event: 9
- Watch event: 4
- Delete event: 11
- Issue comment event: 67
- Push event: 54
- Pull request review event: 83
- Pull request review comment event: 65
- Pull request event: 73
- Fork event: 4
Last Year
- Create event: 15
- Release event: 3
- Issues event: 9
- Watch event: 4
- Delete event: 11
- Issue comment event: 67
- Push event: 54
- Pull request review event: 83
- Pull request review comment event: 65
- Pull request event: 73
- Fork event: 4
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| William Jamieson | w****n@s****u | 288 |
| Brett | b****m@g****m | 110 |
| pre-commit-ci[bot] | 6****] | 58 |
| Leo Singer | l****r@l****g | 35 |
| Ed Slavich | e****h@s****u | 34 |
| ViciousEagle03 | p****1@g****m | 20 |
| P. L. Lim | 2****m | 8 |
| Nadia Dencheva | n****a@g****m | 6 |
| dependabot[bot] | 4****] | 5 |
| zacharyburnett | z****t@s****u | 4 |
| Edward Slavich | e****h | 2 |
| Mihai Cara | m****a@g****m | 1 |
| Ken MacDonald | 6****i | 1 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 33
- Total pull requests: 228
- Average time to close issues: 5 months
- Average time to close pull requests: 21 days
- Total issue authors: 12
- Total pull request authors: 11
- Average comments per issue: 1.76
- Average comments per pull request: 1.45
- Merged pull requests: 183
- Bot issues: 0
- Bot pull requests: 77
Past Year
- Issues: 5
- Pull requests: 85
- Average time to close issues: 24 days
- Average time to close pull requests: 5 days
- Issue authors: 3
- Pull request authors: 6
- Average comments per issue: 0.0
- Average comments per pull request: 1.55
- Merged pull requests: 59
- Bot issues: 0
- Bot pull requests: 31
Top Authors
Issue Authors
- WilliamJamieson (9)
- braingram (8)
- pllim (5)
- LibrEars (2)
- ViciousEagle03 (2)
- Hellseher (1)
- nden (1)
- lgarrison (1)
- Jerry-Ma (1)
- jdavies-st (1)
- chris-simpson (1)
- nstarman (1)
Pull Request Authors
- braingram (70)
- pre-commit-ci[bot] (66)
- WilliamJamieson (60)
- dependabot[bot] (11)
- ViciousEagle03 (6)
- pllim (5)
- lpsinger (4)
- zacharyburnett (2)
- Cadair (2)
- eslavich (1)
- nstarman (1)
Top Labels
Issue Labels
bug (4)
enhancement (1)
documentation (1)
testing (1)
Pull Request Labels
no-changelog-entry-needed (104)
Downstream CI (19)
dependencies (11)
testing (5)
documentation (3)
github_actions (3)
Packages
- Total packages: 2
-
Total downloads:
- pypi 125,338 last-month
- Total docker downloads: 2,988
-
Total dependent packages: 18
(may contain duplicates) -
Total dependent repositories: 19
(may contain duplicates) - Total versions: 17
- Total maintainers: 7
pypi.org: asdf-astropy
ASDF serialization support for astropy
- Documentation: https://asdf-astropy.readthedocs.io/
- License: bsd-3-clause
-
Latest release: 0.8.0
published 10 months ago
Rankings
Dependent packages count: 0.9%
Docker downloads count: 1.7%
Downloads: 1.7%
Average: 1.9%
Dependent repos count: 3.4%
Maintainers (7)
Last synced:
7 months ago
conda-forge.org: asdf-astropy
- Homepage: https://github.com/astropy/asdf-astropy
- License: BSD-3-Clause
-
Latest release: 0.2.2
published over 3 years ago
Rankings
Dependent packages count: 28.8%
Dependent repos count: 34.0%
Average: 40.2%
Forks count: 40.9%
Stargazers count: 57.0%
Last synced:
7 months ago
Dependencies
.github/workflows/changelog.yml
actions
- actions/checkout v2 composite
.github/workflows/ci.yml
actions
- actions/checkout v3 composite
pyproject.toml
pypi
- asdf >=2.13
- asdf-coordinates-schemas >=0.1
- asdf-transform-schemas >=0.2.2
- astropy >=5.0.4
- importlib_resources >=3; python_version < "3.9"
- numpy >=1.20
- packaging >=19
requirements-dev.txt
pypi
- numpy >=0.0.dev0 development
- scipy >=0.0.dev0 development
.github/workflows/downstream.yml
actions
.github/workflows/publish-to-pypi.yml
actions