Metadata-Version: 2.1
Name: pybankers
Version: 1.0.2
Summary: A library to analyze the board game Bankers
Home-page: https://github.com/huwns/pybankers
Author: huwns
Author-email: huwnss2@gmail.com
License: BSD-3-Clause
Project-URL: Source, https://github.com/huwns/pybankers
Project-URL: Tracker, https://github.com/huwns/pybankers/issues
Keywords: bankers,board game,analyze,analysis
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
License-File: LICENSE
Requires-Dist: matplotlib

=========
PyBankers
=========

.. image:: https://img.shields.io/pypi/v/pybankers.svg
    :target: https://pypi.org/project/pybankers/

.. image:: https://img.shields.io/pypi/status/pybankers.svg
    :target: https://pypi.org/project/pybankers/

.. image:: https://img.shields.io/pypi/l/pybankers.svg
    :target: https://github.com/huwns/pybankers/blob/main/LICENSE

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black


Introduction
------------
PyBankers is a analysis toolkit for the board game 'Bankers' written in Python.


Installation
------------
install by pip::

    python setup.py install


Documentation
-------------
The documentation can be found in the doc folder.


