Skip to main content

Python wrapper for CPP stdlib containers

Project description

cpp-containers-python

Python wrapper for the C++ Standard Library containers. The behaviour of the containers might not be as expected, since for sorting and hashing the items only the pointer to the Python object is used, and not the actual content. That means items in ordered collections will be ordered according to memory layout and to object content. Furhermore, equality checks will work as pairwise is tests, because only the pointers are compared internally. Also certain operations will lead to undefined behavior, such as accessing out of bounds indices in Vector.

This design decision was made for performance reasons and to keep the code as simple and close to C++ as possible. Real equality checks can still be implemented by pairwise comparison of the objects at Python level. This won't be any faster than doing so on normal Python collections.

For more documentation about the C++ containers see https://en.cppreference.com/w/cpp/container.

Install

pip install cpp-containers (not working yet)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

cpp-containers-0.1.tar.gz (280.3 kB view details)

Uploaded Source

Built Distributions

cpp_containers-0.1-pp39-pypy39_pp73-win_amd64.whl (179.3 kB view details)

Uploaded PyPy Windows x86-64

cpp_containers-0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (271.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cpp_containers-0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (256.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

cpp_containers-0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (229.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

cpp_containers-0.1-pp38-pypy38_pp73-win_amd64.whl (180.0 kB view details)

Uploaded PyPy Windows x86-64

cpp_containers-0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (267.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cpp_containers-0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (252.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

cpp_containers-0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (230.2 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

cpp_containers-0.1-pp37-pypy37_pp73-win_amd64.whl (179.9 kB view details)

Uploaded PyPy Windows x86-64

cpp_containers-0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cpp_containers-0.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (254.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

cpp_containers-0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (230.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

cpp_containers-0.1-cp311-cp311-win_amd64.whl (202.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

cpp_containers-0.1-cp311-cp311-win32.whl (169.8 kB view details)

Uploaded CPython 3.11 Windows x86

cpp_containers-0.1-cp311-cp311-musllinux_1_1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

cpp_containers-0.1-cp311-cp311-musllinux_1_1_i686.whl (2.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

cpp_containers-0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cpp_containers-0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

cpp_containers-0.1-cp311-cp311-macosx_10_9_x86_64.whl (302.6 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

cpp_containers-0.1-cp310-cp310-win_amd64.whl (198.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

cpp_containers-0.1-cp310-cp310-win32.whl (168.3 kB view details)

Uploaded CPython 3.10 Windows x86

cpp_containers-0.1-cp310-cp310-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

cpp_containers-0.1-cp310-cp310-musllinux_1_1_i686.whl (2.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

cpp_containers-0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cpp_containers-0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

cpp_containers-0.1-cp310-cp310-macosx_10_9_x86_64.whl (302.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

cpp_containers-0.1-cp39-cp39-win_amd64.whl (198.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

cpp_containers-0.1-cp39-cp39-win32.whl (168.0 kB view details)

Uploaded CPython 3.9 Windows x86

cpp_containers-0.1-cp39-cp39-musllinux_1_1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

cpp_containers-0.1-cp39-cp39-musllinux_1_1_i686.whl (2.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

cpp_containers-0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

cpp_containers-0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

cpp_containers-0.1-cp39-cp39-macosx_10_9_x86_64.whl (302.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cpp_containers-0.1-cp38-cp38-win_amd64.whl (201.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

cpp_containers-0.1-cp38-cp38-win32.whl (170.2 kB view details)

Uploaded CPython 3.8 Windows x86

cpp_containers-0.1-cp38-cp38-musllinux_1_1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

cpp_containers-0.1-cp38-cp38-musllinux_1_1_i686.whl (2.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

cpp_containers-0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

cpp_containers-0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

cpp_containers-0.1-cp38-cp38-macosx_10_9_x86_64.whl (302.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

cpp_containers-0.1-cp37-cp37m-win_amd64.whl (188.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

cpp_containers-0.1-cp37-cp37m-win32.whl (165.8 kB view details)

Uploaded CPython 3.7m Windows x86

cpp_containers-0.1-cp37-cp37m-musllinux_1_1_x86_64.whl (2.3 MB view details)

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

cpp_containers-0.1-cp37-cp37m-musllinux_1_1_i686.whl (2.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

cpp_containers-0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

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

cpp_containers-0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

cpp_containers-0.1-cp37-cp37m-macosx_10_9_x86_64.whl (297.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

cpp_containers-0.1-cp36-cp36m-win_amd64.whl (189.2 kB view details)

Uploaded CPython 3.6m Windows x86-64

cpp_containers-0.1-cp36-cp36m-win32.whl (165.0 kB view details)

Uploaded CPython 3.6m Windows x86

cpp_containers-0.1-cp36-cp36m-musllinux_1_1_x86_64.whl (2.3 MB view details)

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

cpp_containers-0.1-cp36-cp36m-musllinux_1_1_i686.whl (2.3 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

cpp_containers-0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

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

cpp_containers-0.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

cpp_containers-0.1-cp36-cp36m-macosx_10_9_x86_64.whl (311.1 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file cpp-containers-0.1.tar.gz.

File metadata

  • Download URL: cpp-containers-0.1.tar.gz
  • Upload date:
  • Size: 280.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for cpp-containers-0.1.tar.gz
Algorithm Hash digest
SHA256 c96e379de6359dd06769b7deac6b0e7e298b92275330ddc68a17caf1abe9032a
MD5 5e304c4beb647f306aae6abf006dee2f
BLAKE2b-256 3670fe6e166ee030276a7110bbbcb52986aeb47489a90e2ddf0dadf4b4aea295

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9d492e13d9245c038ad39f072a69d9c919ddabf3c7e4e07cc22a26ec673a9d2a
MD5 407f5bc30ebbffa503e56dc5e18564ed
BLAKE2b-256 889ad7747e007f0fd5bd515ac6630f5fcb931840e5752346c109b3c709308425

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4359cb6a80c0a21c9b57555ae93edf0aa538e31d44f10a5eab396f3bca1911e
MD5 ac3d44873b05504867e0abfb276051de
BLAKE2b-256 a9d97840af5a8c321a14eea114f10e0c06d66178d5f05d5060419ea54ee9d917

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d57cf92503d10fbe1315ffac0396c4c513e75dfc6e2f9d05df424f3c6787dac
MD5 70912962f756d6b3dbebe6ac50c18a0f
BLAKE2b-256 ad684d14eb0ae61842cc151565a81c2affb6df24136bf15c7b9707ce9d3ff4aa

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d33c6c072c7f37af6d3947f16b434763922715f8fc5069147e7d0b1b5ab6366e
MD5 4d0b3ec6a393ad1601514de7c451fdd3
BLAKE2b-256 bf2c417b827b78ce77fb4a5b12b93962f0f349afd1d411d4b7bdff07aeb20490

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8f3f94960b17774cb399d8b629b384f8150a03e2883d8622d14c7b2f4fd76b60
MD5 b84475ceeffd28d355ba8cebb9236a46
BLAKE2b-256 7b65f1098d64d66c88da2c3af77c23b242c1c0ae1250ce34e0f0bc6897aad795

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b6223be48443795315f9680fcf908ed96d49cd9ad9c72ed64b30defd572d1366
MD5 c90c8427f473fd1ff127d30396a39b85
BLAKE2b-256 e6a25ad10fdc4a49c0ae613c364b1a8efd287cdeb9e5bda9b1ef519110c7a15a

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6b380e677e8bbb49dd867569c08e683bd0fdf604e76585075eec2695d5b09738
MD5 e2fe997547396bb1f183cdedcd7bfc35
BLAKE2b-256 0f5b77203f72c9a44daa81ac2970aba8c111e4e446a3924f84d1d09f63cc06af

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 efab39bce1e7ccfd11f5088640ff5ec56066940a0e0d36057eec0ab7c0ebdddc
MD5 6aeccf1f3282c300e745af6bea525765
BLAKE2b-256 5892c4e0a42b7097222db1cbc11a06ff30eede40a93d87f2f24be6c658dd7e8c

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 94464e7dbd5649763fee4293194cd0040dfe86cdb77fc5fdea1ca495e2b7adcb
MD5 05d5d0e71092567cbd74d2a90d635fb2
BLAKE2b-256 0246248951131ce2dfd0c672e41a9f630b83fd07ad0c57a0064a316a79078381

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 804cdbd165042e601d44590a8b60e9598cf365f618c7682c92fe22ba5e47f300
MD5 830693b387321c54cbb2477d6d7e4633
BLAKE2b-256 67a3db3622202e7fe5c46fd2b6bc0968a13275694a366279510dbda8ba88ebb4

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 777a201190e9e75d5d0891cfa06d88530033237cdebb4e93b956a51ee362eeab
MD5 95fbe5f965cefb872f914c1207ea640a
BLAKE2b-256 a9d613254ca87b130083dff34c09f3c0a670de5a006a092aabed973bdb05ea23

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 90bf2d264f1a4e0fe63cd8c31620474ca8fcc31b766df5eb6984a6146a26303d
MD5 9395aa50baabc587fc8118636dc39bff
BLAKE2b-256 73abd1397bcefd65602397df33900a81164b5449f75299fe638fef6938381c63

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 30d7247a8f3c5a151af7d0a88f1fe027d656dafefa8c1af294bea0383c3119c8
MD5 68c7cee88bc72c553e08ca87b34a802a
BLAKE2b-256 87e3e26eb31310d4a24665584cee9ddf07432e42487bad51c018b3d2ccca4dec

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e106124bc848d1258c5417aa590701abea730d08eb0c6ff031d867b4bf877975
MD5 d8d570ba709d4173f2a0f7760be5a218
BLAKE2b-256 160cc76267e64174a165074ac9eef6c8b5fd155b9f5d7e27eff35ddec9c816fb

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 64817433eec7825be223087130a0877658291c9e22a0a99e9d9823ec28ea1c0b
MD5 e4cb549d821e2371f284277cbc2dcbe4
BLAKE2b-256 49feacee9571f019f1b50ba4723c519d17a21efa32314b1e41e390c4915dbe39

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b27df777786c341fc489fa4bc78bc436b304089eb752ebd06baea924f4b512a5
MD5 cbd3ca047b8a629d05d6f318cbe83d74
BLAKE2b-256 b9fc772c5ac942e4013571ef26e005e3bb052c55d065fc09e826bc68c5ea9d9e

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92b9922a41f860488aa57081ecfa67f475cf864598110196d581e831af05b8e7
MD5 579cfe5dca4476d7085627440ce4d9c0
BLAKE2b-256 cfa881ceaedf2ad195e3cfb33da613cb61862216b9c80a5fe03cd87d8df675ab

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6ff3a9db4a54457205e0de8e3db8366e304b3666b7f439e6668755638ac3424
MD5 0e17b7f1b7c3a538511615fa54d1259d
BLAKE2b-256 578275659fd62d95daf9409a36ac3d5f0a993028ae7616e4a48a345498b472fc

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5fc8feb42ccf1b4f4d8cb7eca4c1cdf3f46a3d7a21f11cfe4ee07508ab9e815
MD5 c9a47e5f1fca66c7bbfa2c57dd95bcd6
BLAKE2b-256 7c01c39f1f00f6e4976124a347d2d7da77cb44141beb999ec02f44866af20299

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4daa4944cb4e4f411e5ee51312616a5bc843fb877e7fa3307ddc06f3ff013d7d
MD5 f7b425e945495d33e27c10cb8fe5491d
BLAKE2b-256 9e4dc9ed44898ffde8f0916e295ae1e9fcf564a435747426a9496f6a7a042834

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 66355f8f09f5407767c8ace9be31fc51a8656dda19a2529097ec0c11c0c1b55a
MD5 9a6cf38bf940624bb163941b8c60c09f
BLAKE2b-256 d191ac14ceeeba57de339d1a52f145ec57057d5e8dad8722521c9fc3eb86b3fd

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 40ed63e332059beeb3e1f034e09beb48020daa1ff2cb4eeae4c906b373a1ac2a
MD5 122d5cb3532fc6d01918fa23fc1fb789
BLAKE2b-256 e64532f7795f3bd0b746531f3bf62b9a4ce9bd9727bb1e81f64f1532d4ced17d

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 48ba0f5f15001d9ff56a22b040cbe3cb2925822356313ac6aba43426d8be3723
MD5 2724442ed62bcf258b9e54d58a6e0ab1
BLAKE2b-256 9d046f403314754b07f9434a821d539f3907292cfd37b11cdd10c263f290d523

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7639598d7669d2fc848c6f84e8a612011b947325925fdff4ef7bfc0379917a5e
MD5 934435fef4cddc2763d9bcea6ad9beed
BLAKE2b-256 8b3a6d5cc7ac59319b68943114d76c591088aed75afa11df74c69f6c41b2facc

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd1ee06b23860ae1f67c970cd4583d103869a6651ccebf62c401eff9f66971b9
MD5 9607e0f9716e2b62316569b1e049f5f3
BLAKE2b-256 8143993b0f0b4fc6e1ee9544531aa1f2ef3d289b14eecb3c4352ffae6a15bdfe

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6766c875817db875de26dc918e1d9f44d9e179173df4c786052966ea6e776334
MD5 9e4da7f95ecc9287f2478fdaa827d8d5
BLAKE2b-256 b84001499fdfbcd30f1ec315c46a08b7d8a925035188ece19814aa4dd86417e8

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fb78e068cd7db38ee5525f1ecac8c5cdd1c9eff44ac8e3a4992f2f0afc50283c
MD5 b82c5c0ef91ecf5b58679b9839e5ca8c
BLAKE2b-256 f848ec289ba42aa5e198dc0b55896a12b227acb9ec9e66401548e14b5d40ce8c

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: cpp_containers-0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 168.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for cpp_containers-0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 53c29fd1c44c6f3c76561b0f311f3e5ee7db18ace0becb233cf3d86490307971
MD5 ec7af612cbc22bf7137b447eacd6f028
BLAKE2b-256 30549bffb43b5b523b4fa72f9992b82a322cf0ede3af019fca3aedfc95863603

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d125c4d45471b53268f9e268605949cb90aa5104f265839e00cab02d5761cd8e
MD5 6b1c60045bb784c1fccb2b312ead61cc
BLAKE2b-256 96f4e6f424dc7dbc47c1996d952c2848871d3328badd21aca45673b8b25c2367

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8d4aebbd29766f3d13daa9735f69454a5f04df0115df467b3b7e201a991d2ec1
MD5 92fc74e1134bea282f15c51f46e227d0
BLAKE2b-256 c876fcd8a441cd5c9bb3666f1aa6e226f15df6e035eab52949ca545a0bfd9559

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 535b769cbd1ec5b4f193b784ace81cc0bf41b58b8247e2d605076a5908d57776
MD5 5ec9ea1032fa37958f9b8d961ce08cde
BLAKE2b-256 e1f417d587dcf7e7198972631fa0e590630e57c3a9f9486a02b805b98d374feb

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e12549c7387561a8e64bfc9a0a7433d94ca6b2271c6eed372924d59f220dfdef
MD5 214615ae51b2b9c22581e5823d2506ae
BLAKE2b-256 f02fe5678e6d24f89bb6937f4d6098c5d6770f148dd05d73fdf2846029eacbac

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dba503c5608be0d666f5926aff198858c7ccc45a100047958fc3bffc069bf36b
MD5 a5f630aac0c3ed15c5f7803ff7117359
BLAKE2b-256 22cd98f042a74d07865c291e3ef716b7ff1ca9767acaa44b63aa253cf56f5a6e

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 441d683fe1823596c3928380322feb8081ffa654a6855eadbe3c0d08303d63a9
MD5 ae1841989fc766696fafb303ba85e17d
BLAKE2b-256 4fdf9b8a1681b32411a6e586726c775e43a74fd833a2fea0f7f2001c985425b9

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: cpp_containers-0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 170.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for cpp_containers-0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2985be3e9e5c299f830d4812d5e314ac20e8d9107c5189ab015f3989a38631b8
MD5 60d7a87a3d55ed5ead6f0881a51ebb8d
BLAKE2b-256 4eff9ed348113a8d4050799c6fa05fefddafc8fcf6bad9ea18a67a6ff17140eb

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 58a4f4e1b9a4b697da5765c63ad138c935ae632c206c415e58ab96b9b3656e91
MD5 c3f579ea9b6ed32014d1ebb6b170052c
BLAKE2b-256 e3c4fbb9f97567c5f710542af6ebda7826c6e69a768f55da23c72a1809e4e7f5

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4cb34bdd61909e21cb9f1bdc6e5e54f6a00dab3aa4fce7e0e61da69784d8bcd9
MD5 946b8830cdab9c3ea376cbeebb8f1d3a
BLAKE2b-256 f25ca8a900b8c7ce3fb261e83fae4a4f5f1fcffae12d1d4fe0bc6ce6cd8854e6

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db9311de40cd53df7f766f8867eea820c201ee74e1d45ca5dbcced43b6c4c118
MD5 5faeaa7b9b8b5ea5df9b56d52fcc18da
BLAKE2b-256 c460273eb3b6d40744e8abafcefd7fdd2a5b3944cbfd3399546370d6a16f6888

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e943bc70329aedbda083ea1de9049e670feef981efbf5b9dbad6a04c1080377
MD5 e5d53d34b6c7e8a703fcce8445b82d7d
BLAKE2b-256 b0912f51776d8ea3e813414f1edd962feaff2f716cd3ce0ffd98118003e4ab49

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 32ac0952735ab3dff8e3510fb3897472c7ed7136ceb1f6d9bc09290478ddacca
MD5 a7a9beae0c4e9b71c8446f4e5abdf6b6
BLAKE2b-256 24690d0454699a4de5788a462e2e1e5e71934d35543296f7397999af332ce4b5

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 59c013077b9d8f343fea3485ad47feb0204867229f86d2614a78efa09ab22c30
MD5 524fda77e10ccbce887509258a135a3b
BLAKE2b-256 0a87ebf4cc01dc3ee22b0d170d9c3142f872f724acb72097c6fbf26d0202c286

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: cpp_containers-0.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 165.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for cpp_containers-0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 65c93271cd4bc0860bd476a804245f15f66076674ce3a8e1f2efda3861965895
MD5 ffe488bcd8c5f28665a93032d162c9ed
BLAKE2b-256 622ee5406b9b6667ccfbf35fca73f4a0a72adebdb95101589c587dad46651562

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d7c25bd2fd381dc40fc3f0eac44a39b67715b952e729eef764bdc69067032a59
MD5 513916591e9e76691b24d2ba94cf1227
BLAKE2b-256 efd67ee50862b43ea374669251246b4e625584eb50b7bb0263a2431b9048beee

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3a908723b61df1475cd5176312f59634b747852cde0ca65ff6c9361eff9cec5e
MD5 3d62a5c4ad78c51ab6c1a557937dcd04
BLAKE2b-256 29e4608abe7e37fca6dc63e6a7de9a8200ae75238dc4b1c1fcc79b9a23e57fb5

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2699b107f7218316479a5a76d392692bcc955bdc2da8f2567b2ec9791f21265
MD5 f4122f974b17b8dc8157baae5bd7f4f6
BLAKE2b-256 103ec0ae252332fc3aedbe6dca46ded98fcb31ba9abe2687611082b2681416a2

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e10e628d5d0e620000969157a0dda0b1f8e0ac7e3076e372d3015d95f8b3e876
MD5 1464856fd5059aac8c20b97217a1bf8b
BLAKE2b-256 69af2f91e5266cb3bf76213eebff9d0b785b544d1659f70ed24f4070c6037ad0

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6a4fb7d36fadea47b6449734a2260fc35daa43bbbf0a92e8d3cbbf9b4785e6c
MD5 6a079449c6f5c8cc2040b5e82b548a4e
BLAKE2b-256 decf91966610abe2cca861731e89a5a2ec147574d8c33fea9560f810227b095f

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 5b63b3d6e5d4bbbcb74b5bb29a96637079cfcf8ea9cef4e5bfab7cd40048e286
MD5 2c795d39e7d86240ea43bee07dbf3858
BLAKE2b-256 6aa0a4bb76d2707f9b0e985cd3a4bcbc43ce752be4003f07eda79c4d4bf6a160

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: cpp_containers-0.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 165.0 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.15

File hashes

Hashes for cpp_containers-0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f803a19280da49f0caedb9d6e6ba264f9ecf4af50c1002bf314e85a54709b548
MD5 b2dc2eb7b9a9f94c088c1f4013978619
BLAKE2b-256 4f94f19ea1794265bef239bfd1e1d6ac0e976f97f70820be14b9125198f1ec29

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4e53d0ec48b04d48acdbe41a37cdee87cc6e21eaab412a7a723c99d0a3f29f21
MD5 c5973ee63fe0d13d1f227232e5f2ee94
BLAKE2b-256 b60d5d6f70bde51d2d7706acc08cdce34e96287a62d0ebb1d69d1066975d8500

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 197c7ef5d374afce60305e5c44d3c01b68211f9740ca93123b2c102c34008ed7
MD5 21e228a2e5453e605c34cde638457a43
BLAKE2b-256 086bc412feeda78d03aa99d43d59d5381ddeccfa1d23fc46d421446aadc85d4d

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0c234e01302c85ab10990bb3a7c97bc179d2a49652d15ddf829792ac4568630
MD5 cf97eccb8da1cb62ab845abc604ee6bc
BLAKE2b-256 e87538a31aea1ca80f1a04b22fe92fdeb72c76a1783f0e9b34cbdf6c8df7df38

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0cb52e21725fdddf4a676294e399450c8069b3f2d3fc436e66107da8dfa596f3
MD5 640499f32c267744bd9d4fe5613ee08f
BLAKE2b-256 b94ccb44db3448c2d70e49a14e8f72b805f014bd5025bece9b668fe99c6d4a37

See more details on using hashes here.

File details

Details for the file cpp_containers-0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cpp_containers-0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd2cec7e343fef285b5216ecddf23dcf2e48c6cead8f0c829997181890d9d4c1
MD5 ba8658822c5e44144e46928bbb0be5a1
BLAKE2b-256 a158bdc7dfa1ce1bd875d60d92cd3033c6edab69f9f54b5af0d315756ca94da6

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