Metadata-Version: 2.1
Name: geneticnets
Version: 0.1.0
Description-Content-Type: text/markdown
Requires-Dist: numpy

# GeneticNets
GeneticNets is a Python library for evolving neural networks using genetic algorithms. It is built on top of NumPy and the asynchrounous framework asyncio. GeneticNets is designed to be easy to use and to provide a high level of control over the evolution process.
## Installation
GeneticNets can be installed using pip:
```bash
pip install geneticnets
```
