Skip to main content

c++ geobuf with python binding

Project description

geobuf

C++ port of https://github.com/mapbox/geobuf, and with python binding.

Python binding

Install

# from pypi
pip install -U pybind11_geobuf

# from source
git clone --recursive https://github.com/cubao/geobuf-cpp
pip install ./geobuf-cpp

# or just
pip install git+https://github.com/cubao/geobuf-cpp.git

(you can build wheels for later reuse by pip wheel git+https://github.com/cubao/geobuf-cpp.git)

See tests/test_geobuf.py for usage.

Dependencies

All dependencies are header-only, including:

  • rapidjson for JSON read/write
  • geojson-cpp for GeoJSON representation
    • dependencies
    • forked from mapbox, with some modifications to geojson-cpp and geometry.hpp
      • added z to mapbox::geojson::point
      • added custom_properties to geometry/feature/feature_collection
  • protozero for protobuf encoding/decoding

dbg-macro and doctest are dev dependencies.

Simple roundtrip tests pass, have identical results to JS implementation.

Development

pull all code:

git submodule update --init --recursive

install deps:

npm i -g geobuf
python3 -m pip install geobuf

compile & test:

make build
make test_all

make roundtrip_test_js
make roundtrip_test_cpp

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

pybind11_geobuf-0.2.4.tar.gz (224.7 kB view details)

Uploaded Source

Built Distributions

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

pybind11_geobuf-0.2.4-cp313-cp313-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows ARM64

pybind11_geobuf-0.2.4-cp313-cp313-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.13Windows x86-64

pybind11_geobuf-0.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pybind11_geobuf-0.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pybind11_geobuf-0.2.4-cp313-cp313-macosx_10_13_universal2.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

pybind11_geobuf-0.2.4-cp312-cp312-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows ARM64

pybind11_geobuf-0.2.4-cp312-cp312-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86-64

pybind11_geobuf-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pybind11_geobuf-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pybind11_geobuf-0.2.4-cp312-cp312-macosx_10_13_universal2.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

pybind11_geobuf-0.2.4-cp311-cp311-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.11Windows ARM64

pybind11_geobuf-0.2.4-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

pybind11_geobuf-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pybind11_geobuf-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pybind11_geobuf-0.2.4-cp311-cp311-macosx_10_9_universal2.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

pybind11_geobuf-0.2.4-cp310-cp310-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.10Windows ARM64

pybind11_geobuf-0.2.4-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

pybind11_geobuf-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pybind11_geobuf-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pybind11_geobuf-0.2.4-cp310-cp310-macosx_10_9_universal2.whl (3.8 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

pybind11_geobuf-0.2.4-cp39-cp39-win_arm64.whl (1.1 MB view details)

Uploaded CPython 3.9Windows ARM64

pybind11_geobuf-0.2.4-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

pybind11_geobuf-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pybind11_geobuf-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pybind11_geobuf-0.2.4-cp39-cp39-macosx_10_9_universal2.whl (3.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

pybind11_geobuf-0.2.4-cp38-cp38-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86-64

pybind11_geobuf-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pybind11_geobuf-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pybind11_geobuf-0.2.4-cp38-cp38-macosx_10_9_universal2.whl (3.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

pybind11_geobuf-0.2.4-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7mWindows x86-64

pybind11_geobuf-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pybind11_geobuf-0.2.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

File details

Details for the file pybind11_geobuf-0.2.4.tar.gz.

File metadata

  • Download URL: pybind11_geobuf-0.2.4.tar.gz
  • Upload date:
  • Size: 224.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pybind11_geobuf-0.2.4.tar.gz
Algorithm Hash digest
SHA256 5c610e6a6e90472b4e56b765f9af55e27b974cbf27894ea865bbe7bbd2244ef6
MD5 f249b3a980e12051e991f840f03a0c49
BLAKE2b-256 8f36ce878ae9cf468b74e9cd0d86c072fc05cb71a9fc291ba90823191ffa456e

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 00138a4b331c2135a006b42101a187ac56cc9660a72ea3dbd68d00bdffb09714
MD5 165d3d608c6dc1f5da8f1b305fe0b688
BLAKE2b-256 9b7d444c1296615f54868a3e576b4a465d601582a9ae4f17937bca1ab1a4b620

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c6e4d0d76b80fa3f3855e128547abf3f511bfc67e189731a21a93417e6c2001a
MD5 585aca36778e225befcdede0258f4482
BLAKE2b-256 0517d77368f3df7972cf517f8bcdec8c2c0bcb80503186fe186d6b7c14a57f84

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61e42b9f0dd9f94df2e46f01df7cd31ad54b38c2a61fb77696e94e64dbff848b
MD5 6ab9776aed0aec289bc1f96595cd08bc
BLAKE2b-256 b27bf1361911309ab6248e4d52ab3994c24c67a3c3f4e82597ff2d06792ac695

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0463aa4e32cf7a8e07891750bc362a0a87ccfd82554dce36974920c77677feaf
MD5 93c416368e7a013cc1652c5c8602f037
BLAKE2b-256 00fb0d8a1c8823de2733a9427f6e44093203e88e23e4a65720a136c5a47a265b

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 afedc77e0c1130dc8864e9c6baf95b3fa3c6803c1cf06c5715511a2818e29d46
MD5 fae288cf838db29921cff271c466557e
BLAKE2b-256 c4eb2d1594ec1629f94e77055a40629570336f9763e7aeb0e8c396bcbc92b4b0

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e6e7e1c85c3944ca34857d4756e2a37ef6106eb0e52d8fd5dbed255095ae952e
MD5 d38a5956e9c944cf18b5a563680894e3
BLAKE2b-256 11119102484c43142c1d5885980974c5ea9fdc49ac5f556fd263a5eb450194ca

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9f60da989df94bcf0eb2f38426bd6b72819a6e52d4971581646990c59cc8981a
MD5 59243a2644b9e6cf9bc9bea4ed1f72ea
BLAKE2b-256 6374d85bd8f7575e7eb78c58dba30b0252ab3da64c75260aedb34a4ee20687df

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aac1541934205aa2cef9dc08ee7abda67c7460acf8620eddd4b09c5c5da6c2f4
MD5 ce1f422d1d39c8de0b62b5b285d9a834
BLAKE2b-256 c252baf78d83f73618c96e67dc16b1599982a560334885cc828804ac4f9275e7

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8871784aa169c57031c2f05c7452d1c09319d6f47bfe3ad04c53bb74b4f92c6
MD5 8ced67510e8a2c839cbf119f8743fffa
BLAKE2b-256 489de98a1df8a13d54040988779344abfaefac497f2b7ea300a4a4f8653ecd79

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6130bd7f67fd2d2720b99bf1dada826648c20860fdfb8bd48b1a8de4b61def97
MD5 cb9f6374df40ce4b77004b01b6425b47
BLAKE2b-256 9a4670608da4795370111b5ebb6591e15e4b45e2a6fa099e86982ed99167c58b

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 62a64102b5f443ea05b6722321bae9e6fcd4e339c6c72c3e10f724fcf2d6fbe5
MD5 bd2986cbc15c3c6090e4be6317c4fd5b
BLAKE2b-256 cd2beca6f8f53c8b69d19f1cfa28b7a09b2a0de9bdaebe3b86aa7b3feee4aa77

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c612fa90156aab709c2e1cd3053c40230ec347921d3f17b8dce47fab12b26c16
MD5 395a084c2471fe83d591b2dc461c9d4f
BLAKE2b-256 6b47090f9edbb3cb2f9208105786cab525cf8f77049210bdedc528446913d784

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fb8f368062761c004bfa7037f81520ea71a652d6af78fcf1fb658f80407c0f2
MD5 55c5c5e1c6d16fd7c21c070aa0e827e8
BLAKE2b-256 fdc6c54ec7084a156c85500afab1576790fa336fe994868e659773aa18d4675a

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b255012c23814deed230427d4847e5a9e3a43f8f84eb2e5dc6d1c9f214c83864
MD5 4c81e4ab86bb6e15573dfa6c0e7d85b8
BLAKE2b-256 7536522837c095f1a346dd8f09818dd28c306814faf405751da40ebc3fdfdc22

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 16724d665180b1958f8ce11497a165635ff3323f9bfb0aa7fc7d20a420844383
MD5 3558ad9c9f518e7bc7be9755e77edf22
BLAKE2b-256 843ed9dad395f34112b3a6250199c86c39359ed5db09c8ade817e8ce240af153

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 133c909a61109d5ed14824adcffbfd9a9d426b41aef0fbc22af0802faa45c682
MD5 9fdb0a15025eba4cebbee3c85638301a
BLAKE2b-256 4aefaadcc8c8091b5be3e803b780a8984a810c2027a33307bc735a842ba585f3

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 275451f150e45da1586d56317f1dfa61d14723e83b5d785076bd4ca68ee32803
MD5 d4578b3661d704ce9cac6bad15b160bd
BLAKE2b-256 e25bf42a09edf057f3fbcd62b2e4101a5258f47280ca4fba96e3aa84257dc14e

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0193628e8d240d1bb01e17a7389476504eb0360c11108a511f6c0d8f5cb56f1f
MD5 4b02a06e6525b499de533b534321c81c
BLAKE2b-256 720007b8c68ba8ef9baa126312aa2f13cdb6fb6a2b89f56f58e93bd6de372128

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a4c9712245861982eceec97e4dac4de34d5829163c7865fb13bb774e15a22ee
MD5 eca5b9b066b395b2b9058aeb82ebf8d2
BLAKE2b-256 065108e65172295c3fc8bc53cc826bdb12cec4e89eb22e37dd4d207609e2fb8c

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4a8226de73517ca797457947858f876291ae36d08398c366a81491bdb43b2f35
MD5 3837d10ca39968f38247809b3ca8c843
BLAKE2b-256 cb50ef009fec2b451970697f82b2055e05d45321b27067c653e7686b30513925

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 e1816ddd79dc8089b6ef7ad32adc9dca229e5a5cb4b56420019e62b78e40dfa0
MD5 5a9adc06d1408f9431a9fcfa59811867
BLAKE2b-256 3ec6072b04dc855be037b1a0fe30b5084bdc004edd9330aff31e86abab02abe0

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ea5f7af60e5de8207ef2773a4df3dedb4ff81df52d48eba7ff4b94fe87f7c8d5
MD5 e32417498e369f9945bdc3f1ad96f951
BLAKE2b-256 ba5abc42afea013ee20df4637938f4767aaf7c68d9077985afb134d2a53fd04d

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cfe37e1e498e25b72ef5c621dea66a2d576a41650a7b523117749faf155f0223
MD5 c67c895ab9c8bbbe37ff05681d80baf3
BLAKE2b-256 2ae48d65a6f8f4c6ccb0fa1adfb136aa6be874fc7d30bbe9303ef796739f8a55

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7643abab18956a8879d0c5ea6f41cf7c47b77ac7f40163080b5f928224540df3
MD5 3d57bd52b63545398a5b9b1af64965dd
BLAKE2b-256 2c1286b847ea89cc115f05b110a47df8e9bc81e545c4f4e5726ca45b9bec4ece

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9e19d2e049ae7de1d13c7358b3914baa2ef112cadf8958d9971e3e8b5eda4a2e
MD5 5e195a3c925f02dc3b664c19eb8fca24
BLAKE2b-256 f37a4181d521e7d77756a843420215fcb4f78af82bd59787b029204d7d9a4c5e

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f30b84a7da0d10a93b587bfdfb14367d7554052ffab2be2def58488c781dd019
MD5 1566ad804eee45b8b3bc2c44fedd55d6
BLAKE2b-256 3ab595098d2bfe04f9747c9791d6806f2826b5ee0de8385fb4f9bd029a276b6c

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 398c002278779b79437a647afd748f5d57fd2f3972c7de13f18c4d83537c7360
MD5 18f629775cd0cca4f1704b0ee1785fc6
BLAKE2b-256 bf9cdf34b906bad30b27f5f629ea06c76784c326ac2a75e57ab4e8ec1baeb766

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b6a832461a83db0bea3bf4f6042232cb781aafe7039c2c3cb76b8894611c9ff
MD5 fcb9e07333031979f1b4e0eb014581c7
BLAKE2b-256 dcc8bdc492876d76d459c426cd4484b6499eb222bada2c078b12d08deac351ca

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c4e03b9f13e666fc512f4f6c7aa28d3a270c7cbcb0e66663644488b057349822
MD5 d878a91c4f89b0b6da22985b10a4bc90
BLAKE2b-256 71454e13ef869d8eec51c6bb14b6564507031170375f52c24d5b25f9922e7731

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ea5b0704ed535aa0a2e287b9a2247332302e18e0a36112429c23a205b656ee6e
MD5 f4af602d8ac8ea6957271aaa66460fc1
BLAKE2b-256 94846267734738163875449a207b596f45277811bb077c647d1a1459297e13b7

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b22bfa0a64370efc72953b1fdf90c91ffad88339a0c19793272edc341aa5ed2
MD5 635b642b94421beb90b288e4af0b8b3a
BLAKE2b-256 8f299ecde1ffb25e79791173140ae7317b22cab9d3938fc6d0bac6c78d3a46b1

See more details on using hashes here.

File details

Details for the file pybind11_geobuf-0.2.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pybind11_geobuf-0.2.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05152f4ad28d7054f6b3591756f95f49dcbd5afc030674739a441d4315f5ee7c
MD5 2a863b14bec088f7a94aedcb73d461f4
BLAKE2b-256 559c0013f2fa539fa57b27675f3aebb75262e7774502378e56ae0a229b6dac00

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