Metadata-Version: 2.1
Name: SPGA
Version: 0.1.0
Summary: Una librería flexible para implementar algoritmos genéticos
Home-page: https://https://github.com/pathsko/SGA
Author: Pedro Velasco
Author-email: p2003ve@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: IPython (>=7.0.0)
Requires-Dist: Pillow (>=8.0.0)
Requires-Dist: matplotlib (>=3.0.0)
Requires-Dist: numpy (>=1.18.0)
Provides-Extra: dev
Requires-Dist: ipython (>=7.0) ; extra == 'dev'
Requires-Dist: pytest (>=6.0) ; extra == 'dev'

# SPGA

