Metadata-Version: 1.0
Name: vmfactory
Version: 0.1.03
Summary: Automatic generation of Viennese mazes with Python
Home-page: UNKNOWN
Author: Zulko
Author-email: UNKNOWN
License: see LICENSE.txt
Description: The Viennese Maze Factory
        ===========================
        
        Welcome ! The Viennese Maze factory (``vmfactory``) is a Python package for the automatic generation of *Viennese mazes*, which are labyrinths made of streets and traffic lights. Here are `some examples <https://i.imgur.com/j2gWurM.jpg>`_ and `their solutions <https://i.imgur.com/bReTSfN.png>`_ .
        
        Read the full documentation `here <http://zulko.github.io/vmfactory>`_ .
        
        Installation
        -------------
        
        ``vmfactory`` requires the python packages Numpy, Networkx and Matplotlib. All these packages will be installed automatically during the installation of ``vmfactory``, if they are not already installed.
        
        ``vmfactory`` can be installed by unzipping the source code in a directory and running this command in a terminal ::
        
            (sudo) python setup.py install
        
        You can also install it directly from the Python Package Index with this command: ::
        
            (sudo) pip vmfactory install
        
        Contribute
        -----------
        
        ``vmfactory`` is an open-source software originally written by Zulko and released under the MIT licence. Everyone is welcome to contribute on the Github_ page.
        
        .. _Github : https://github.com/Zulko/vmfactory
        
        
Keywords: Viennese mazes
Platform: UNKNOWN
