Metadata-Version: 1.2
Name: nngt
Version: 1.0.1
Summary: Package to study structure and activity in neuronal networks
Home-page: https://github.com/Silmathoron/NNGT
Author: Tanguy Fardet
Author-email: tanguy.fardet@univ-paris-diderot.fr
License: GPL3
Description: 
        NNGT provides a unified interface to use three of the main Python graph
        libraries (graph-tool, igraph, and networkx) in order to generate and study
        neuronal networks. It allows the user to easily send this graph to the NEST
        simulator, the analyze the resulting activity while taking structure into
        account.
        
Keywords: neuronal network graph structure simulation NEST topology growth
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=2.7, <4
