Metadata-Version: 2.1
Name: procastro
Version: 0.2.0
Summary: Framework to process astronomical data files
Home-page: https://github.com/duckrojo/procastro
License: BSD-3-Clause
Author: Patricio Rojo
Author-email: pato@das.uchile.cl
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: docs
Requires-Dist: ExifRead (>=3.0.0,<4.0.0)
Requires-Dist: asdf-astropy (>=0.4.0,<0.5.0)
Requires-Dist: astropy (>=6,<7)
Requires-Dist: astroquery (>=0.4.6,<0.5.0)
Requires-Dist: cartopy (>=0.23.0,<0.24.0)
Requires-Dist: lxml (>=5.2.1,<6.0.0)
Requires-Dist: matplotlib (>=3.5.3,<4.0.0)
Requires-Dist: numpy (>=1.23.2,<2.0.0)
Requires-Dist: pandas (>=2,<3)
Requires-Dist: pyvo (>=1.3,<2.0)
Requires-Dist: scipy (>=1.9.1,<2.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Requires-Dist: tomli_w (>=1.0.0,<2.0.0)
Project-URL: Documentation, https://procastro.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/duckrojo/procastro
Description-Content-Type: text/markdown

# procastro

**Saving time for astronomers handling data everywhere**

procastro is a framework created to intuitively handle astronomical data files
in an pythonic style




## Installation

You can install procastro by using pip

	$ pip install procastro

## Documentation

Please, check https://procastro.readthedocs.io/en/latest/


