Metadata-Version: 1.2
Name: brain.py
Version: 0.2.5
Summary: BrainPy: A Just-In-Time compilation approach for neuronal dynamics simulation.
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 dynamics 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
        (see the following comparison figure. In future, we will support JIT acceleration on GPUs).
        
        .. figure:: https://github.com/PKU-NIP-Lab/NumpyBrain/blob/master/docs/images/speed.png
            :alt: Speed of BrainPy
            :figclass: align-center
            :width: 250px
        
        
Keywords: computational neuroscience
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.7
