Metadata-Version: 2.1
Name: neatly
Version: 0.0.12
Summary: A NEAT package
Home-page: https://github.com/s2011r2593/neatly
Author: Sean Rhee
Author-email: seanrhee2024@u.northwestern.edu
License: UNKNOWN
Description: # neatly
        
        **NOTE: neatly is not yet functional**  
          
        *neatly* is a package designed to facilitate the implementation of [NeuroEvolution of Augmenting Topologies (NEAT)](http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf) in Python.
        
        ## Installation
        neatly can be installed with pip via:
        ```
        pip install neatly
        ```
        
        ## Usage/Example
        
        **NOTE: neatly is not yet functional**  
        
        ```python
        import neatly
        ```
        
        ## Contributing
        To be completely honest, I don't know why anybody would want to contribute to this pile of hot garbage, and I don't really know how contributing works, but if you're interested email [me](mailto:seanrhee2024@u.northwestern.edu?subject=[Github]%20contributing%20to%20neatly).
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
