Metadata-Version: 2.1
Name: dice-stats
Version: 1.1.0
Summary: Get statistics for rolling dice
Home-page: https://peilonrayz.github.io/dice_stats
Author: Peilonrayz
Author-email: peilonrayz@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/Peilonrayz/dice_stats/issues
Project-URL: Documentation, https://peilonrayz.github.io/dice_stats
Project-URL: Source Code, https://github.com/Peilonrayz/dice_stats
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
Provides-Extra: optional
Requires-Dist: numpy ; extra == 'optional'
Requires-Dist: matplotlib ; extra == 'optional'

Dice Stats
==========

.. image:: https://travis-ci.com/Peilonrayz/dice_stats.svg?branch=master
   :target: https://travis-ci.com/Peilonrayz/dice_stats
   :alt: Build Status

About
-----

Get statistics for rolling dice.

Installation
------------

.. code:: shell

   $ python -m pip install dice_stats

Documentation
-------------

Documentation is available `via GitHub <https://peilonrayz.github.io/dice_stats/>`_.

Testing
-------

To run all tests run ``nox``. No venv is needed; nox makes all of them for us.

.. code:: shell

   $ python -m pip install --user nox
   $ git clone https://peilonrayz.github.io/dice_stats/
   $ cd dice_stats
   dice_stats $ nox

License
-------

Dice Stats is available under the MIT license.


Change Log
----------

1.1.0
+++++

-  Change ``Dice.apply_function`` and ``apply_dice`` to allow changes to the total chance.
-  Add matmul, ``@``, as an operator to change total chance.
-  Don't change the total chance of dice multiplied together.
-  Make numpy and matplotlib optional dependencies

1.0.0
+++++

-  Released publicly

