Metadata-Version: 1.2
Name: brainpy-simulator
Version: 0.3.6
Summary: BrainPy: A Toolbox for Computational Neuroscience Study and Research
Home-page: https://github.com/PKU-NIP-Lab/BrainPy
Author: Chaoming Wang
Author-email: adaduo@outlook.com
License: UNKNOWN
Description: 
        ``BrainPy`` is a lightweight framework based on the latest Just-In-Time (JIT)
        compilers (especially `Numba <https://numba.pydata.org/>`_).
        The goal of ``BrainPy`` is to provide a unified simulation and analysis framework
        for neuronal analysis with the feature of high flexibility and efficiency.
        BrainPy is flexible because it endows the users with the fully data/logic flow control.
        BrainPy is efficient because it supports JIT acceleration on CPUs and GPUs.
        
Keywords: computational neuroscience
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
