/astroimages-fits

FITS routines and wrappers

Primary LanguagePythonMIT LicenseMIT

AstroImages FITS Handling routines (astroimages-fits)

Version License: MIT PyPI version Publish 'astroimages-fits' Package Quality Gate Status Language grade: Python

FITS routines and wrappers

Usage

Clone the repo:

$ git clone https://github.com/AstroImages/astroimages-fits/
$ cd astroimages-fits

Create virtualenv:

$ virtualenv -p python3 env
$ source env/bin/activate
(env) $ pip3 install -r requirements.txt

Testing

To run unit tests:

(env) $ python -m unittest discover test/unit -v

Packaging

To package

(env) $ python setup.py sdist

To upload

(env) $ pip3 install twine
(env) $ twine upload dist/*

References

Python Packaging

Git actions CICD

License

MIT, see LICENSE file