Metadata-Version: 2.1
Name: four-color
Version: 0.0.5
Summary: `four_color` is a package for Four Color Problem.
Home-page: https://github.com/SaitoTsutomu/four_color
Author: SaitoTsutomu
Author-email: tsutomu7@hotmail.co.jp
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Requires-Dist: Pillow (>=7.1.1,<8.0.0)
Requires-Dist: flask (>=1.1.2,<2.0.0)
Requires-Dist: networkx (>=2.4,<3.0)
Requires-Dist: pulp (>=2.1,<3.0)
Description-Content-Type: text/x-rst

`four_color` is a package for Four Color Problem.
::

* Download picture from https://www.dropbox.com/s/twiscp9h15so8no/sample.png?dl=1
* `python -m four_color`
* Open http://localhost:8000/
* Set "sample.png" and push "send" button.
* Download "fig.png".

![](https://raw.githubusercontent.com/SaitoTsutomu/four_color/master/fig.gif
   :scale: 200%

Requirements
------------
* Python 3, Pillow, Flask, NetworkX, PuLP

Features
--------
* nothing

Setup
-----
::

   $ pip install four_color

History
-------
0.0.1 (2016-6-13)
~~~~~~~~~~~~~~~~~~
* first release

