Skip to main content

Python ctypes bindings to the Monocypher library

Project description

pymonocypher

This python package uses cython to wrap the Monocypher C library. Monocypher is an easy to use, easy to deploy, auditable crypto library written in portable C.

Normal Python installations have access to a wide selection of quality crypto libraries. This python binding is intended to communicate with other implementations that do use the Monocypher library. A typical application is to communicate with a microcontroller that uses Monocypher.

The Python binding API mirrors the underlying C API, but with simplifications to only pass bytes objects, not uint8_t * and length.

Installation

You can install directly from pypi:

pip install pymonocypher

You can then use pymonocypher:

python
>>> import monocypher
>>> monocypher.blake2b(b'hello world')

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

pymonocypher-3.1.3.6.tar.gz (448.3 kB view details)

Uploaded Source

Built Distributions

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

pymonocypher-3.1.3.6-cp314-cp314-win_arm64.whl (77.3 kB view details)

Uploaded CPython 3.14Windows ARM64

pymonocypher-3.1.3.6-cp314-cp314-win_amd64.whl (87.2 kB view details)

Uploaded CPython 3.14Windows x86-64

pymonocypher-3.1.3.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (440.0 kB view details)

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

pymonocypher-3.1.3.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (428.1 kB view details)

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

pymonocypher-3.1.3.6-cp314-cp314-macosx_10_15_universal2.whl (189.5 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

pymonocypher-3.1.3.6-cp313-cp313-win_arm64.whl (72.9 kB view details)

Uploaded CPython 3.13Windows ARM64

pymonocypher-3.1.3.6-cp313-cp313-win_amd64.whl (84.5 kB view details)

Uploaded CPython 3.13Windows x86-64

pymonocypher-3.1.3.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (441.3 kB view details)

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

pymonocypher-3.1.3.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (425.6 kB view details)

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

pymonocypher-3.1.3.6-cp313-cp313-macosx_10_13_universal2.whl (188.8 kB view details)

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

pymonocypher-3.1.3.6-cp312-cp312-win_arm64.whl (73.4 kB view details)

Uploaded CPython 3.12Windows ARM64

pymonocypher-3.1.3.6-cp312-cp312-win_amd64.whl (85.2 kB view details)

Uploaded CPython 3.12Windows x86-64

pymonocypher-3.1.3.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (443.1 kB view details)

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

pymonocypher-3.1.3.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (429.9 kB view details)

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

pymonocypher-3.1.3.6-cp312-cp312-macosx_10_13_universal2.whl (190.6 kB view details)

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

pymonocypher-3.1.3.6-cp311-cp311-win_arm64.whl (74.6 kB view details)

Uploaded CPython 3.11Windows ARM64

pymonocypher-3.1.3.6-cp311-cp311-win_amd64.whl (86.0 kB view details)

Uploaded CPython 3.11Windows x86-64

pymonocypher-3.1.3.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (439.4 kB view details)

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

pymonocypher-3.1.3.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (428.8 kB view details)

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

pymonocypher-3.1.3.6-cp311-cp311-macosx_10_9_universal2.whl (189.5 kB view details)

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

File details

Details for the file pymonocypher-3.1.3.6.tar.gz.

File metadata

  • Download URL: pymonocypher-3.1.3.6.tar.gz
  • Upload date:
  • Size: 448.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pymonocypher-3.1.3.6.tar.gz
Algorithm Hash digest
SHA256 b6b58b213bc0947695e163389e7ecb27a1d4ba7782ec8f4ce976f71ad1fcefd1
MD5 3f4ee397c5b8d343005480f33e04f2ce
BLAKE2b-256 6f80158699926fabcb9ed3de6e250ebc5f8bcadac0f04bedd21aafa74b40f178

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6.tar.gz:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ad503c510b705f1c58fa4a2159227b67f1755dee04a3af5a3e94889ff4399841
MD5 21a34e6d6968f1462a9f4cc7aff6412f
BLAKE2b-256 523a5edd5389f6d969261a1d3b3b097a5339a7d144433d6e184382999e8fc91b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp314-cp314-win_arm64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a94309bd9f5500e4960af356897064fe080263e43b7eb222cd6e2c32e7aec6c2
MD5 6d89e8bebe42d9731846bdd7c3b963ac
BLAKE2b-256 944c33a1b7633bd63e16378eaaf0b69d031c1d13578ebeb54cd643b4b069e706

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp314-cp314-win_amd64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b432f5fb5435139ffb384c436d6dbff4de72e4085d16ef215c0a78048ebca990
MD5 996d502501bbeb79fb60a3d94ca1df02
BLAKE2b-256 b7aa3d82e3dd9a8a9f8fc99c1d51b69ecbb66d8cc42f282839ffcd254e4749c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c918dbd881fc60e2bb7e857f7505996a40cba885159a0549997dc1aacff73c5d
MD5 bb091abdffbf56acd473c27c0a9e1985
BLAKE2b-256 06736a60241853979007b586f83a4bc594bfddbc873c1e65a217a9b04e35106a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 82ceb33bdfb93f826a5db74a15c9a0bd7b1a6d5d0b2dbb8c395527a1cacbda8c
MD5 3f7133b6306742bfe42ad5cdd442389d
BLAKE2b-256 f2f9fe30ef6ac5ba83c4e17f6509bedf0a54cc7fe98cd7e107efc01c6c56ba24

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d89ec06e394ac745dc1310b56e1102f4a888cbf329234005975d6d3a4855d95a
MD5 afa49c03eabb23842e1af0d7e810bd85
BLAKE2b-256 667d2ea4837abdbcd5924838bfde00bc5fd3db9558aef3ef48fd769715ca308d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp313-cp313-win_arm64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1573c7729ae6dc695f2b1f8a7c169f490013caa10f3292ee460811f2ee011cd5
MD5 7bfe349301cca101b6bcf51a3a6463a2
BLAKE2b-256 46aea3c70d3405fcf2974bd5a400805896aec4ff886daba63726a5989d7603a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp313-cp313-win_amd64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a20912061deb72a486075e81ba15ac75713c741795f818755fbd9f4cbb8d1146
MD5 b5c8b24fefdbacfb3d80d0ee2fcf6e9e
BLAKE2b-256 6d7ba890d2721e637dfd04276a548ee34cb9e30b3131101e231c0379a8e898aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 65f184f71c5ba864cbc34f78058873186eaea15ada8f9482cff2a67df9f8b387
MD5 bd147ce7b5fc14398aa46841279bfe05
BLAKE2b-256 bbfff482d2a598ec9c1b19953973d85301be80765b5bfd57bf11099f5fa12d3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3040aeb85695111783d4b007977869eb368fd00f36c2a098db2aa59b29eec6c0
MD5 4831c58aca9970522c8ad84745f1bc7c
BLAKE2b-256 7e05ee5bbdc2f86c761f7a36af31b67c5207cf521041e750c1c8cb235560bc9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 64add81c6b981d84a84de41984a60633f93c1f7fba4c7534d9c71c5272c2c8cf
MD5 dbb04b440c2c0851154ee03bacf14e6d
BLAKE2b-256 cdbff99bcd82c4703b475928f8914565065cf798ac54f07a7d8417cd2e1188ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp312-cp312-win_arm64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 331b191dcb7b1961d86cfa384f5ae6a951e8dbf66328c77a2cc3d9b0fe5dd3f7
MD5 28bd3f4283be468ee10dfb2339bf1f0d
BLAKE2b-256 941b60f26c624b97f994c9d035291a9738769335526184d2efeea78cfbc48fd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp312-cp312-win_amd64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a46bec3b3044ec1d21bd962f21dc84485e654d2cf40904b58ed653b193cb58fc
MD5 faee64e963a6b24b2c0b1fee2704496a
BLAKE2b-256 f82972090ad6d5181c4c99134d0243a089a4884293c07a8b00227807b6376822

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c762c2370f972e55b05a675c6b4b42c80fa8eb24883b8773cd5d35110717076
MD5 778814cc24a1f3d24cfc2b243c3ae262
BLAKE2b-256 06aec3458bacf810c4684f25ae98e39070c74edeccf9ae59cf00766b94d13c10

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 09243a9bc0f075678cd4065297f93130ae7912c573f9f1968463447e9fe2c9c9
MD5 6f186e085ec70c852ae20fc05467d6f7
BLAKE2b-256 c3b1b8555067cb3af7b8ee34ce760b46879c52f53acd2738b87a325d58a2b8ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a003b34d7e6d330e4083c9b9d3d0ab761d93db801387031b12269619c95df857
MD5 8c8439fa095f319ec58b0a0c92143424
BLAKE2b-256 a5bfe62c4c208c9fd26d4cdbed1b4961d90ed3500b2f0b133cbecf4f85810a98

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp311-cp311-win_arm64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e000e924a342f918488995286963a0a0acdbf954d1e872e337fcd3ae7ee43655
MD5 087467048dc0c467548457c8fdac585a
BLAKE2b-256 980d92ddb8a003e3a167b349fbb75099fd9a669a9dc7027afbd888c7d1afa69d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp311-cp311-win_amd64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e9d19d75a99bde6ac69ff6216408a713e13b450495fa301a2164da77fe937ee
MD5 969e0bec703d7a5db2f655e0df06b0d4
BLAKE2b-256 3b05d362316aa973f99f54466eaba6dc3183f7acbd112dfdb49d4828098e65cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a0dbb706ff22494ede4e0e95d3953e9125ae9d1c78f85e5f66f67ff4bc30a9e2
MD5 ef70495ebfe7c5026bc4735dd6d31133
BLAKE2b-256 e629380fefcb93f23f8a01dbbb7490bc490fa4de882068318f8785e005893ede

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymonocypher-3.1.3.6-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pymonocypher-3.1.3.6-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 204d455f7f0e17664b8b95ea71188412c65741b8edfb4c2a8a4b134036d9fc8c
MD5 40d2a78352bd6f98837391e7428eb7cb
BLAKE2b-256 7b13e56b3feb15d847b122af69a6999661e114faee8204b1737a4a567d28ba46

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymonocypher-3.1.3.6-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: packaging.yml on jetperch/pymonocypher

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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