Metadata-Version: 2.0
Name: pyCasinoTools
Version: 0.2.0
Summary: Python interface for the Monte Carlo simulation program CASINO version 2 and 3.
Home-page: https://github.com/drix00/casinotools
Author: Hendrix Demers
Author-email: hendrix.demers@mail.mcgill.ca
License: Apache Software License 2.0
Keywords: casinotools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: Pillow
Requires-Dist: numpy

=============
pycasinotools
=============


.. image:: https://img.shields.io/pypi/v/pycasinotools.svg
    :target: https://pypi.python.org/pypi/pycasinotools

.. image:: https://img.shields.io/travis/drix00/casinotools.svg
        :target: https://travis-ci.org/drix00/pycasinotools

.. image:: https://readthedocs.org/projects/casinotools/badge/?version=latest
        :target: https://pycasinotools.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/badge/license-Apache%202-blue.svg
     :target: https://raw.githubusercontent.com/drix00/pycasinotools/master/LICENSE

Python interface for the Monte Carlo simulation program CASINO version 2 and 3.

CASINO: http://www.gel.usherbrooke.ca/casino/index.html

* Free software: Apache Software License 2.0
* Documentation: https://pycasinotools.readthedocs.io.


Features
========

* TODO

Credits
=======

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

Badges
======

pypy
----

.. image:: https://img.shields.io/pypi/v/pycasinotools.svg
   :target: https://pypi.python.org/pypi/pycasinotools

.. image:: https://img.shields.io/pypi/l/pycasinotools.svg
    :target: https://pypi.python.org/pypi/pycasinotools

.. image:: https://img.shields.io/pypi/dm/pycasinotools.svg
        :target: https://pypi.python.org/pypi/pycasinotools
.. image:: https://img.shields.io/pypi/dw/pycasinotools.svg
        :target: https://pypi.python.org/pypi/pycasinotools
.. image:: https://img.shields.io/pypi/dd/pycasinotools.svg
        :target: https://pypi.python.org/pypi/pycasinotools

.. image:: https://img.shields.io/pypi/wheel/pycasinotools.svg
        :target: https://pypi.python.org/pypi/pycasinotools
.. image:: https://img.shields.io/pypi/format/pycasinotools.svg
        :target: https://pypi.python.org/pypi/pycasinotools
.. image:: https://img.shields.io/pypi/pyversions/pycasinotools.svg
        :target: https://pypi.python.org/pypi/pycasinotools
.. image:: https://img.shields.io/pypi/implementation/pycasinotools.svg
        :target: https://pypi.python.org/pypi/pycasinotools

.. image:: https://img.shields.io/pypi/status/pycasinotools.svg
    :target: https://pypi.python.org/pypi/pycasinotools

GitHub
------

.. image:: https://pyup.io/repos/github/drix00/casinotools/shield.svg
     :target: https://pyup.io/repos/github/drix00/pycasinotools/
     :alt: Updates

.. image:: https://img.shields.io/github/issues/drix00/pycasinotools.svg
     :target: https://github.com/drix00/pycasinotools/issues

.. image:: https://img.shields.io/github/forks/drix00/pycasinotools.svg
     :target: https://github.com/drix00/pycasinotools/network

.. image:: https://img.shields.io/github/stars/drix00/pycasinotools.svg
     :target: https://github.com/drix00/pycasinotools/stargazers


=======
History
=======

0.2.0 (2017-05-15)
------------------

* First release on PyPI.


