Skip to main content

No project description provided

Project description

Docs

PerceMon: The Perception Monitoring library

Online monitoring for perception systems using Spatio-Temporal Quality Logic.

Building from source

Requirements

You need:

  • CMake version greater than or equal to 3.5
  • Git
  • A C++ compiler that supports C++17. See cppreference for a compiler that supports most of the features.
  • (Optional) Ninja build tool for faster building than make and for better cross-platform availability.

Building the library

Note: this assumes a Linux environment with bash/zsh, but there are equivalent commands in other shells.

Clone the repository and it's submodules:

$ git clone https://github.com/anand-bala/PerceMon.git
$ cd PerceMon
$ git submodule update --init

Then do the CMake dance in the repository root:

$ mkdir -p build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make -j4

Or else, if you have installed Ninja

$ mkdir -p build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release -GNinja
$ ninja

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

percemon-1.0.2.tar.gz (509.4 kB view details)

Uploaded Source

Built Distributions

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

percemon-1.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl (940.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

percemon-1.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl (883.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

percemon-1.0.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (576.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

percemon-1.0.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (509.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

percemon-1.0.2-cp314-cp314t-macosx_14_0_x86_64.whl (414.5 kB view details)

Uploaded CPython 3.14tmacOS 14.0+ x86-64

percemon-1.0.2-cp314-cp314t-macosx_14_0_arm64.whl (371.7 kB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

percemon-1.0.2-cp314-cp314-musllinux_1_2_x86_64.whl (932.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

percemon-1.0.2-cp314-cp314-musllinux_1_2_aarch64.whl (875.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

percemon-1.0.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (568.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

percemon-1.0.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (501.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

percemon-1.0.2-cp314-cp314-macosx_14_0_x86_64.whl (411.0 kB view details)

Uploaded CPython 3.14macOS 14.0+ x86-64

percemon-1.0.2-cp314-cp314-macosx_14_0_arm64.whl (362.8 kB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

percemon-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (932.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

percemon-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (875.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

percemon-1.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (568.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

percemon-1.0.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (501.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

percemon-1.0.2-cp313-cp313-macosx_14_0_x86_64.whl (411.0 kB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

percemon-1.0.2-cp313-cp313-macosx_14_0_arm64.whl (362.8 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

percemon-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (932.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

percemon-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (875.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

percemon-1.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (568.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

percemon-1.0.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (501.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

percemon-1.0.2-cp312-cp312-macosx_14_0_x86_64.whl (411.0 kB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

percemon-1.0.2-cp312-cp312-macosx_14_0_arm64.whl (362.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

percemon-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (936.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

percemon-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (878.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

percemon-1.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (572.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

percemon-1.0.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (505.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

percemon-1.0.2-cp311-cp311-macosx_14_0_x86_64.whl (411.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

percemon-1.0.2-cp311-cp311-macosx_14_0_arm64.whl (367.7 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

percemon-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (936.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

percemon-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl (878.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

percemon-1.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (572.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

percemon-1.0.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (504.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

percemon-1.0.2-cp310-cp310-macosx_14_0_x86_64.whl (411.1 kB view details)

Uploaded CPython 3.10macOS 14.0+ x86-64

percemon-1.0.2-cp310-cp310-macosx_14_0_arm64.whl (367.3 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

File details

Details for the file percemon-1.0.2.tar.gz.

File metadata

  • Download URL: percemon-1.0.2.tar.gz
  • Upload date:
  • Size: 509.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.7

File hashes

Hashes for percemon-1.0.2.tar.gz
Algorithm Hash digest
SHA256 2d9ff1543bec9f7356c7c8061f6048dfb55af279bed7d900546664db1e41b584
MD5 6ef35a0aa79b67a9af5e29241ab63b0b
BLAKE2b-256 c72c12a11be082cc2e28a6bac6bbaee64e1e2ec1e4ee03ecf126b59211a01304

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffe83f92ab07927c4d0e890619cb63f1d934324bc1892b97f12cdc1400a1e8a8
MD5 6c4f121dd6001b6c66672c9f574d427d
BLAKE2b-256 b87774a213ba18e0180441424d3bd2ab867e6f9b64fba52cb0de7c70eb98f4a4

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1ea8490e803e3401454900aa495321311137fb0fc73781aca6004bbfd718180
MD5 9a01f0bbecf57f88cc08e3e002f5c6ce
BLAKE2b-256 8ddbed54619b709962624e6f881d25cf6acef993a644c89f4f4d71e50314503e

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9518ee945b46966bcf5bdf9709b0615d427b9332972f33c40c3ff8ac10ed83e
MD5 950f53d4aafad065255a1849c3f1a86e
BLAKE2b-256 71d778de96b77e5dbc66ad9493d4935d0154b791dc04f18c569ad6e3019c76ed

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 23b3cd531c3d7b94ef330dda9e6104b84608751b4a8a939f0900eb5c1c8a4bf9
MD5 2805043a47903e7698684a50a2c548a8
BLAKE2b-256 a3c80a7c60cca4c1ac2aea0c2a5bfbbe1f5a136bd85120b3e27d1f2b5151c56d

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314t-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314t-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 487d78e2bcff9a539320e216f7f86b2ddde49c82cb1e59687cf04b967a07390d
MD5 f28c15f8dd7294900dcf4f65a2acce48
BLAKE2b-256 8408a61ee8d047f4c84e88dd0a801a6d962ed5bd59de072507eae43e1e9eee3e

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bcc32e69e8c1d2e3f28d61252c3641a3a687d6226b8eff338945d7d346ccc919
MD5 b6c587fd83e2656191ba50739b1a91d1
BLAKE2b-256 89e88e5270877856935c6ae8f5ec1bd9439bcecde2d8ca1ba2c99cc5a0fc561e

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76022f415d0a1f5298560134efaef7040bdf28ab60b854a6ef1d2b3c51ee90a6
MD5 3daf843ce8e60705e889896f5bb8f013
BLAKE2b-256 82f6d95195566404b5be21ab902466cf905c47cd4456428512f2a8ca6c001915

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b380360d2350451ac3ea7d9376e74ea0a3554671fc4cd095453c8b2fc89717fb
MD5 43b5cb26e626dd032a3c995039b7d09e
BLAKE2b-256 0687fbfee9c7b3667f105b4763e41bb7c31267808f4c98f71cb2fb54c1d95abe

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 672c9d23c2cd85728160bf90c6beacb974319525f328b8df299f9438b8f7ca80
MD5 b2a594ead388724b3fc210048cb70306
BLAKE2b-256 eee8d21a03bb40d0a7ab58cb66ea2168d4135e54782b4bc019b06ab3e7b153df

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b3e888144c0f310faf72b9d03eaa013675f204d2dfc1a75aa484e2d90af83e5
MD5 e82c098d5c9e885446e26501dd4d3b86
BLAKE2b-256 a27e90f55590a24f80d387358b3d6a53a05bae5a7a779e1dfffdf866ec23ef06

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 0e57f161a58154642fafdcea5786a8f69926a323b568080ef081774196bfd4d6
MD5 0a25c9cb324ed32ec1009839cfa58e00
BLAKE2b-256 3c7460c0fac18d606b64decfcd36e8ba445b5a55acb4c8c87350cfa9d3e4e355

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8b38441de1cb78db6cf846fc0d94392069643c063042c8aaaa634b648004e16f
MD5 1d52b14c1a75d1c5adea52b6faf79021
BLAKE2b-256 4b74ffbf1d2de8e61cde5cf658c5aaa8374846d1670ba9896df1f68f35ac4330

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6733571b43066247494b8d2befbc99823fba79d17577e7a273b6be381295097
MD5 a73381edb9e4388d1860730ce9e3d24c
BLAKE2b-256 153fca4d30810887abb347b434fe21beb9ea8119473b830bdf8079659fa12ac4

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3b1a39a7da451c9339fedc03ee140daff87f39f5367acacc997a7eafda550a9
MD5 e3638aee815ac2232fbfc8e77b23d60d
BLAKE2b-256 9b7e85d0eabc534917c495242982ad1c2fd150136dc78b3180c3b84df5fe9c1e

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 492fa9548f983db028cb64465a422b297eb58fc03b9596dbe937b84c2b2d8d83
MD5 9a065d2747c5acb036331d2036bd36f4
BLAKE2b-256 e05944185d6d37225d0dbc2857711b2f3e8f20f7c9698b18da42836898e12cd6

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4daedd49f32524f80ab9d8e15e15d3a9ae21de628cb92afb9fc23cf4473b142b
MD5 b1022be3961a46d97ba64a6f89b4e79d
BLAKE2b-256 a41b53024be9104494b2cb508355df4677b649541c01304b264fd9bce405f14a

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 364f2f5bd4ad419e7422cdfe8a8c6f71922332626b9eb4a06453ea01aa2eb08d
MD5 1d4b5043aeb78ad19518f52f686a25ed
BLAKE2b-256 4dd7b35e23ca02bfa31a09ad1ce3d8c8975fa0c08c7fbdc97e26a47b673209a6

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 46c130efd2e50d60f2abf0e43d8bf7327f741eae9b7ed96f16aa706ce7dc7e91
MD5 694d32deb2f6f3f33cb9ea90eb14f51a
BLAKE2b-256 6092c1957dc1d5435397937be4fb3d3b5b860dc25526cebc012d9330d54ca101

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a581ed874fbf45f4f50ae842456ae64220f4b0d28a5f42df3ec7d519b8bab78a
MD5 2a4f309730fccf9469ab68ca3168ab52
BLAKE2b-256 2347bad5a955c1739b63a91204dece02ff9fe66721fc77860e6d0007e92b7aab

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 405f9b09fb209b4d4629130998672a4f10676db797dea982ab647b414bc06aa4
MD5 39a8ccff53137efacd9623471b700983
BLAKE2b-256 6cccbe3085789c53daeba4e5abf335853a081cef8ac7bddf7b326a5dfbd59440

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b42cde284b1f70c5af73fb133b011e665d900b24b3e1ebea2e432465e1e6cc7c
MD5 b1b78f226bf19fac9db51ce34f125046
BLAKE2b-256 7c85c979213199442466d9a7df94a4a8252d12858394942b78d86f6464a3f676

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 790666da4983d166f3331d216d6d66b78bef232edd74cb341ea41debbb244d9d
MD5 40615b14b1282cc8c4f20a0a86317fb9
BLAKE2b-256 1efaade2a15e4ca32eea8212e96ec8f016592f4e85489398743363bbf43e0a34

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 7ac755c182262a8cee16a0694f6b63fcc2e58920e11a39dd7974aec3277b2468
MD5 c14144773c601bfbbba98082ad3c9b76
BLAKE2b-256 0de5cfca7ea62e45257db08d0b4ee4e5815bff5811cabe874b17745ae9b597f8

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 dd4a45d7abcca274c946a126157d96e0c2b2cad72462b5ef447d53993e0347bd
MD5 31dc158205835fdd37f56f48adb2cfdf
BLAKE2b-256 69c1fbc4d00efc8f2e8445f0641e82d3a8cf56a53076d4c40deb4e426e71caca

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 446742f792fd30cd7cae8c2e68a0b37ada2b6af80f198ebe2542ad41859b82c0
MD5 fbab381188ba6e3dc303743596ad19bf
BLAKE2b-256 e014443ab9e3eabfe45c053ea8466644ab2557b3949992a12f80605e512485e2

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69a14c083e70972c564416ab98a1fc46d7374082516921ef33ec58a262819c28
MD5 325cebf65cc5e0bd39eb809eb725b1f0
BLAKE2b-256 6c6b34270545a608ea426f72a6757fddc321ff40a49d8b4c50cb6a4921368a16

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c7fd2c226d5e33ec1215114f0cb30df5b9cb30da1f3c0e117429aa5b30381d6
MD5 7368917630845da7993ccb95d2d3bd99
BLAKE2b-256 3fc2630cd7bb34ee27fe7b727636a6905b5290e84b23f8ee17e94d3d46e48abe

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d830b0961ebb22b265f0fcd33f9564a753402dfad336485c7501fa161f1b78f0
MD5 c0ff8a771b1f33d1f611cfd77c026975
BLAKE2b-256 724db53cae1a8bdc33542c37ecb4775cbac57fd0144885d317504df9ef76c0ee

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 a85b022fdc1d262a4c81091be77d595505dc1e35125a3d5bb7699966c501e958
MD5 dca4a253f02c053642720ef6ba6c1504
BLAKE2b-256 2dfe5fa246fb572dc83aefb47531ab868ef958cabaf237d814f7a748394e6c81

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 17f546d0e4c07749979748e749c72417145fdc7985b3eb18eb2faee9fc1ca9de
MD5 851f604c42453796dd933c7c81133e23
BLAKE2b-256 9c9212c89038971d055aa3b5becf35a5c9e6afc5e0ea8e8540b7845d60e0f40c

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de2bb48e7802e21b00c879a004ac9283a1466815f1b8ca39d2a8766fe7808108
MD5 611ea4561b59e09981df6403ca32b17e
BLAKE2b-256 9ea5a6111045a124fcc033f67ecd3943108598fcb37796a3c74516453bea6a32

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8594bf54dc4302534224fff38080ef71daf99d544c503b9d74eaee3be81e316a
MD5 16bade761a2973e4be0891ba2d1f459f
BLAKE2b-256 6d1b4b53f4c24b9caade31705583d0650df366ec2958ee6783e70df04a53f86f

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 191d6462a82c4284278ea83ae475229bd07ffab284ee8ec2487b6977a07e1714
MD5 9c51640fd7d85f13001a460286cbaaf4
BLAKE2b-256 40ff2ab4b759617b8127be458e22e9f72452e08e7fd3baecde7c783368a6f1cd

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3b2caa9770077f11d4e90c78eefbda4172544b6f1420612190469bdd87f47c69
MD5 31cb8c09dc5ab056c7ef4f3f3c99d8e1
BLAKE2b-256 e19b1bfb47e259039040e7634628dfd593dccac388b4452986ac18bdafba3248

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp310-cp310-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp310-cp310-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 1c03b38d379a590ef8d05e020d2b7d3e1b9ec37a4c3d51f4f473a611e86f017c
MD5 4f38981c5b72f3b20089f0ac4eea1159
BLAKE2b-256 43077dc1a8f7de77b715da500efc5e21313e6ef3737499fb0db615a69ad86769

See more details on using hashes here.

File details

Details for the file percemon-1.0.2-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for percemon-1.0.2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 199cf6488ccbe5dea5e0b97cc00ff9407fb7557c954c7e34a975e574b45f417d
MD5 7a9d69da32de1070eede21e739acaabd
BLAKE2b-256 0b2ba9fa1f526a5959d6ea8c80634ec87a1fcf01e75cb0a12df3a5553e52eb5b

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