Metadata-Version: 2.1
Name: astropalmerio
Version: 0.1.1
Summary: A Python package for scientific data analysis and visualization.
Home-page: https://github.com/JPalmerio/astropalmerio
Author: Jesse Palmerio
Author-email: jesse.palmerio@obspm.fr
Project-URL: Bug Tracker, https://github.com/JPalmerio/astropalmerio/issues
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.md

astropalmerio
===============
This python package regroups useful data analysis code that I've developped throughout my work.
These are mainly aimed towards astronomy-related topics but some modules (like Monte Carlo errors) may be useful to a wider audience.
This repository provides an easy way to version, package and distribute this code to colleagues, but anyone is welcome to use it.
If you have any questions, you can contact me at jesse.palmerio@obspm.fr.



Installation
============

To install astropalmerio using pip:

.. code:: bash

   pip install astropalmerio

