Skip to main content

A python wrapper for the ENet library

Project description

pyenet is a python wrapper for the ENet library by Lee Salzman, http://enet.bespin.org

It was originally written by Scott Robinson scott@tranzoa.com and is currently maintained by Andrew Resch andrewresch@gmail.com

This fork is being maintained by the piqueserver team for purposes of including patches for bugs found while developing piqueserver, and to provide a package on pypi.

License

pyenet is licensed under the BSD license, see LICENSE for details. enet is licensed under the MIT license, see http://enet.bespin.org/License.html

Dependencies

Building pyenet requires all the same dependencies as enet plus Cython and, obviously, Python.

Installation

From pypi

pip install pyenet

Manually from git

Run the setup.py build:

$ python setup.py build

Once that is complete, install the new pyenet module:

# python setup.py install

Packaging notes

  • update package version in setup.py

  • create a virtualenv (python3 -m venv venv && source venv/bin/activate)

  • install the requirements: pip install -r dev-requirements.txt

  • build the source dist: python setup.py sdist

  • make sure docker is installed and running and you’re on a 64bit linux machine

  • build the binary dists: ./scripts/build_packages.sh

  • upload to pypi: twine upload dist/* wheelhouse/pyenet*

  • commit, tag, push to github

Usage

Once you have installed pyenet, you only need to import the enet module to start using enet in your project.

Example server:

>>> import enet
>>> host = enet.Host(enet.Address("localhost", 33333), 1, 0, 0)
>>> event = host.service(0)

Example client:

>>> import enet
>>> host = enet.Host(None, 1, 0, 0)
>>> peer = host.connect(enet.Address("localhost", 33333), 1)

More information on usage can be obtained from: http://enet.bespin.org/Tutorial.html

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

pyenet_vladfi-1.3.19.tar.gz (221.9 kB view details)

Uploaded Source

Built Distributions

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

pyenet_vladfi-1.3.19-cp313-cp313-win_amd64.whl (74.9 kB view details)

Uploaded CPython 3.13Windows x86-64

pyenet_vladfi-1.3.19-cp313-cp313-win32.whl (62.4 kB view details)

Uploaded CPython 3.13Windows x86

pyenet_vladfi-1.3.19-cp313-cp313-musllinux_1_2_x86_64.whl (477.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyenet_vladfi-1.3.19-cp313-cp313-musllinux_1_2_aarch64.whl (474.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyenet_vladfi-1.3.19-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (505.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyenet_vladfi-1.3.19-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (501.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pyenet_vladfi-1.3.19-cp313-cp313-macosx_11_0_arm64.whl (88.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyenet_vladfi-1.3.19-cp312-cp312-win_amd64.whl (75.6 kB view details)

Uploaded CPython 3.12Windows x86-64

pyenet_vladfi-1.3.19-cp312-cp312-win32.whl (62.8 kB view details)

Uploaded CPython 3.12Windows x86

pyenet_vladfi-1.3.19-cp312-cp312-musllinux_1_2_x86_64.whl (482.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyenet_vladfi-1.3.19-cp312-cp312-musllinux_1_2_aarch64.whl (478.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyenet_vladfi-1.3.19-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (514.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyenet_vladfi-1.3.19-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (512.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pyenet_vladfi-1.3.19-cp312-cp312-macosx_11_0_arm64.whl (89.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyenet_vladfi-1.3.19-cp311-cp311-win_amd64.whl (74.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pyenet_vladfi-1.3.19-cp311-cp311-win32.whl (62.1 kB view details)

Uploaded CPython 3.11Windows x86

pyenet_vladfi-1.3.19-cp311-cp311-musllinux_1_2_x86_64.whl (495.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyenet_vladfi-1.3.19-cp311-cp311-musllinux_1_2_aarch64.whl (492.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyenet_vladfi-1.3.19-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (522.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyenet_vladfi-1.3.19-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (528.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pyenet_vladfi-1.3.19-cp311-cp311-macosx_11_0_arm64.whl (88.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyenet_vladfi-1.3.19-cp310-cp310-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.10Windows x86-64

pyenet_vladfi-1.3.19-cp310-cp310-win32.whl (62.2 kB view details)

Uploaded CPython 3.10Windows x86

pyenet_vladfi-1.3.19-cp310-cp310-musllinux_1_2_x86_64.whl (475.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyenet_vladfi-1.3.19-cp310-cp310-musllinux_1_2_aarch64.whl (471.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyenet_vladfi-1.3.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (501.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyenet_vladfi-1.3.19-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (509.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pyenet_vladfi-1.3.19-cp310-cp310-macosx_11_0_arm64.whl (88.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyenet_vladfi-1.3.19-cp39-cp39-win_amd64.whl (74.7 kB view details)

Uploaded CPython 3.9Windows x86-64

pyenet_vladfi-1.3.19-cp39-cp39-win32.whl (62.5 kB view details)

Uploaded CPython 3.9Windows x86

pyenet_vladfi-1.3.19-cp39-cp39-musllinux_1_2_x86_64.whl (474.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyenet_vladfi-1.3.19-cp39-cp39-musllinux_1_2_aarch64.whl (470.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pyenet_vladfi-1.3.19-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (498.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyenet_vladfi-1.3.19-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (507.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pyenet_vladfi-1.3.19-cp39-cp39-macosx_11_0_arm64.whl (88.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file pyenet_vladfi-1.3.19.tar.gz.

File metadata

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

File hashes

Hashes for pyenet_vladfi-1.3.19.tar.gz
Algorithm Hash digest
SHA256 145363281509a48f3de77550db1f99cfa90baa63206e1174161e8e47a58c6647
MD5 585238e7898de254aa13ff6396846229
BLAKE2b-256 d5238d079b2e1bcc3f01ade02121e2acfbf0c50bb83ecfc26b173ffd04c4bc10

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19.tar.gz:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a62a2b2f01e63e927ce1cde8b3056655062cb315f179408c92c1d88f0bacadc3
MD5 0df4938718172f94ec12ac9b1fcd6494
BLAKE2b-256 2c8c7d514a8c22886785e57706af66b59d4355a3f05d5a1708dfde147ea54859

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9746a02c33dd1a068a4b4d60a39c8c50c4acd707bad26bd22d6ca21088c6de41
MD5 ed12b68cb501615c6463a009b3253d06
BLAKE2b-256 5c0358229cfab278a8bbd8fd8e69c40593a4da420000229f88f02027d2249176

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp313-cp313-win32.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b24d38644deb5d6e27394c3ad4ecbf9952a4ee32a93cfda360c08e6fc23817d1
MD5 895fcb4df8adfbee125a47a589d05947
BLAKE2b-256 4fefff77dfe4bb999d1905b320568539ff16905d6f1c7ff446e29e8169cd3035

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e90967ac921540825a53877d2c863f911e7fcd5414b1c96a6683c0547808972e
MD5 f42676e196d42725dab3eeb02e3ead1c
BLAKE2b-256 7d4f9141c32fe02d78aa71ad6207830bdbecab72d8d6edf2177434e82b685070

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f5b6d4aa3931280354158bb54eb32965ad2ae923d546615a1398e0113640a14
MD5 f4cfc43b0583a95a78d42ebd8ac7bb09
BLAKE2b-256 755100aa142c0df893d84b8e4444676daf7b8c9e31905aea5209d947964a8c1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd2d9864f61e8aa7dcaa60d9de53bb2e1c57ce69f17b18e461cf53576bd5b5c7
MD5 697e6949416ce2bf334d9a62edaa7a54
BLAKE2b-256 223108831259ff55f12d54b47fc24cb2740c5435a4be18291292db8893136384

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a59f41fd1c39385d606a8adab9f519a13ccefc15a0092cf0ae7d53da899845fe
MD5 21bbccf43dbc4d9b8e06d67953f5a097
BLAKE2b-256 8f746a669e5dd148a8dbc659bc49e38cb000f0d393fe923379cfb054fa566769

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e3cbbe158ae9def080c2e04ad049dc8eae66a308ae72544ccc6834d86c9b7035
MD5 1ee8332b0a8b1c80828472c09f47f640
BLAKE2b-256 8033ca185da4a39b6823e068721d33decda740099e9c1159c52dead0fa1a38bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bbc10e1a8ea58bdd6b6f679fe6ec2874e78e6e3e8b33043ed32d59fb31d241ad
MD5 efd3a6caf20545dfdaa4e8b9deb1d89a
BLAKE2b-256 b3a87932dba9d4766f39cf35bf1c60d3346248d570d316c53e9587c754aa550f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp312-cp312-win32.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 78d0e2181f027da1b2315c45ba76c85ee00b161ba59b58ba2a0d010e14e5b300
MD5 eff277039c81e9e6d6d90808132d224d
BLAKE2b-256 0756891eaa92fa78bdc0a8453510454347fc64d114b55fff4c5c9b29d49d17d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de686dc8d343f0b70cd3b1b416d653f352faa9e425443e9058f5edc7831eab28
MD5 c0914e9e747d3c2bf06f93980909581a
BLAKE2b-256 45ad2252fe9a970a3c36af50dbdddf00c4d670927dd69a12cb8e8196fabe006c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 153aa579caee315f3a01ef97541efe23460950d3cf10ba4e38720bcdf18e8e26
MD5 5b7fae7fd687f37ca8d04d84e26f5a9e
BLAKE2b-256 95026da318e4860593fb6535c3cd89158cad428a0d2f4129f8b77c6fff8b53de

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc7380ff2c235d90a2d8a1dbc36a6ca362dbd2d03f608ad0470433157ec6bf3e
MD5 b48e5722048edaa562569830ee8e6d1e
BLAKE2b-256 4b7b1eb8bf151f537eba88d0936bb4e616be78aa066c912a9dda7df608ce5e9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0b8701e28c7b2a22275343db0c710afb6ff86a816fd2cc51fdca99599a22b60
MD5 7a4f8fc2178ca7c1858b795362006697
BLAKE2b-256 1f5777933adbf298255af94b23a4673e721998de37a7505da38c31b3e4774b06

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6089179be0a0420cf6c283bb653063146ede9c386975690d87ec47c3ead7b5ee
MD5 4c908a25fb2915c81f27b76a5a9f471a
BLAKE2b-256 efc207126b4a6fd29b5d3e578bdf7cbd5cbb28ba427232b48b7880484d16e7ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d708ca78815aa8718dff7048696faaf3e14f35279271cddcb11807798eaade1d
MD5 a68f77b8e1e98d42d10ce51db26de215
BLAKE2b-256 c5bcec211716e248f0e53152b7d2d8b9bf3ba56e8249faaab9043f821a77be49

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp311-cp311-win32.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c47e8271c540a2abd56d4d249e32d965cb23a2c9066d1f916096313ae6b9781
MD5 e51bec6343c5658251cda74716147662
BLAKE2b-256 5be318e7037cf32cb04930f95458232fa81c50affe2c42e4bcb9785f649a05c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d16ee232d421396a6616766593cfc1af509ca575968a338027356c9bc6bdc3e9
MD5 59143d746d1badc34338154c9536a8ae
BLAKE2b-256 a1a59b0d64ba3334a5a2e39b58c0a9945722d8aaa565208ff6b3c6a2e91e5cda

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e42448eda40b4c0c675826d86d1a47d8378c9e088740ad72fc6c97ac33f93df3
MD5 ff8c50bebc8343168efa283aff216ecb
BLAKE2b-256 bd5ad78d1db7109f6decaaf18f3837d3d5dd9d51f8930f05de132daa4670bcbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4051781fcc62639d4cc1b2ffcb07c5137cc3848ab62dc1ec06de0e63b044d10f
MD5 0fe783712ff29d231a09af8864125e12
BLAKE2b-256 9fc1f87ec140197862f9b6b351200a84bea82aa234d3c70230737ecf83ebad09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06906dd8b59577c14fa9bc0722a00090e648b94b0a61ce0285ea3c54ba210b39
MD5 75c05451a3303ade00f87993899753da
BLAKE2b-256 31ca9b575ef36ba2ef2cff6e552531d31c704655887e1f8104f026277062e544

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 62002b3391f0e7b53a09e90f238319e9e3d164996427e2cabf1e2c9525756d19
MD5 ddc28532767aff90f1baf9b0640132c2
BLAKE2b-256 8fbde8dc4b72a0c3b02f8af6020c88ef6abec96b33e8e47dec0d9df5df78ab41

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 94048c83b5df7eb31e7c4337f34cf1b463b00d734aa3583dc7cfa62917da6533
MD5 19d085a7def1619ec3190cfa1758ec26
BLAKE2b-256 7fe480324d5a51742e94f7b1b0dc002debc0d1bd62aaa3f76874b42670677f79

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp310-cp310-win32.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 658414684558f22f6cb9ce3da54f9e26916098368d2882dcd7155efe23af1436
MD5 fb541b7f00af7f8247e22a8f83973bd2
BLAKE2b-256 3b3364da5f06492df4c10fb5b7ebbbc5543865b37e9a84adad3d6084addd944e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9b8f6d84dcb92885bee24664132d67d574579f72612015bc65f9589ff901682
MD5 e73538d289f67b9d708d5ea6f2218faf
BLAKE2b-256 8707810d2a2c6c0e8654240cbba715e87ed2e50126ef26a14b4402cf5a3c18a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e26b90a57c1ce6c4e69da73d0b561c06ff09c63d3c337dd865c6b67aa297210
MD5 40bab921ea94fb48b4bd3213c93db40c
BLAKE2b-256 0d1e871c44936b7bb49204a376631d22a3732632407bb53c291354ac76db2a7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96a92dd0d7099b9cba371cd5cd8a6c0214d91046236af5fc7465dc29aafef3db
MD5 91fe95209d4dec78ff6b6789f8047412
BLAKE2b-256 8951070c6f852b68d632b8c1a0e07021aed09b2a2021aa8d6bed2fd50ab926b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 765b033860d60674312fdcd952757897176dbbffc1146d212af739a5a384e86f
MD5 a9424822b16435205e39753aa9d99620
BLAKE2b-256 0e966df35f2510197328dc7cc334c2d0bf3097f1ef49cdf96ca79cfbcb86a469

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 abad7f034d49ef7f2eaa33069476bb0e0ac1d0a1b638e331b105ff16377c0f7f
MD5 e0ae0ccdafab341949db9650f6ca4ec7
BLAKE2b-256 b76dfc31183a30ce5c04a02865a7faa6b188b819a7fbd7bdcd0d1cc4a2e81e43

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp39-cp39-win_amd64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyenet_vladfi-1.3.19-cp39-cp39-win32.whl
  • Upload date:
  • Size: 62.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pyenet_vladfi-1.3.19-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c7d873c09b613c51de11b3edc758872aa9c37c2deca7652abd43f1ca5d44eba3
MD5 115c2040858e83898bbc6483b795a2a8
BLAKE2b-256 a392d6333637ff142966727b03ba5a92e259af01930ce5f6c191c5c4fb724f8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp39-cp39-win32.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cddf3d7bacbc8e145bcd1236f083ae40bea2f1dc9da23e0bc8f0511f9e0f36e0
MD5 49136ffeb629186844abd859eb729f43
BLAKE2b-256 4016c2639d80830786f1d323f534301c55fcd6ca928a8d1bfc94826e68c75ed8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 943c9d4418e76eee4b3d87b30b90fddd993e2835d548f52407c571151c1dc5d6
MD5 439108823b08a845c6b1893b4e700833
BLAKE2b-256 3d54d22fe790647139a94c1727aa6f0cfe4e79c5df1acd8339d9b44f893d0bac

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72a9e3898be5d258411edaa62ccbf4c5dcf178a07540e0ea485d09692a2407d5
MD5 70862b4b4f0f546da315f988823cc434
BLAKE2b-256 85cfc5092df1f7e77e10f0e4e4e815b38296deaa4669a6131dcf4b6107da974a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de1cb5bce1c9841550f230b175171445e906434bbe9399035cc12a772a710b9d
MD5 b68c7eb3cd8bae6b41d2841ea6e2f960
BLAKE2b-256 28cf29044a0d8c23fe716371833beda4ac0bf512102acfbb241e775d07bf30f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on vladfi1/pyenet

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

File details

Details for the file pyenet_vladfi-1.3.19-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.19-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b74eabdddc767a0cef051d6666619794fe6067f265c1d4acb654ecfc918ab08
MD5 06748035aae58a7410bcc292435a2a01
BLAKE2b-256 c5b742d0bffea475a5d292d12bf95e8d2e84e66e3472a324f50fd722a6229741

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.19-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yml on vladfi1/pyenet

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