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.18.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.18-cp313-cp313-win_amd64.whl (74.9 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

pyenet_vladfi-1.3.18-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.18-cp313-cp313-musllinux_1_2_i686.whl (451.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pyenet_vladfi-1.3.18-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.18-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (471.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pyenet_vladfi-1.3.18-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.18-cp312-cp312-musllinux_1_2_i686.whl (458.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pyenet_vladfi-1.3.18-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.18-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (480.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pyenet_vladfi-1.3.18-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.18-cp311-cp311-musllinux_1_2_i686.whl (467.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pyenet_vladfi-1.3.18-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.18-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (488.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pyenet_vladfi-1.3.18-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.18-cp310-cp310-musllinux_1_2_i686.whl (451.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pyenet_vladfi-1.3.18-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.18-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (469.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.10macOS 11.0+ ARM64

pyenet_vladfi-1.3.18-cp39-cp39-win_amd64.whl (74.8 kB view details)

Uploaded CPython 3.9Windows x86-64

pyenet_vladfi-1.3.18-cp39-cp39-win32.whl (62.4 kB view details)

Uploaded CPython 3.9Windows x86

pyenet_vladfi-1.3.18-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.18-cp39-cp39-musllinux_1_2_i686.whl (449.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pyenet_vladfi-1.3.18-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.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (468.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

pyenet_vladfi-1.3.18-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.18.tar.gz.

File metadata

  • Download URL: pyenet_vladfi-1.3.18.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.18.tar.gz
Algorithm Hash digest
SHA256 6ad6d8a8373464a37b253b702f9968de05c3b8c29f44a55d549e51ddbfb8431a
MD5 ac3550e1aa71364a30310026c9a2f3f4
BLAKE2b-256 26a6515fc0278475564a7b9b04c6f9c23419cdf49d38c11c05e1627d791a0ad9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18.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.18-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a3bc5cc5c36109cb87dc2c833161a160f248cae2204b6be6f1d2510e3decdd0d
MD5 d98a2df8103c244f1d8da97332b2a405
BLAKE2b-256 9321a917d1e566fcf20c6b52a5b2bdebfe16572f165b90864c5acfd356dbada1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp313-cp313-win32.whl.

File metadata

  • Download URL: pyenet_vladfi-1.3.18-cp313-cp313-win32.whl
  • Upload date:
  • Size: 62.4 kB
  • Tags: CPython 3.13, 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.18-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 86edfbdc30f5aad7b4cfb8b6a4e86bed7869f90af07e2c603e90793749fd64b5
MD5 04c12cb6128ba234af125a493aade9f8
BLAKE2b-256 44c294e91c49bc719772b02f5018e3a11d2c52a6151293816c5d1c97812cf4e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e245be91a7a9dbd453a794ce3f7fca435c0ea95a70398935e6c8f62a42d99ce0
MD5 5a8ad4db1abaf57971c60c3fca624f47
BLAKE2b-256 9b080bc6a49d8fb9c394518081ca4889b800fb66d4cd41301c3963330a4aa5ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3b949c9f9bd3c192872082ef4f5066bed4eba68d7a51ce2adefc00f74670d3b9
MD5 9659695c19a0db5dc5ccf0680e01af8d
BLAKE2b-256 876992b772f38c3def4ab0799e1db3e6fc7a06c7bd499c478d16b699c0d2edc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-cp313-cp313-musllinux_1_2_i686.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.18-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8edb718cff05ab236ea10e05de4b39378d3f703fb3e291b7feefe8bfd7772814
MD5 44849934aa7ad36b4ea04340331fd18c
BLAKE2b-256 2410544fc8b06f9b515c41f67e8182ba44cf950bd62415a8f6bb23f9ee69c31b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20709e8da78e6a0950bb8db64994a94c430818ee96b4271c72474640a6b99deb
MD5 99f5339faec35dd83c7ac8dfd8f4f160
BLAKE2b-256 c30f5c8a1b1d57f3a8d26365386a892cb59bc8d2b14f04f8f2d64388dcbcefe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.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.18-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 651401cacd0390f158aaabf6c305a1dcd0365ff0422d7165822b8866f29d8ce5
MD5 193576dbc4705cf12c6c9616c48523e0
BLAKE2b-256 f6c1e591752e28ba5427beeec2e5e5737a467db4348a599adf5e1b4131c9fbdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 faf0cb575828149151d7b2cd40c9cc5379cf4c2af3af27042c7d9b62439ed681
MD5 b427c0b70e4e7b306e7995cf066b736b
BLAKE2b-256 0a441c2ad41da3e9dc25d0cb4eb992c1d4fe7afd3bfab5aee61f512d818328f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyenet_vladfi-1.3.18-cp312-cp312-win32.whl
  • Upload date:
  • Size: 62.8 kB
  • Tags: CPython 3.12, 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.18-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c5f785dbbc3717d352f639b7ae1ba7591faf913d65c98c956ef5df790de13e61
MD5 aea1ab85153c4b53b854e6591312a014
BLAKE2b-256 89beee9692cdcaebc32e37ff542b4d05af2ec5fce801e353efd14aaa93fb4a77

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7f66efd23f5b74e63fe911465e97206b041529fd702eee92813c65762d974d9b
MD5 ddb3048c364aca4e3c9e048033b3d93c
BLAKE2b-256 1a5f59c55e5a810458a340f331ce6fad4570315463bcfbe3a732c27106bfa1e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fb8209662f669646515fa8b5cdebbd3775569a1c19b6db61dc70cd6af9e24f6d
MD5 702763a8143837644a1fa28d562636ef
BLAKE2b-256 bf5c3d857f71827f62c3d66b92347258bec67c334fcfedebdc4764e676a9917a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-cp312-cp312-musllinux_1_2_i686.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.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa0a0fd93e52f83623bd29040acd4b3dfe93c35cd2a8b7c9d1cc66cfa200a722
MD5 827b22eab4871387d121e9deaedc8ea2
BLAKE2b-256 099ab2adee282e7c576607280e0a11f40c4435e6b0a43f6b8f4774bfdc168b35

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18231b960f3d267172a17baabe375aef94d84e941765034edb20d466efc003c1
MD5 2d5c89aaa2e479ec5f9b551162ba21ce
BLAKE2b-256 8b8ca875394b3eb0802fd77b7d8bd2252c5889ef5c4aec45f965d5bac0a51680

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.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.18-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d835cfcbdbad15f09fffe87e871e1ab2f4fddea2c5f7ac03b6c6845ab107b711
MD5 b99b5d9719b1bb096b7fe38f7b34da81
BLAKE2b-256 308885489383ee6c702688780efd589c4b026b9f67a7cd17d59f90d684aea2b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f6c9d30fee071c95c23a55378a05a2950a1226679ec99c8678296bd20a2296a0
MD5 ecb3800b615552d4f5db183bede57dd0
BLAKE2b-256 a0d534e116fc40c99d7dd543795179b081d4ded966afc8e553b915d04e0b5dbc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyenet_vladfi-1.3.18-cp311-cp311-win32.whl
  • Upload date:
  • Size: 62.1 kB
  • Tags: CPython 3.11, 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.18-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bfc66b0ed9a85b9a9f362029357a55cfd5aa7f2824ba91c5e05aafc88ee75b69
MD5 dbe098ce053d8a603d97ed04768bdf10
BLAKE2b-256 ebff02dd5a6e7ecc99e4390854758ed78aa9455b04834c52abb2fcb0ed930da2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e46f6d32601d997bfe247c8363c03decf26934d4b88dfb906024b6b27bd691d6
MD5 6e0d1d734658920ae63ac5293a4c56f7
BLAKE2b-256 0a42e85f841be8744460cec9575cd1bffdd4a1d4f51245f15d81c047df0fd7b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f27997e29350b5f8ba751bba4d215c0b19051fb522dc0cd935301478f6aaa0a2
MD5 6ba3fcbfd155827d406483c3cb27f15f
BLAKE2b-256 5956cabd5a910c771fb15f68926c0c8136af740933d1d4d2d4e445294e7f35ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-cp311-cp311-musllinux_1_2_i686.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.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 207449bb13bfe43a8790ae41eb48f97dc0013650714d8e0c7fddcf9b8083dd46
MD5 d06be373e43872386a45d3b5314f87ed
BLAKE2b-256 829ef0e00aa2726b66daf00052082148200b6b96efcca67a2da49ea45ad4612b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0118b73f02adda15a0d7bee78a8e6e0d68db72e7b80c1016280c17db5980c6da
MD5 154c6f4f6f072d7f5122f29d0be48a35
BLAKE2b-256 3a4a45cf0b7e41c37a9352017375d622fd90302760b49aa9f12b69b3ed6ed480

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.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.18-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebcf933d8893d9ca2cdb39c744f089625dbf3a6d776e2e6e115b72a8bc34a16a
MD5 9047d82d76e3a6f07fbd5f4e7e68544c
BLAKE2b-256 e59050ce5dda18f850eef439634da1f6621b3b871871e78834b5f78dc8772740

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 61e5489ee70c46470453dc7b6786c673262f61efca5022c724e26382f5c2f2e9
MD5 0db32fd633facd39da16d1aad35f9453
BLAKE2b-256 872f597163dcb58d7afd63c9604b835740132681a561e0f891cf5963f8dbe698

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyenet_vladfi-1.3.18-cp310-cp310-win32.whl
  • Upload date:
  • Size: 62.2 kB
  • Tags: CPython 3.10, 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.18-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2ae50143a220384ff09b55c22a71ef2cfbb15ec7425395d3367a0b8d8ef92bd3
MD5 48745f4f3c926a49d422f8fb80f265e2
BLAKE2b-256 521a5508da4e2583130b86bd017011493b331a8a297aec8ab36dd7fd9aaf9670

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45039b4924badc5be3a483cea54a6275d076afa90e60eb3f21b2eb5af3ec80bb
MD5 02f9e8c45af43ac8ba31f5d686796157
BLAKE2b-256 432792e16ef5d754225688412c7f3b5ff2d9b88a00771d397fe54404bcaba2b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 deaeb19ae3de2c69e828d2f7689e2ad546137c1c5655da269721840b81aaa122
MD5 faacfc82dedeced2539f82ef5c43f676
BLAKE2b-256 ea19638a6d939874f06ebb2149a032f26ec3d23bcd57848ac18d419cad312e05

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-cp310-cp310-musllinux_1_2_i686.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.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9192421658524f9b3e17cc71ce1a3dd2785f44761570b1c5a83633a7993699d
MD5 bb043770c550bf50a73b1512a60e98ff
BLAKE2b-256 c7f4e140777e6fd6451c01fcdc15845f3d3cfdd3c831c7aadd644477d355b4b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a0ca4705c0d1a5391a3d6a16460cfabd00f74570fa166044d4bedd12ea041a2e
MD5 017457811babd06949cb3e2109e06896
BLAKE2b-256 971dffbccc0845e01619c00590bf5bfa6a38eca62fec199a497bcc48d150ecc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.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.18-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a99dd8e5f03855df4cd8963daca2b1124ac693bc190b7678f433874789593c4
MD5 dc69a23cb9dca9cec7468aab047e7a78
BLAKE2b-256 a1541a6144ac0e1eba791d09cefbe5e6f029be1196e7531e154aeb4474544dd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 94854f5d64d1a62a040206b66cb42d243bacd743d7df5a6d3879ab7576a4ba72
MD5 2fdb2861d92aca94ba80f2cfe81cc334
BLAKE2b-256 2253ad87a4ffeb9864e3a3fe3a95a43705af9ea78bc763202124c6044ea3216e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyenet_vladfi-1.3.18-cp39-cp39-win32.whl
  • Upload date:
  • Size: 62.4 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.18-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2a226bd89f65705b10256f917a7c04e7c0fee132973c68bf2bfab2d1a15f23f2
MD5 961ff57923fb6c0e50c5afe002e2b094
BLAKE2b-256 45fe9775eef565fc4175b29e3be297b94bd4dcfbeef05cb2644784be98d2127c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df011b133e629c5a4b448602a1c869dad390d83494801d38ed1160849f83e41a
MD5 6779a3db899eeccf009d867e6db46083
BLAKE2b-256 dd278036024f3c2c153e488cbc24fc27da53edaa1b090d41fe7930a080b27a02

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d4701def8e9924522b51d8c1f81e360295fb259b70bb62058720c3308b699469
MD5 6bc90c9c3398d39347f0bb2ae72f1cae
BLAKE2b-256 b7a76a0ab010202cd34d92730372aa54717131e49c81bac61654050afcd49fd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-cp39-cp39-musllinux_1_2_i686.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.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4dde2601ebe1170e8b36a9033ed887dc5552af990c737bf43cdc3e5b49906d38
MD5 9f4c99a1f33102479f2d84a08da5dd22
BLAKE2b-256 5a89a2ef345be4aaad4fceba3ec8cf6ef4ffd9ef4650d1c5599def94df6c703a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f280ccc79304d33a9a3ea7dc66dacb82e0539ce7b764074816a051758d962950
MD5 083a46d30dbf61a54d024a2abd99c3ff
BLAKE2b-256 d8f88f7631cc71f3a93fce90b5aa1d27c858e483830328f7bb43b088d2aebb58

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.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.18-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyenet_vladfi-1.3.18-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ffc3636211aaa9e821722d5a9881f9a69c1ff5a95a04ef86e2bbdcb042a6c5e
MD5 d797df894f1eeb6b5806d531fc4c5d4d
BLAKE2b-256 f0acb414a670ddf2be8a3ee1049e96a6ad7fd6ecaa5548e1a9b1a06104df5fde

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyenet_vladfi-1.3.18-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