Metadata-Version: 2.4
Name: intelligen
Version: 0.13.2
Summary: This is a Python package for math and artificial intelligence tools
Keywords: intelligen
Author-Email: Diego Bouchet <diegobouchet88@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Homepage, https://github.com/Bouchet07/intelligen
Project-URL: Documentation, https://Bouchet07.github.io/intelligen
Project-URL: Repository, https://github.com/Bouchet07/intelligen
Project-URL: Bug Tracker, https://github.com/Bouchet07/intelligen/issues
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: nanobind
Requires-Dist: scipy>=1.10.1
Provides-Extra: build
Requires-Dist: numpy; extra == "build"
Provides-Extra: dev
Requires-Dist: ruff>=0.5.0; extra == "dev"
Requires-Dist: pytest>=6.0.0; extra == "dev"
Requires-Dist: pytest-cov>=2.10.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.6.0; extra == "docs"
Requires-Dist: mkdocs-material>=9.5.0; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.25.0; extra == "docs"
Requires-Dist: mkdocs-git-revision-date-plugin>=0.3.0; extra == "docs"
Requires-Dist: mkdocs-jupyter>=0.24.0; extra == "docs"
Description-Content-Type: text/markdown

# intelligen


[![image](https://img.shields.io/pypi/v/intelligen.svg)](https://pypi.python.org/pypi/intelligen)


**This is a Python package for math and artificial intelligence tools**


-   Free software: MIT license
-   Documentation: https://Bouchet07.github.io/intelligen
    

## Features

-   TODO

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
