Metadata-Version: 1.2
Name: bpmodels
Version: 0.1.0
Summary: BrainPy-Models: An example package accompany with BrainPy.
Home-page: https://github.com/PKU-NIP-Lab/BrainPy-Models
Author: Pku-Nip-Lab
Author-email: adaduo@outlook.com
License: UNKNOWN
Description: BrainPy-Models
        ===================
        
        **Note**: *BrainPy-Models is a project under development.*
        *More features are coming soon. Contributions are welcome.*
        
        
        ``BrainPy-Models`` is a repository accompany with `BrainPy <https://github.com/PKU-NIP-Lab/BrainPy>`_, which is a framework for spiking neural network simulation. With BrainPy, we implements the most cononical and effective neuron models and synapse models, and show them in ``BrainPy-Models``.
        
        Here, users can learn examples of how to use BrainPy from `Documentations <https://brainpy-models.readthedocs.io/en/latest/>`_, and directly import our models into your network.
        
        
        Installation
        ============
        
        Install ``BrainPy-Models`` using ``conda``::
        
            > conda install -c brainpy bpmodels
        
        
        Install ``BrainPy-Models`` using ``pip``::
        
            > pip install bpmodels
        
        
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.5
