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
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
License-File: LICENSE.txt
Requires-Dist: numpy (>=1.17)
Requires-Dist: scipy (>=0.11)
Requires-Dist: cython
Provides-Extra: full
Requires-Dist: networkx (>=2.4) ; extra == 'full'
Requires-Dist: shapely ; extra == 'full'
Requires-Dist: dxfgrabber ; extra == 'full'
Requires-Dist: svg.path ; extra == 'full'
Requires-Dist: matplotlib ; extra == 'full'
Requires-Dist: geopandas ; extra == 'full'
Requires-Dist: descartes ; extra == 'full'
Requires-Dist: cartopy ; extra == 'full'
Requires-Dist: lxml ; extra == 'full'
Provides-Extra: geometry
Requires-Dist: matplotlib ; extra == 'geometry'
Requires-Dist: shapely ; extra == 'geometry'
Requires-Dist: dxfgrabber ; extra == 'geometry'
Requires-Dist: svg.path ; extra == 'geometry'
Provides-Extra: geospatial
Requires-Dist: matplotlib ; extra == 'geospatial'
Requires-Dist: geopandas ; extra == 'geospatial'
Requires-Dist: descartes ; extra == 'geospatial'
Requires-Dist: cartopy ; extra == 'geospatial'
Provides-Extra: ig
Requires-Dist: python-igraph ; extra == 'ig'
Provides-Extra: matplotlib
Requires-Dist: matplotlib ; extra == 'matplotlib'
Provides-Extra: nx
Requires-Dist: networkx (>=2.4) ; extra == 'nx'


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.


