ASDF serialization support for astropy
Project description
ASDF serialization support for astropy
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 supercede 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
Stable releases of the asdf-astropy python package are registered at PyPi. The latest stable version can be installed using pip:
$ pip install asdf-astropy
The latest development version of asdf-astropy is available from the main branch on github. To clone the project:
$ git clone https://github.com/astropy/asdf-astropy
To install:
$ cd asdf-astropy
$ pip install .
To install in development mode
$ pip install -e .
Testing
To install the test dependencies from a source checkout of the repository:
$ pip install -e ".[test]"
To run the unit tests from a source checkout of the repository:
$ pytest
It is also possible to run the test suite from an installed version of the package.
$ pip install "asdf-astropy[test]"
$ pytest --pyargs asdf-astropy
It is also possible to run the tests using tox.
$ pip install tox
To list all available environments:
$ tox -va
To run a specific environment:
$ tox -e <envname>
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file asdf_astropy-0.3.0.tar.gz
.
File metadata
- Download URL: asdf_astropy-0.3.0.tar.gz
- Upload date:
- Size: 68.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b083864634daf11771d79772b2c2f93efb447fc700bb13ec0e92505b68ae5be |
|
MD5 | f8a62c505d4ae633e4beb63844114afa |
|
BLAKE2b-256 | 6e33d85a42bb94b4721cf52aa8dec40dcfe9f8bf6d752f887c20dce75b777746 |
Provenance
File details
Details for the file asdf_astropy-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: asdf_astropy-0.3.0-py3-none-any.whl
- Upload date:
- Size: 69.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb4c3aaabb056c0beeac02db03fc789acd8c167973a15b2310973962c307ae4f |
|
MD5 | ecf9c75173259fd019569a7deffcda3d |
|
BLAKE2b-256 | 52f127b3048a1ae29447e2d8cb3055d1ee07c56ef9299a08f34918492b9ebccf |