astroimages-file-drivers

File handling routines


License
MIT
Install
pip install astroimages-file-drivers==0.1.4

Documentation

AstroImages Generic File Handling routines (astroimages-file-drivers)

Version License: MIT Build Test Quality Gate Status Language grade: Python

Generic file handling routines and wrappers

Usage

Clone the repo:

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

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

License

MIT, see LICENSE file