Skip to main content

Meraki

readme style standard

C/C++ implementation of Meraki – the Telestai Proof of Work algorithm

Table of Contents

Install

Build from source using CMake.

mkdir build
cd build
cmake ..
cmake --build .

Usage

See meraki.hpp for list of exported function and documentation.

Test vectors

Optimizations

This section decscribes the optimizations, modification and tweaks applied in this library in relation to Meraki reference implementation.

The library contains a set of micro-benchmarks. Build and run bench tool.

Seed hash is computed on the fly.

Seed hash is sequence of keccak256 hashes applied the epoch number of times. Time needed to compute seed hash is negligible comparing to time needed to build light cache. Computing seed hash for epoch 10000 takes ~ 5 ms, building light cache for epoch 1 takes ~ 500 ms.

Dataset size is computed on the fly

Computing the size of full dataset and light cache requires finding the largest prime number given an upper bound. For similar reasons as with seed hash, this is computed on the fly. The procedure used is quite naive and forks well only up to 40-bit number, so some additional improvement can be done in future.

Maintainer

Ahmed Bodiwala @ahmedbodi

License

Licensed under the Apache License, Version 2.0.

Release files for cpp-meraki 0.5.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for cpp-meraki 0.5.2
File Size Uploaded
cpp_meraki-0.5.2.tar.gz 45.0 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for cpp-meraki 0.5.2
File
cpp_meraki-0.5.2-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
cpp_meraki-0.5.2-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
cpp_meraki-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
cpp_meraki-0.5.2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
cpp_meraki-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
cpp_meraki-0.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
cpp_meraki-0.5.2-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
cpp_meraki-0.5.2-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
cpp_meraki-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
cpp_meraki-0.5.2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
cpp_meraki-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
cpp_meraki-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
cpp_meraki-0.5.2-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
cpp_meraki-0.5.2-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
cpp_meraki-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
cpp_meraki-0.5.2-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
cpp_meraki-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
cpp_meraki-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
cpp_meraki-0.5.2-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
cpp_meraki-0.5.2-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
cpp_meraki-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
cpp_meraki-0.5.2-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
cpp_meraki-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
cpp_meraki-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
cpp_meraki-0.5.2-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
cpp_meraki-0.5.2-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
cpp_meraki-0.5.2-cp38-cp38-musllinux_1_2_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ x86-64 Details
cpp_meraki-0.5.2-cp38-cp38-musllinux_1_2_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.2+ ARM64 Details
cpp_meraki-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
cpp_meraki-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
cpp_meraki-0.5.2-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details

Total release size: 10.8 MB

Release files / cpp_meraki-0.5.2.tar.gz

Download URL cpp_meraki-0.5.2.tar.gz
Size 45.0 kB
Tags Source
SHA-256 checksum
How to use checksums
d2a7d9622d752f0a83a63044ffbceecd8e57f54c5c0f797372af3b1f61347595
BLAKE2b-256 checksum
How to use checksums
627e4c3cb800dc98eabf038f7f3651e0e2b6eb3f084a09a256b8f51681b1ff2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.1 CPython/3.12.3

Release files / cpp_meraki-0.5.2-cp313-cp313-macosx_10_13_x86_64.whl

Download URL cpp_meraki-0.5.2-cp313-cp313-macosx_10_13_x86_64.whl
Size 23.6 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
2859d7836a392bc2ff670ba0f8bea0eb6a0eb7374a60bccaea1d0b29d4d62337
BLAKE2b-256 checksum
How to use checksums
8ce4aa2cf5b1651390db5ef310e602a4c4b2f51956801f409c0846e4c40fc123
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp312-cp312-win_amd64.whl

Download URL cpp_meraki-0.5.2-cp312-cp312-win_amd64.whl
Size 25.8 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
24429ac3005dbe0bab2374cb6241c120aca989e15fc2a985aed0c899780264b6
BLAKE2b-256 checksum
How to use checksums
bdc84da0a25a362a5a313ef01fa2d216e1ea4c7d74ce885c8eabf88b5184e29c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL cpp_meraki-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
1b36a757dd3b661f1275540519194a42082570be3fcde66c01a933f3ede58d49
BLAKE2b-256 checksum
How to use checksums
e8a9ec1ae0a4dc5d354376ba173a0a28b2d807682094f344b5ef0de01b8d90b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL cpp_meraki-0.5.2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 983.1 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
8c93be133e8a96a2e59132072bece59bed08109c4eb402ec3c97acfe80a1263b
BLAKE2b-256 checksum
How to use checksums
2a28fcdce9ff11afee7da4c1fc4d8da8c56217f79d57e5c0ba0978928900fcbf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cpp_meraki-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 40.9 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9b587a141531749b9f7fbfb81d3b548b633d2c6ecc6430954085dd18f1124e65
BLAKE2b-256 checksum
How to use checksums
b7dd382100f8aa92ebaccfc76d8697e7db0092b9af1cedabced882b96bd937d8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL cpp_meraki-0.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 41.6 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
6f78a70f8c99eeee5ef94d756ff47e28bb56c3aaaab1beb849d63f44a47be63b
BLAKE2b-256 checksum
How to use checksums
9f2871252d5187e0400c7191b5ee2d68c61db51ec21ebef5d6929e17baf5adef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp312-cp312-macosx_10_9_x86_64.whl

Download URL cpp_meraki-0.5.2-cp312-cp312-macosx_10_9_x86_64.whl
Size 23.7 kB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c01b361c2297a2c4f2f70dc74d95a5bcdd623b459e370dfa1e1e27508c3cbc49
BLAKE2b-256 checksum
How to use checksums
9cb3751fda76cefb0bcc2cdd94ea23ce538c50df3372b497f9fdeb824ab872d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp311-cp311-win_amd64.whl

Download URL cpp_meraki-0.5.2-cp311-cp311-win_amd64.whl
Size 25.8 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
085986dc2259bacfc243d5a34f20706b5de0a8583e8471246e68dc0c4f2922d3
BLAKE2b-256 checksum
How to use checksums
dbca395d75bdabb8fbd40f91e617c46836965859599013b5cbc707599d3a5b1a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL cpp_meraki-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
a1810339a645535b13dde06e8a19818009196c47e1e2ac5f41e593890c70a9d6
BLAKE2b-256 checksum
How to use checksums
0592653916c6f9f1888e7aa192b1df94ef954f63e6fe02f7748dabf94b51c7ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL cpp_meraki-0.5.2-cp311-cp311-musllinux_1_2_aarch64.whl
Size 983.0 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
6393ac8d125c5bba9c8de632aec35e2de2ccba757b07c491ac991aa576c4ba48
BLAKE2b-256 checksum
How to use checksums
75a8e71e4766b19b28fdab638f6c5198fc8920d35682d2c30ff6b12a6b92476e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cpp_meraki-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 40.7 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
5646b93ab81cc376c6853c28296992938650e2a183b16885dafbdb6db9c4d60b
BLAKE2b-256 checksum
How to use checksums
17b7b66e504764292a76a5004e8cbe1a293eff9691bfecd9a3465bcc0ff4d9d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL cpp_meraki-0.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 41.3 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
2454639a478735032f02cdbca6678408f178413a57d05a93e8f51b3db7e22977
BLAKE2b-256 checksum
How to use checksums
e826aec89bdd5a16a1975c32784b7cf2a2914d388562726bce31d0c95bc46285
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp311-cp311-macosx_10_9_x86_64.whl

Download URL cpp_meraki-0.5.2-cp311-cp311-macosx_10_9_x86_64.whl
Size 23.7 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
04c1a6ebe41d9da6ef80e094a8553a6727186ad9bc72905364031c8cab1863b8
BLAKE2b-256 checksum
How to use checksums
42cdd75755c8aabf7697f1e400ed0c2d5339c5869752143d7436ebd96912cf64
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp310-cp310-win_amd64.whl

Download URL cpp_meraki-0.5.2-cp310-cp310-win_amd64.whl
Size 25.8 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
9393e1b1eab30738ceaf2c20cc12ccae1b39d3fe884a8f55ea83ecae341ea137
BLAKE2b-256 checksum
How to use checksums
51046b0f89c24d082fc1e5b60e29abb61cd917ca2965d0ea8816758bb0146b8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL cpp_meraki-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
79bdf30902496faedc47d9c813ed1097d827ecfaebea3fa7dd16602bc2f57333
BLAKE2b-256 checksum
How to use checksums
617fed2c8c3cecb5ea080fc11e2b2543f807d9b04cfd6912cbeab884dfa26564
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL cpp_meraki-0.5.2-cp310-cp310-musllinux_1_2_aarch64.whl
Size 983.0 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
2d4838eed7ac4016ebabe0e7a224cf26608eca149a4367361ae591b749f3b44d
BLAKE2b-256 checksum
How to use checksums
61165ecb79bb0616b235f634ac10e58ddc03f6710f481661c3f44532bf0ccf16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cpp_meraki-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 40.7 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
43759037b9eacd4173da5ec4e02d42e597b8fc5bb7ab2c99dc4e656b4a0aafed
BLAKE2b-256 checksum
How to use checksums
f0221f9ed452dce5150b5ed723800dd76ee250a3224b6252c0426ebda5fa5b18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL cpp_meraki-0.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 41.3 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f3b41f43daca5be167ae574ad4a328505760afc7cf9f0e6962e277477f50cbfc
BLAKE2b-256 checksum
How to use checksums
f70a7e3c81024f6ebbb79c51ecff427f020215f90d297b2fd62b9bafe2b44a30
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp310-cp310-macosx_10_9_x86_64.whl

Download URL cpp_meraki-0.5.2-cp310-cp310-macosx_10_9_x86_64.whl
Size 23.7 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
ac729863d4115ccc2c8fc77c66b6b71ddbc4960fe4ca8d5a034c26340cc8182f
BLAKE2b-256 checksum
How to use checksums
16bab62b42676562af6357082a926b59524b6db9ee7b0d9f03fe93c8dbdf0b53
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp39-cp39-win_amd64.whl

Download URL cpp_meraki-0.5.2-cp39-cp39-win_amd64.whl
Size 25.8 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
2c1de863bb08cf1531d4e6c2d2bd8aebaee6afbca295cc72e9d030ae4dde587c
BLAKE2b-256 checksum
How to use checksums
5af843142ad09dd5e6eb53208c1a5e97a84d3f43ce49817a8a4f26a6858eb60b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL cpp_meraki-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f04e00a031fb412c33f35f548da2ec3f7548e17ef971334b2f26432a7f74be3d
BLAKE2b-256 checksum
How to use checksums
11aba766d9e2b0173c8f12273a87247adb4c8d0d829879a6fe496b814479249d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL cpp_meraki-0.5.2-cp39-cp39-musllinux_1_2_aarch64.whl
Size 983.0 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
9ac6b3b9f4239f276e1748ffa30e1df6dc64ab0f4dd5ad618dc78af91c05553c
BLAKE2b-256 checksum
How to use checksums
13f867ae65c6aa630f7d0ea6e94fa738e201de05a7afe88b916c8d48d7d4fe43
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cpp_meraki-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 40.7 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
d77f73b2508edf97f3d6e5bec7162aba821bdc15384f18791524e4a96d049899
BLAKE2b-256 checksum
How to use checksums
9bce722e68e2c15590f5fb2679730216ae8364d7cc6082b43a353d8d70f20327
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL cpp_meraki-0.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 41.3 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
b2cfced4e63b853d419bd22ffa8f4d6386e87feadc3baeb977b4a85092ee2f07
BLAKE2b-256 checksum
How to use checksums
405da867493c90668ebe589547ded5c652c09f13572ab23b895d4f27b49ea6a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp39-cp39-macosx_10_9_x86_64.whl

Download URL cpp_meraki-0.5.2-cp39-cp39-macosx_10_9_x86_64.whl
Size 23.7 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
528e21734064e49969d7ab85eb6151a754d236ccbb02b435a0acd129f9ed6012
BLAKE2b-256 checksum
How to use checksums
faf1b092b8bb34398e850e650aa0b3122e6878d330990a3521b249426ab66283
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp38-cp38-win_amd64.whl

Download URL cpp_meraki-0.5.2-cp38-cp38-win_amd64.whl
Size 25.8 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
6260c8ae1c33ea1b532f32df0f8e73463b97a1dbbcf530b0413c6ed7f8a3abdc
BLAKE2b-256 checksum
How to use checksums
f2b154bd79d5a334c8ce918e4155f1093a30dccad77714ada0d093a007465dc4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp38-cp38-musllinux_1_2_x86_64.whl

Download URL cpp_meraki-0.5.2-cp38-cp38-musllinux_1_2_x86_64.whl
Size 1.0 MB
Tags CPython 3.8 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
904896d5826f0aaaa0d8a4bba500080ed3e80d89aa3f6e21df4866b19a44bb48
BLAKE2b-256 checksum
How to use checksums
92d66620fc7b53c131e08a690d12ad18ebecd3ee40bd278169d0904f99103e9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp38-cp38-musllinux_1_2_aarch64.whl

Download URL cpp_meraki-0.5.2-cp38-cp38-musllinux_1_2_aarch64.whl
Size 983.1 kB
Tags CPython 3.8 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
9837cdf750eb8281f3eefe625371837a07bcb220df84ae2bf0f526e3de78b2ab
BLAKE2b-256 checksum
How to use checksums
f1270c8f0f260cfb4388320ba68d071d7b886da8172723c472688d3dacb4cd3d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cpp_meraki-0.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 40.8 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
7187637d61608927d0beeb8c92f98a6845810a2246f15f388cb156fc350ed228
BLAKE2b-256 checksum
How to use checksums
9f96eceb88071e3a6f1ec66c0b55846b80e45b0d2610a472ad6cad9b144b18e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL cpp_meraki-0.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 41.4 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5e86a4f086f07b853c71b151337e9dceaa2789e1e267093cf9d1dae65edaf170
BLAKE2b-256 checksum
How to use checksums
fb9b98852b9341d78609e459d30c4d5e5047437f21d4aeb6ff450205420c431b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release files / cpp_meraki-0.5.2-cp38-cp38-macosx_10_9_x86_64.whl

Download URL cpp_meraki-0.5.2-cp38-cp38-macosx_10_9_x86_64.whl
Size 23.7 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
02b0910b7c6f7fe1c6532e11a954fc593543f61396f35fb196af3c498ddcc4aa
BLAKE2b-256 checksum
How to use checksums
3c09351faf37025b82eb2d5bb2c1d3d1f17adf49fb81b085e7b46903b3a489b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.1.0 CPython/3.12.5

Release history Release notifications | RSS feed

This release

0.5.2 This release

32 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page