Metadata-Version: 2.4
Name: pyCloudy
Version: 0.9.19
Summary: Tools to manage Astronomical Cloudy photoionization code
Author-email: Christophe Morisset IA-UNAM <chris.morisset@gmail.com>
Maintainer-email: Christophe Morisset IA-UNAM <chris.morisset@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://sites.google.com/site/pycloudy/
Project-URL: Repository, https://github.com/Morisset/pyCloudy
Keywords: astronomy,photoionization,cloudy
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.md
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: plot
Requires-Dist: matplotlib; extra == "plot"
Provides-Extra: fits
Requires-Dist: astropy; extra == "fits"
Provides-Extra: images
Requires-Dist: Pillow; extra == "images"
Provides-Extra: pandas
Requires-Dist: pandas; extra == "pandas"
Provides-Extra: mysql
Requires-Dist: pymysql; extra == "mysql"
Provides-Extra: pyneb
Requires-Dist: pyneb; extra == "pyneb"
Provides-Extra: full
Requires-Dist: matplotlib; extra == "full"
Requires-Dist: astropy; extra == "full"
Requires-Dist: Pillow; extra == "full"
Requires-Dist: pandas; extra == "full"
Requires-Dist: pymysql; extra == "full"
Requires-Dist: pyneb; extra == "full"
Dynamic: license-file

PyCloudy is a Python library to deal with input and output files of Cloudy (Gary Ferland) photoionization code.
Is also allows to generate 3D nebula from various runs of the 1D Cloudy code.

Requirements
============

You will need to have installed `Cloudy <http://nublado.org/>`_ .
PyCloudy uses numpy and other standard python libraries.

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

You may find useful to download, install and upgrade pyCloudy using
`pip <http://www.pip-installer.org/en/latest/index.html>`_ .

For example:

* pip install pyCloudy

Updates use the same command. You can also use 

* easy_install pyCloudy

To use the devel package (at your own risks!!!):

* pip install -U git+https://github.com/Morisset/pyCloudy.git

Warranty
========

PyCloudy is provided as it is. No Warranty at all, you cannot complain if it runs models which are not fitting your data! :-)

Manual
======

* There is no manual for now... There will soon be a HowTo page.

* But... there is some examples of use in the `pyCloudy home page
  <https://sites.google.com/site/pycloudy/>`_ .
  
* And the reference manual is accessible from this site `HERE
  <https://morisset.github.io/pyCloudy_Manual/html/index.html>`_ .
 
Acknowledgements
================

This project is partly supported by grants DGAPA/PAPIIT-107215 and CONACyT-CB2015-254132.
