Metadata-Version: 2.1
Name: bmtk
Version: 0.0.6
Summary: Brain Modeling Toolkit
Home-page: https://github.com/AllenInstitute/bmtk
Author: Kael Dai
Author-email: kaeld@alleninstitute.org
License: UNKNOWN
Keywords: neuroscience,scientific,modeling,simulation
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
Provides-Extra: popnet
Provides-Extra: pointnet
Provides-Extra: bionet
Provides-Extra: mintnet
Requires-Dist: jsonschema
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: six
Requires-Dist: h5py
Requires-Dist: matplotlib
Provides-Extra: bionet
Requires-Dist: NEURON; extra == 'bionet'
Provides-Extra: mintnet
Requires-Dist: tensorflow; extra == 'mintnet'
Provides-Extra: pointnet
Requires-Dist: NEST; extra == 'pointnet'
Provides-Extra: popnet
Requires-Dist: DiPDE; extra == 'popnet'

# The Brain Modeling Toolkit

A software development package for building, simulating and analyzing large-scale networks of different levels of resolution.

## Level of Support
We are releasing this code to the public as a tool we expect others to use. Questions concerning bugs and related issues are welcomed. We expect to address them promptly, pull requests will vetted by our staff before inclusion.


## Quickstart
bmtk requires Python 2.7 plus [additional python dependicies](https://alleninstitute.github.io/bmtk/index.html#base-installation). To install with
base requirements from a command-line:

```bash
 $ git clone https://github.com/AllenInstitute/bmtk.git
 $ cd bmtk
 $ python setup.py install
```

There are examples of building models and running simulations located in docs/examples/. Some of the simulation engines may require additonal requirements to run.


## Documentation

[User Guide](https://alleninstitute.github.io/bmtk/) 
* [Building network models](https://alleninstitute.github.io/bmtk/builder.html)
* [Running biophysical simulations](https://alleninstitute.github.io/bmtk/bionet.html)
* [Running point-neuron simulations](https://alleninstitute.github.io/bmtk/pointnet.html)
* [Running population-level simulations](https://alleninstitute.github.io/bmtk/popnet.html)



Copyright 2017 Allen Institute


