Skip to main content

Python package to generate and study graphs and detailed

Project description

NNGT: a unified interface for networks in python

Logo of NNGT: a conceptual sketch of a pyramidal neuron linked to three
simple circular nodes to form a graph.

CI status REUSE compliant Coverage Status Documentation Status License: GPLv3+
DOI PyPI

The Neural Networks and Graphs' Topology (NNGT) module provides tools to generate and study graphs and detailed biological networks. It also lets user interface efficient graph libraries with highly distributed activity simulators to make the study of neuronal activity as easy and efficient as possible.

Source code is available and contributions are accepted on SourceHut (preferred), Codeberg, and GitHub.

For questions or issues, please check the mailing list and the issue tracker.

Principle

NNGT provides a unified interface that acts as a wrapper for 3 major graph libraries in Python: networkx, igraph, and graph-tool.

Use the same code, run it at home on the latest linux with graph-tool, then on your collaborator's laptop with networkx on Windows, no changes required!

In addition to this common interface, NNGT provides additional tools and methods to generate complex neuronal networks. Once the networks are created, they can be seamlessly sent to the nest-simulator, which will generate activity. This activity can then be analyzed together with the structure using NNGT.

Eventually, NNGT is also able to import neuronal networks generated using the DeNSE simulator for neuronal growth.

Install and use the library

NNGT requires Python 3.5+ since version 2.0, and is directly available on Pypi. To install it, make sure you have a valid Python installation, then do:

pip install nngt

If you want to use it with advanced geometry, geospatial or other tools, you can use the various extra to automatically download the relevant dependencies keep only one of the listed possibilities)

pip install nngt[matplotlib|nx|ig|geometry|geospatial]

To install all dependencies, use pip install nngt[full].

To use it, once installed, open a Python terminal or script file and type

import nngt

If you want to have the latest updates before they are released into a stable version, you can install directly from main via:

pip install --user git+https://git.sr.ht/~tfardet/NNGT@main

Support and bug reports

For general questions or support, you can write the mailing list.

If you stumble on bugs you can report them on the issue tracker.

Cloning/updating the repository

This repository includes the PyNCultures package from the SENeC initiative as its geometry module, using the git submodule feature. It also uses mpl_chord_diagram whithin the plot module. Thus, when cloning the repository, you must do:

git clone https://git.sr.ht/~tfardet/NNGT
cd NNGT && git submodule init && git submodule update

To update your local repository, do:

git pull
git submodule update --remote --merge

Features

Compatibility

  • Currently supports graph-tool (> 2.22), igraph, and networkx (>= 2.4).
  • Interactions with NEST and DeNSE.

Status

  • Standard functions and graph generation algorithms.
  • Special methods for graph analysis on weighted directed networks.
  • Full support for node and edge attributes.
  • Extended I/O features as well as graphical representations.
  • Advanced methods to design neuronal networks.
  • Supports complex 2D structures with shapely.

See documentation on ReadTheDocs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

NNGT-2.7.0.tar.gz (340.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

NNGT-2.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

NNGT-2.7.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

NNGT-2.7.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

NNGT-2.7.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

NNGT-2.7.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

NNGT-2.7.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

NNGT-2.7.0-cp311-cp311-musllinux_1_1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

NNGT-2.7.0-cp311-cp311-musllinux_1_1_i686.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

NNGT-2.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

NNGT-2.7.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

NNGT-2.7.0-cp310-cp310-musllinux_1_1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

NNGT-2.7.0-cp310-cp310-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

NNGT-2.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

NNGT-2.7.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

NNGT-2.7.0-cp39-cp39-musllinux_1_1_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

NNGT-2.7.0-cp39-cp39-musllinux_1_1_i686.whl (2.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

NNGT-2.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

NNGT-2.7.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

NNGT-2.7.0-cp38-cp38-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

NNGT-2.7.0-cp38-cp38-musllinux_1_1_i686.whl (2.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

NNGT-2.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

NNGT-2.7.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

NNGT-2.7.0-cp37-cp37m-musllinux_1_1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

NNGT-2.7.0-cp37-cp37m-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

NNGT-2.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

NNGT-2.7.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

File details

Details for the file NNGT-2.7.0.tar.gz.

File metadata

  • Download URL: NNGT-2.7.0.tar.gz
  • Upload date:
  • Size: 340.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for NNGT-2.7.0.tar.gz
Algorithm Hash digest
SHA256 b6ba3f7f9e3347759213b21c5eba1812e2445873da905dc592757ac58e687e4a
MD5 4cc51e74926bff4e1a74a3469c1c33b7
BLAKE2b-256 a51704931bc0160439b190c32cd1762acaa0f7f07af9a0044e3884e56c8e39f0

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 409ebcdc7049b458dddf04b18a07dd692885c4bed4ec9552e17a5d2f85c1a1c0
MD5 33cc72b304b1b8b62fa7e67b2a58e228
BLAKE2b-256 8f41d431174139158d3cdf81f7c663037786254a1e1ede8e124d7787541feae5

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5d74faeabd73049b88dea9381c6bbeec1c04d20a9ced8a6dcced895a5b7b720
MD5 33d6b6f418f68e2e8f089508df5ef7d6
BLAKE2b-256 abddc1bcfd9852d1290a92eace532f78d9c4270684c9a128e01b1e01d585245c

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bade807d8de1960c2d1f6a554fdd321e1e45e98f8abcc63f3d6184d3a046b36
MD5 17d1e9711d6c0ec4962d9fa9d7ccf9a3
BLAKE2b-256 ade09720d514323fc44dd8472ae8bbb26b0517a229b0c8787ea96c3d4130506c

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 324fecd1b7a5b2850348012bc18d29d4f6d0b053f4f1ea0e5ac06ffe496eb77d
MD5 49d34ab9f8562cb821f7d154ae1b4437
BLAKE2b-256 09f8be17efc612e2082d4f694cce0c0cd94a39e24b7f30a5e2302a2957660a9d

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92016ad32602b93ef5e3d35c9be1ee341a2953a6a002a97e4ce2960be0bfe768
MD5 d48e01e3d757abff87554cff022e53fd
BLAKE2b-256 bd65978aa22cba1d6da9191ec08e0e2561170b403bc56624c573e537b641af0b

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 851ac30bac8e86e397c90b57f36e3fcd13aa8980f8cd22d299fe0f0a13ba9739
MD5 ffc86332dd5e92804440d719bbfc7ef0
BLAKE2b-256 342029172bbd9eddd0954cc0753cbb64f9d05f7d610b8a8d8ab885bb5cf561db

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d0f2a30d4aa6aa2cd8fcb6bccef7c9feab0d34519766bdb4d8a0baa70f333b91
MD5 a30efc0dc30ef9b5a8d836a53c8f090b
BLAKE2b-256 1976586106be67939645c6bb27a43576ba52dfdb25a7b50706aab983d3bf8d61

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

  • Download URL: NNGT-2.7.0-cp311-cp311-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.11, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for NNGT-2.7.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 779613e6bae91acde8380ba2c3f10785898f37dd7307e4e5183cc0cbc3c0d5a4
MD5 771310f916b6a5eb18a7cf496f733b9b
BLAKE2b-256 2134ec1e2d0fb2fce4b9379cd42e9545ac5b6389068d256e3e3a0ab70b0d2a4e

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe52a26ca624c42e8e3b971fa11c3d40b401ddd4b73bae2ff5c78649d266daf8
MD5 9956b11c7ec80c6384c26c41d187f7dd
BLAKE2b-256 9d007cb8b9e3ef0e502ed62478c496d3793f90ce7b3dd2e4dc541279ac77625e

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f823d502e0752f2744239e56dd51df4f189b3df0702225f9712ab5330670655d
MD5 6f174a81fc1d1b2f2c2dce4ded7978d0
BLAKE2b-256 b464542ff841db8ba584499c419fb7de5059f61a3b5b276db1df14e3897aadb9

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2339f196f6884edb46f4cda5b395d59388e7ffc85c2fe55c7c09e964c1960e17
MD5 509adf8f08dc9e7db0aaa8a3898ac67d
BLAKE2b-256 365eb596b8849215cf828926c238e086f1cbedc45274318b940eae738adb7b29

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

  • Download URL: NNGT-2.7.0-cp310-cp310-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for NNGT-2.7.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5c268354ab533caa4982720b273ff12f28aa7cd21b4cf9fcbfcc284d19e1041a
MD5 ec8d4fc21803232bd16c65baaa56f924
BLAKE2b-256 e5d96673c04f243edcebc4426328f4333e7f7b1557f80f2b6a299a1664f0f1e1

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9df52ae34bd0117444964d45a1fe5f7efb2f1f8ab7b7b05884d042d9719ab3e2
MD5 b875d208d55ba65af10f4655c3b62a27
BLAKE2b-256 f75ddd9dc0b831e132874537baedd8620c9ba294ccb0b8e725cf5c345e584ef0

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a2d5906b88241018648df8c099195d9d78cddffe3ae0bbd0d54c1e3ec85a584a
MD5 c509bdbd30ed850a7a9467ee280f6e56
BLAKE2b-256 9bc3c0762a82c89649d34d2a071ad8564eca48369da8f482789b898d014cc9e8

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: NNGT-2.7.0-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for NNGT-2.7.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5921de5f5b07fc1ac4c6232bc0891cbf701711b262000df4834544e2b11aa1cb
MD5 4c63c94103bb0624f62e5b2e04f555b9
BLAKE2b-256 3d4b50a6340dc07192b595980c288a70af14bcb79056d2f2ea4713e801fdfeff

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

  • Download URL: NNGT-2.7.0-cp39-cp39-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for NNGT-2.7.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ec3ea0f23026cba28c9197daea09cb58de479913693a0d424bc0c510d154f3cc
MD5 e1b84521c6533b34881b752592df09ad
BLAKE2b-256 f7688db7c372621b1d5d744dce58f06d587ba4492c81c6aaf692048be80734d1

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb96e22870f4b28ace1611324656b31824de8e3a5ff5106906198cae0a942da2
MD5 7fbdeb122d9d5e8e5492f7a78b06b93a
BLAKE2b-256 b57cbcff374d031a9e1d5308fc03ffae8fc0490256c936622b715caa4252a450

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52ecbf2dc3b343bb1f2937e10a63bb8f3ad548adcef701f7c9f73c809173c6e6
MD5 2c275e2337a36982f9a63eb69e3ec1a9
BLAKE2b-256 623199efd896fd353201ad19b8b27b8b7360c51a2cbff05932a298ab5a9fe76c

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: NNGT-2.7.0-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for NNGT-2.7.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d3be33251825ee6adb5b18e7b0d4f734f3c60756536d20261a17bd9c7d565a9a
MD5 6e611212787356d60de8c0cf26068da3
BLAKE2b-256 5961b8b83ecece5320c4c42a71e107bbb9c352ce47f369921d1ced5c6bdfda0c

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

  • Download URL: NNGT-2.7.0-cp38-cp38-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for NNGT-2.7.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f4cca24fd625fff2f642cb163e97d841d6454f0c0868544a753cacda9f819ab1
MD5 53074852969bd9e1eac63e382f743065
BLAKE2b-256 8752da060773a71c83aa06c2e591a6df97d58f72125d673f9e549e0b8e615397

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1648e6cc8b7971c1383b12d76d41f951c4a4f4629e6feb503f8ece11667ae812
MD5 68ce2e80a49ee5506bae09126a6f1d34
BLAKE2b-256 74ca370b7765b489190809658bf43492bc86f0f9017d917e8455dcf478214348

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ec7fa46e7a96a7081858fca9764b31ac3152f3ac7169afb76a9834acb2b2806
MD5 f8bef91d756ab5c2c72b035e001330fe
BLAKE2b-256 3c3c3fa46caf87cb11fb93186bd2079c7996e9e719a65b4cf20b80232e0ca6e0

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 21d9ea79419ae6e01562c889d8bbda49bc05c66460fbb8bd5af0de9b68de788a
MD5 13c5dd46a805e9f823fb70de87edcc88
BLAKE2b-256 441291ef3abbdc9a465d6b5a675b0f01604d9a0c7a867e70580d0a8e42b1d6e1

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

  • Download URL: NNGT-2.7.0-cp37-cp37m-musllinux_1_1_i686.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for NNGT-2.7.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 267415a2b0cfc54bec74f8aa60f64dce2ab90c11a730f0ec2be4827620e1ac30
MD5 5d09e8466d670cc9d48ba4ff6e61ec1e
BLAKE2b-256 f38c47c3133e96163655cb6a94513a0269fd78b4516fb5df58239fd506c369e0

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6c86485260013bcc7448efc992ec14c862fadc2eaac8be94aa69559cf3fccbb
MD5 bad811e541e0577a074d997cc5ab0525
BLAKE2b-256 f79dda799706e463b7bb40bd172a110b927a141fd3066c2e6a2287982ddec41e

See more details on using hashes here.

File details

Details for the file NNGT-2.7.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for NNGT-2.7.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8813a5558b2cabc7f56d0a1a7137ebbbc0363fb06e7f9919308eaf52fa370c6a
MD5 5b2bec6ea47a5a31f02d3b64960cac57
BLAKE2b-256 bbdd885bbbb24772a80c3d6d2ecd9e2e5de6cff2177116b91d2bf336901d2446

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page