Metadata-Version: 2.0
Name: hanabython
Version: 0.1.2
Summary: A Python implementation of Hanabi, a game by Antoine Bauza
Home-page: https://github.com/francois-durand/hanabython
Author: François Durand
Author-email: fradurand@gmail.com
License: GNU General Public License v3
Description-Content-Type: UNKNOWN
Keywords: hanabython
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: numpy
Requires-Dist: IPython

==========
Hanabython
==========


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

.. image:: https://img.shields.io/travis/francois-durand/hanabython.svg
        :target: https://travis-ci.org/francois-durand/hanabython

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




A Python implementation of Hanabi, a game by Antoine Bauza


* Free software: GNU General Public License v3
* Documentation: https://hanabython.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


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

0.1.2 (2018-02-26)
------------------

* Game engine.

* Text interface for a human player.


