Metadata-Version: 1.1
Name: fuzzle
Version: 0.0.2
Summary: A fuzzy controllers library for python
Home-page: http://github.com/blazaid/fuzzle/
Author: blazaid
Author-email: alberto.da@gmail.com
License: GNU General Public License v3
Description: ======
        Fuzzle
        ======
        
        *****************************************************
        A library for creating and managing fuzzy controllers
        *****************************************************
        
        ************
        Installation
        ************
        
        Installing from pip::
        
            pip install fuzzle
        
        Installing from source::
        
            pip install git+https://github.com/blazaid/fuzzle
        
        Requirements
        ============
        
        No requirements for now.
        
        *************
        Documentation
        *************
        
        WIP
        
        *******
        Authors
        *******
        
        `fuzzle` was written by `Blazaid <alberto.da@gmail.com>`_.
        
        Thanks
        ======
        
        To you, for using the library, for helping me to make it faster and better, for
        learn with it and for releasing your code to make the knowledge and the science
        open for the rest of humanity.
        
        
        Warning
        =======
        
        It has been developed with only python 3.5.X in mind, so it won't probably work
        on lower versions (i.e. no python 2.X support).
        
        Second warning
        ==============
        
        English included in both this document and the code can be devastating for the
        brain of an average human being. Even so we, the poor developers, are working
        hard to write as correctly as possible and learn along the way. The
        documentation will be updated as we improve our language proficency as well as
        we receive critical / suggestions for this.
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
