pycasinotools

Pypi Status Build Status Documentation Status Code coverage Status Code coverage Status License Status

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

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

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Badges

pypy

https://img.shields.io/pypi/v/pycasinotools.svg https://img.shields.io/pypi/l/pycasinotools.svg https://img.shields.io/pypi/dm/pycasinotools.svg https://img.shields.io/pypi/dw/pycasinotools.svg https://img.shields.io/pypi/dd/pycasinotools.svg https://img.shields.io/pypi/wheel/pycasinotools.svg https://img.shields.io/pypi/format/pycasinotools.svg https://img.shields.io/pypi/pyversions/pycasinotools.svg https://img.shields.io/pypi/implementation/pycasinotools.svg https://img.shields.io/pypi/status/pycasinotools.svg

GitHub

Updates https://img.shields.io/github/issues/drix00/pycasinotools.svg https://img.shields.io/github/forks/drix00/pycasinotools.svg https://img.shields.io/github/stars/drix00/pycasinotools.svg

Development

In the casinotools folder, run to install the project in develop mode

pip install -e .

Build the documentation:

$ cd docs
$ make html

Add or modify the API documentation:

$ cd docs
$ rm api/*.rst
$ sphinx-apidoc -o api -e -f -P ../casinotools
$ make html

Before commiting your modification.

In the casinotools folder, run the tests:

$ pytest -v

check the code style:

$ pycodestyle .
$ pyflakes .

To do