Metadata-Version: 2.4
Name: briann
Version: 0.0.8
Summary: This is a package for developing brain inspired artificial neural networks.
Author: Tim Dick
License: MIT
Project-URL: Homepage, https://pypi.org/project/briann/
Project-URL: Bug Tracker, https://github.com/TimHenry1995/briann
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.2.5
Requires-Dist: torch==2.8.0
Requires-Dist: networkx==3.4.2
Provides-Extra: gui
Requires-Dist: matplotlib==3.10.3; extra == "gui"
Requires-Dist: customtkinter==5.2.2; extra == "gui"
Requires-Dist: CTkMenuBar==0.8; extra == "gui"
Provides-Extra: build
Requires-Dist: build<0.10.0; extra == "build"
Requires-Dist: twine; extra == "build"
Provides-Extra: docs
Requires-Dist: sphinx>=6.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.3; extra == "docs"
Dynamic: license-file

# BrIANN
This is a package for developing brain inspired artificial neural networks. 

# Documentation
https://briann.readthedocs.io/en/latest/index.html

# Examples
https://github.com/TimHenry1995/briann/tree/main/experiments
