Metadata-Version: 2.1
Name: bluepysnap
Version: 0.1.1
Summary: Simulation and Neural network Analysis Productivity layer
Home-page: https://github.com/BlueBrain/snap
Author: BlueBrain Project, EPFL
Author-email: bbp-ou-nse@groupes.epfl.ch
License: UNKNOWN
Description: BlueBrain `SNAP` is a Python library for accessing [BlueBrain](https://github.com/bluebrain/) circuit models represented in [SONATA](https://github.com/AllenInstitute/sonata/blob/master/docs/SONATA_DEVELOPER_GUIDE.md) format.
        
        [![Build Status](https://travis-ci.com/BlueBrain/snap.svg?branch=master)](https://travis-ci.com/BlueBrain/snap)
        [![codecov.io](https://codecov.io/github/BlueBrain/snap/coverage.svg?branch=master)](https://codecov.io/github/BlueBrain/snap?branch=master)
        
        The main interface class exposed is `Circuit`, which corresponds to the *static* structure of a neural network, i.e.:
         - node positions / properties
         - edge positions / properties
         - detailed morphologies
        
        Most of `SNAP` methods return [pandas](https://pandas.pydata.org) Series or DataFrames, indexed in a way to facilitate combining data from different sources (i.e. by node or edge IDs).
        
        Among other dependencies, `SNAP` relies on BBP-provided libraries:
         - [libsonata](https://github.com/BlueBrain/libsonata), for accessing SONATA files
         - [NeuroM](https://github.com/BlueBrain/NeuroM), for accessing detailed morphologies
        
Keywords: SONATA,BlueBrainProject
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Description-Content-Type: text/markdown
