Skip to main content

A package for parsing NNEF files

Project description

NNEF Parser Project

This package contains a sample NNEF parser, using a C++ backend.

Using the module

In the python interpreter, type

import nnef
graph = nnef.load_graph('example.nnef')

If the path (example.nnef) points to a folder (with a graph.nnef in it), the whole model with weights is loaded. If it points to a file, it is interpreted as the graph description only, and it is loaded without weights.

Alternatively, the methods

graph = nnef.parse_file("graph.nnef", quantization = "graph.quant")

and

graph = nnef.parse_string("version 1.0; graph ...", quantization = "...")

can be used to parse a graph and optional quantization info from files or strings.

After invocation, graph is a data structure (named tuple) containing the name, tensors, operations, inputs and outputs of the graph. If shape information is also required, it can be obtained by calling nnef.infer_shapes(graph), which updates the shape information on the graph structure in place.

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

nnef-1.0.7.tar.gz (81.5 kB view details)

Uploaded Source

Built Distributions

nnef-1.0.7-cp312-cp312-win_amd64.whl (215.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

nnef-1.0.7-cp312-cp312-win32.whl (196.5 kB view details)

Uploaded CPython 3.12 Windows x86

nnef-1.0.7-cp312-cp312-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

nnef-1.0.7-cp312-cp312-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

nnef-1.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

nnef-1.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

nnef-1.0.7-cp312-cp312-macosx_11_0_arm64.whl (220.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

nnef-1.0.7-cp312-cp312-macosx_10_9_x86_64.whl (224.9 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

nnef-1.0.7-cp311-cp311-win_amd64.whl (215.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

nnef-1.0.7-cp311-cp311-win32.whl (196.5 kB view details)

Uploaded CPython 3.11 Windows x86

nnef-1.0.7-cp311-cp311-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

nnef-1.0.7-cp311-cp311-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

nnef-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

nnef-1.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

nnef-1.0.7-cp311-cp311-macosx_11_0_arm64.whl (220.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

nnef-1.0.7-cp311-cp311-macosx_10_9_x86_64.whl (224.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

nnef-1.0.7-cp310-cp310-win_amd64.whl (215.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

nnef-1.0.7-cp310-cp310-win32.whl (196.5 kB view details)

Uploaded CPython 3.10 Windows x86

nnef-1.0.7-cp310-cp310-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

nnef-1.0.7-cp310-cp310-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

nnef-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

nnef-1.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

nnef-1.0.7-cp310-cp310-macosx_11_0_arm64.whl (220.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

nnef-1.0.7-cp310-cp310-macosx_10_9_x86_64.whl (224.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

nnef-1.0.7-cp39-cp39-win_amd64.whl (215.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

nnef-1.0.7-cp39-cp39-win32.whl (196.5 kB view details)

Uploaded CPython 3.9 Windows x86

nnef-1.0.7-cp39-cp39-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

nnef-1.0.7-cp39-cp39-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

nnef-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

nnef-1.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

nnef-1.0.7-cp39-cp39-macosx_11_0_arm64.whl (220.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

nnef-1.0.7-cp39-cp39-macosx_10_9_x86_64.whl (224.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

nnef-1.0.7-cp38-cp38-win_amd64.whl (215.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

nnef-1.0.7-cp38-cp38-win32.whl (196.4 kB view details)

Uploaded CPython 3.8 Windows x86

nnef-1.0.7-cp38-cp38-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

nnef-1.0.7-cp38-cp38-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

nnef-1.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

nnef-1.0.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

nnef-1.0.7-cp38-cp38-macosx_11_0_arm64.whl (220.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

nnef-1.0.7-cp38-cp38-macosx_10_9_x86_64.whl (224.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

nnef-1.0.7-cp37-cp37m-win_amd64.whl (215.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

nnef-1.0.7-cp37-cp37m-win32.whl (196.3 kB view details)

Uploaded CPython 3.7m Windows x86

nnef-1.0.7-cp37-cp37m-musllinux_1_1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

nnef-1.0.7-cp37-cp37m-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

nnef-1.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

nnef-1.0.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

nnef-1.0.7-cp37-cp37m-macosx_10_9_x86_64.whl (224.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file nnef-1.0.7.tar.gz.

File metadata

  • Download URL: nnef-1.0.7.tar.gz
  • Upload date:
  • Size: 81.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7.tar.gz
Algorithm Hash digest
SHA256 b702a6a4e66e92d91bb546b0c11e9cb49906fc336c4f25367b85b53a67f86ae7
MD5 62f803964860531df61125ac81b6b7c7
BLAKE2b-256 ff6f7e1164cef2dd8e5b6d89a81c83106c83f4e659ba8ce3ab9ee79077305b1b

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: nnef-1.0.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 215.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c4807fb7688b1d6d280274c13547dabeca3cc8f3e92bc1014374d8b67159602d
MD5 3845d2e2ebeff11a844890e5091ba064
BLAKE2b-256 580b1ba83490ee89407ba471bfab96d10ac129b525d47cf9a5ad7283250f2211

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp312-cp312-win32.whl.

File metadata

  • Download URL: nnef-1.0.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5007d50946f946aa56cf75198307cb0f277a041970f4106020bf7303488f1cde
MD5 034a571b083dae3161822624095195ff
BLAKE2b-256 32903f764d30fdbd5a6924e2a1eef2a130f959eb216f19255d609ef67e087f06

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab0af20b85836c35791ed610c13666bdf39535681f0d4a23d0ce070dce1e0095
MD5 6e5a7a1dca8280eacb42a940d6e6d7c0
BLAKE2b-256 d90609b421e4b7ca6a73470206790931b84e07c54447a3e7ff6c4d81f0d44d8c

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6b8b976a202ef35a1b871ca9be7f7fb93ff858138dfbc92ce5fdf3ee698f1448
MD5 dc660572dda0de0b18dba7df7e806d51
BLAKE2b-256 936e547267c27e30a9fabe0fe7b2705d57456d6201cd1ef2dd8a509af0e44cfd

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56de400780971d05de8ad00a0b471316f56707a171af5df66416c0251cd31128
MD5 859e540ebd3f488155008a9a2913f1a7
BLAKE2b-256 dbff4ed8bbce5cdceb74b2e9852b85abf2564bebd409accdf292702ca19a51c2

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1fa9662558e67f332da2b67af7e5800f976757aea0e292260d191f4e67647b7c
MD5 9b682d89359cbe37ea9bd313346976c7
BLAKE2b-256 6fff5cdae85a9ef2928c17da2b6d17d6e82daf4091f3b855b2ffe9e01bee199f

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1138f37c82546037cf6628e3f891bfe45332198e934f3007fc64b34f30926511
MD5 fe64f4deda04e67daa0d6b2f213fe01b
BLAKE2b-256 e597d260fa628942cf1d5b03e686aa18c5e7f0943e5dc2d21e834fd524268e61

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ab511af05024d9340e8cc6cd2948143335dc8203efff3ae95cb5178c410d1fd
MD5 9c05f9aa6222078fcf8f8a00ad860fb9
BLAKE2b-256 f75e7eec3421f4d3b5ce0b34b8511aa1222cc9185ad9bc27b9bfbbc6c863766a

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: nnef-1.0.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 215.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9e32114e1382c75a4b2245f0e1bb478018e1668c31d0eb1fd4430ebc5b37e9e4
MD5 52cf228bf78e668aa390dd7dd4fbc135
BLAKE2b-256 7a9c44b9fae539ecac8c6254c04c55dd4bb5b4e53e4d790b962d92a28cfc0f2d

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp311-cp311-win32.whl.

File metadata

  • Download URL: nnef-1.0.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9744a98c6f74513aad0549ea799dfdee19d605d17300e00aea3b95c87bdcb2a8
MD5 0af96038f6987368f23c5e7ac673feb3
BLAKE2b-256 e86adba6b6d5fe55cface74469071143fcada07fb22ec607da677e5fdaea690e

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 adc7c87121b35c101b78aabcc9a74e1780e49af45f554e58e914da209f82a57d
MD5 78ebd12c10c155be1c9fdf30fa94d83d
BLAKE2b-256 65fa39974f8ba911899b2d257d2ccd06d7f08ab9c31a95d3f965e8eb6a63c4f5

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5cc00818800c25be0a63ba1357e8112ed64ce315e25211584808f2f0ef3198a9
MD5 7c4965b913aad7cda764dce34f146fc0
BLAKE2b-256 698167eb2a6e2464ed63ae7f0076c833a33677bc2d6d7c7cf3be4a22a0670a4c

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c8e0ca3b4cef64d445e52910b29c48a4e7ec5054fb4eaab25c7da106b73aa93
MD5 b466eb15b793b268c932d0029c20fbbb
BLAKE2b-256 81d1138fd8feb2270c3d90890a18f848a52ea34bb4ce1759048e800288005a9d

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eaf1e13cc5ae1dd63de4f0a6a5b0e9855928c5a72e091f211d80e13fc016eb6e
MD5 971460c6ada31f52e29d6c2d8961e304
BLAKE2b-256 16d296101856bab0583e5dd8ac2f71f79aeb949565cfedde3b7325c009bb34e7

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aeb723133e806268d01459097b8ffc14f6390f1797781effce2ee075baa52b54
MD5 4d1908cffe4cf0cf4ae18dfd688f0b7b
BLAKE2b-256 04d27948ddbef1a128237bf87a84795ecd317be6116532bfb40f38f4bf989b0b

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 248e4152e95eb02ed786b9628f5ca11c985ffbf6528df41d4e94ed4b56144af7
MD5 d3ae1b71deb1c46e322bd684317b38fb
BLAKE2b-256 51de53508473945daede0b1842a63085bcde7fe18323b231a664ede577734202

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: nnef-1.0.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 215.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d86c7cdf476ea5229a0cedfcb6004dbe1b9690ef96c7b92725c0e3000e77379a
MD5 0a23804ab0050c36fbffb513a7f7fde5
BLAKE2b-256 24e24e945cd1fc25d235def3b8e82066013de704446f1359183e3c45c18c9512

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp310-cp310-win32.whl.

File metadata

  • Download URL: nnef-1.0.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9c7fda395ca9ffa714b71c01f4642218fdd39b8f7944918e43f32498c4f9de0d
MD5 933dafc61a19475dae3c5239fb037f36
BLAKE2b-256 8e4f8bfcd5db5b6d87b846b1ab532183e27867a751ebe59960782f3035b5c95e

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9833817f79881d8f7ad4619b264df8690bbe568a948773756944ce27e51eec4e
MD5 a5653ca5ca86df4e8ff8a425f6d840fe
BLAKE2b-256 823a51fb9fec99e2a8d7882ebbb67e42dea1bce069722f4bf7ca48a392ebc1c9

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a555f32efb4435b8e1a9f8c610e2409ace511e2428d484c535c32734aa724e33
MD5 488cd70b7a0ebf2a480b45a9fcf88e87
BLAKE2b-256 ff150a32b721f457130642b65b0f0c55d04a50c86c52936bc36e76d862c6dde0

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1d01ac70c0a77a0eae58ba00c14c81faaf2db31a860a22e43de74e2c5a012f4
MD5 78c5c3484e7183b1f2333997b2d31beb
BLAKE2b-256 4fc07390e565ef93d022eee1fb502bfc21e66fcc9f55fa9844ec07b62af92acd

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a0535694c04fc7d618ef54a92c30b9a4663421a4c0589407f6fed192b6ccbf86
MD5 4acfbf7b1f9337f8d98031d67434b686
BLAKE2b-256 35a4a641b865d4258df9504db0043a4f504b8ab00fef13329dd75ea6739fd14c

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7a0d6734755aff5a0f1ee18325c835a2c0ec995243d658bf2ac247511e568bb
MD5 d26159e2d550617434b3f57b677ddf01
BLAKE2b-256 3059cdb06538cfe949dd02dde34c0c1aa4406c4f4e98b998c101790bc6313b11

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8d87dd0125275f21a56924b0a4621aad11701bb6aa0e1577e140600b2ce501e
MD5 eec943b56c88c29f27514eb497588a84
BLAKE2b-256 0b84a8be550d2aea1cd2910ffd4f096ed7b0f05fc76ccff84509985b9ebcada3

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: nnef-1.0.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 215.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a9f94732b10496b6ec9fa90eecd8e00ac18f5c35c8725f0fbe235df1ab6de43b
MD5 e1a737917d59eab4224b00554b27a93f
BLAKE2b-256 b7ed2eee0792aca27ebae9fa86bb373c0035834bf5b074d11de7585f93e92738

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp39-cp39-win32.whl.

File metadata

  • Download URL: nnef-1.0.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 196.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3537df11ff36c5b1e08a1551125f7c6157baf96138037f94f99f723a637c58a6
MD5 7c2b76e634e67a073e6bdfd069708044
BLAKE2b-256 eafbb3d6f1e512f89022154488c530712047ea9b4c44b6b9211025e0a6302514

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d9c26a07f9e85daae21e61be28365946f02c57513ea62bb627a3fa5b5be87035
MD5 10493f2d74d9503c5db79bca2c1e4689
BLAKE2b-256 dec16b4d9474e1e1e1daa6f129a3e1769ff13919f4147bccee41df402ccac910

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1bc4b415d8d471fe9b5f61fc0e1420e10de58a859547377b2c98960991854c68
MD5 44cbd38505dee97e434ffdce3be0ea20
BLAKE2b-256 b09a413e3a73c6d729bc5a7220dbe764003ed0826a119442ff4dd5f39caccbaa

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cf592a23eca4c599d510931a51bf786429bbb819a1f90ef795a9226db940b6d
MD5 90f4759a3153caa71c8a5f0af1858ca1
BLAKE2b-256 7a8c36e42556257dd22a35eca3acb514792c21d2f6968ac2e79ccca50041bced

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16cee6d1cdbda0248f2f145af37ad9a80578833967d27920ead89723a329a4d0
MD5 6854fa3cba3ccd6f676139465e7a64f3
BLAKE2b-256 1eb7b9c770c95c2d1964ee79a438b1e19154737adf1b1b304901b17244dc9f5f

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51d8542e67e74883bb74fd3afb108002d4696e80e3f9eaab6c71c0af15eb94b7
MD5 cb63d8f8089660567a29deea5b4d7dd4
BLAKE2b-256 0241f830f864f51797c3a06a96c9785598a9c004a40166ccaacd48d4ba1128e4

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8668cc33d630b721695fcdfdc269c637139f579dd316e67e49c9e67669612417
MD5 f3cc8e2ce85166f1c4c87edcb369b1e9
BLAKE2b-256 e3cc9feae3a4b063ea7ca01200076d71dd41f04175f23d121a4f9b192e8dbee7

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: nnef-1.0.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 215.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ae823e2311345820e1de3d8852b6fbe4ab8a087f40d79f1f9471d1b2d3682c93
MD5 38b1e168e0dfe203147d987918ad14b5
BLAKE2b-256 ec0eef2858e83f47758e4207356b7984b326d4a132afd285bf3d573b2483ed18

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp38-cp38-win32.whl.

File metadata

  • Download URL: nnef-1.0.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 196.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e3b541bf7124c0c7c4da318c4de28e3726809ae6fd07a7a742349fe4ffd08e38
MD5 6bcc7dd59b68ff465dacea868d85a39e
BLAKE2b-256 f45f92abfa2148b3f115c9d92cbd0e5e0100950eaf51b40bf4dd779fbac1f566

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 804ea75f87325b009c0a55dec33a29339a883f1733a874eb5c218e6afb3a52e7
MD5 f1c4307adf1e140d7a7e23822994df09
BLAKE2b-256 1f2a7790e9281bdfa68ac2c4980b244ecc51d2c1566366a973181c81bd806dfd

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ed659656a4372b161de6f9db08cf05700f7839cfb39c6e7b9985a656f8f7dd23
MD5 355a914d8d800a6c8947a36def788e36
BLAKE2b-256 a9c2fd5ad7223e682baf9c49890aa35569860c60f1d6f4878f6f882ac0f9faf8

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 feaa4f5530c523a50bf8777b47d74f7b105ae0736e09dfa34f16748684b9d408
MD5 e3d1e2c06f25e47e8cc0bbfa6039ba06
BLAKE2b-256 2156558a3ab2b0d40d75ec24327cc347c3b6c1918b0e2dbc36fe6e29e800aed1

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e193a586b1eac8da5382d0251d1e1207db679e326ccd42cf862765219d45ffee
MD5 db31eddfcbbc6a9dab8b9f72b33268cf
BLAKE2b-256 40481974eb2919b6f8a85dfb628c6a18097a5b632d7d711da2056a23e0f718ce

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e22185bd612270f791fd64a8f4ad1ae1474264224448d4c0026e6588b6ca373
MD5 a74608a7883b0099afbfbfe293514425
BLAKE2b-256 58c839d4975555aa4d2e444b1be6f476c1cf50f6a1c7c5008c3b635f6c0fbd40

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3a140cb64e3fc24d9af948b99f143151f7f8dd31be38cee819c86f84a9af4688
MD5 106f6b8dccbfe7899b60ac982f66e2da
BLAKE2b-256 411539a4e8062951229c5a5e374ec903430a3d6d02c66b3cf8da523a96e34152

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: nnef-1.0.7-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 215.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4911327d834e4ff4a1ada8765d550642bc79d92811e49e4dea211159aadd2e91
MD5 94528007b70bfa88e03ce3f6cd5d47cc
BLAKE2b-256 6f5fe6ca6460b12ee6d711c550597dda4ce8d7a024179454df57a8d1fcf1f274

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp37-cp37m-win32.whl.

File metadata

  • Download URL: nnef-1.0.7-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 196.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for nnef-1.0.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b9f0b1fe961c4eac9173970560abead22044cb4b6943737a81b5f6b450defc8d
MD5 2d6bf615f04db772a57dc8ffea7b471a
BLAKE2b-256 736fae3bf7c6c8088e5c6219df443bdf48887c013632079fa45e5722737da8b1

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1d7792affc38fc9579f4bf8de549efc7bd3cd28e1da5416f4bd7e0bad9023fb8
MD5 1fb6d9522d15efce083dfeb40ceb8629
BLAKE2b-256 dd8a9e00c1226eadd706831ffd4fc7c1e36b41dd98b77e21ae8fdf0ba40ba979

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b5372a09e38d35fb6a059309f341698f63649e98c32abb2d8ecef4b1ef260307
MD5 419844a24e62f9ee003180448d48a561
BLAKE2b-256 542e3177f7c627e3a53ff7ba344f1295d876551d4e2bcaade98c06e413b7ee22

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bf71c35945ff2c81395412fe5cf5311916719aad2f00f4c5750ddd11310fe0d
MD5 89433ef38b373540535cc93caf27b540
BLAKE2b-256 e8d8346c51a2732d767adb28a2be3eceb3ac4cb239960f3d94f533dd86e69da4

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7aec694f33f6c1a3c8e0b085d96ff8c06dda218aed105524d20bd2e381937157
MD5 aae71cfcc44769793e64f9fdd4c3d192
BLAKE2b-256 67708ca39e722728925060aaa9a4d1557f5d6924f13488948342907e1e1ba58b

See more details on using hashes here.

File details

Details for the file nnef-1.0.7-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for nnef-1.0.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bccfcb09bde8eadbaa1a557024f2dd30920657dcd7dec1b7bcf17d97516ce452
MD5 907a68e5faab91db99d827bdb283c70c
BLAKE2b-256 d6d741c0b0ce8b5648f0d11d66ed1867d789a45cc112fc37009ff3878d8a62cc

See more details on using hashes here.

Supported by

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