Metadata-Version: 2.1
Name: nngt
Version: 2.5.1
Summary: Package to study structure and activity in neuronal networks
Home-page: https://sr.ht/~tfardet/NNGT
Author: Tanguy Fardet
Author-email: tanguy.fardet@tuebingen.mpg.de
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: network graph structure simulation neuron NEST DeNSE topology growth igraph graph-tool networkx geospatial
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Cython
Classifier: Programming Language :: C++
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.5, <4
Provides-Extra: matplotlib
Provides-Extra: nx
Provides-Extra: ig
Provides-Extra: geometry
Provides-Extra: geospatial
Provides-Extra: full
