Skip to main content

pyNetFT

CI Wheels PyPI CodeQL Coverage Python License

pyNetFT is a synchronous, typed Python SDK for ATI Net F/T Ethernet force/torque sensors. It discovers the active sensor calibration and streams RDT measurements through a reviewed snapshot of the native netft-cpp core.

Features

  • Exposes raw counts, calibrated measurements, native units, and stream health.
  • Provides blocking iterator and callback delivery without requiring NumPy.
  • Ships typed, self-contained wheels with the native core and HTTP-only curl.
  • Supports explicit reconnect and fail-stop recovery behavior.

Installation

Install method Platform Support
PyPI wheel Linux and macOS (x86-64 and ARM64), Windows (x86-64), CPython 3.10–3.14 Supported
Source Linux, macOS, Windows, CPython 3.10–3.14 Best effort

Install from PyPI:

python -m pip install pynetft

Install from source:

git clone https://github.com/netft/pyNetFT.git
cd pyNetFT
python -m pip install .

Supported wheels include curl and require no separate curl installation. Source builds require a C++17 compiler, CMake 3.16 or newer, and system libcurl 7.63.0 or newer.

Quick start

from pynetft import Client, Config

config = Config(sensor_host="192.168.1.1")

with Client(config) as client:
    sample = next(client.samples(timeout=1.0))
    print(sample.force, sample.force_unit.value)
    print(sample.torque, sample.torque_unit.value)

192.168.1.1 is the ATI factory-default sensor address. Replace it with the address configured for your sensor. Samples preserve the units reported by the sensor, including the common ATI combination of newtons and newton-millimeters. HTTP discovery and UDP RDT streaming do not provide transport encryption, peer authentication, or message integrity; use a trusted, isolated sensor network.

Documentation

The deprecated NetFT and Response interfaces remain available throughout 2.x. New applications should use Client, Config, and Sample. PyPy and asyncio are not supported by the 2.x package.

Contributing

See CONTRIBUTING.md for the development environment, tests, hardware-testing policy, and native-core synchronization rules. Report security issues through SECURITY.md.

License

pyNetFT is licensed under the Apache License 2.0. Previous pyNetFT, netft-cpp, and curl license notices remain in the source and distribution artifacts.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynetft-2.1.1.tar.gz (171.3 kB view details)

Uploaded Source

Built Distributions

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

pynetft-2.1.1-cp314-cp314-win_amd64.whl (427.7 kB view details)

Uploaded CPython 3.14Windows x86-64

pynetft-2.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (501.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pynetft-2.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (473.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pynetft-2.1.1-cp314-cp314-macosx_11_0_x86_64.whl (402.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

pynetft-2.1.1-cp314-cp314-macosx_11_0_arm64.whl (374.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pynetft-2.1.1-cp313-cp313-win_amd64.whl (414.0 kB view details)

Uploaded CPython 3.13Windows x86-64

pynetft-2.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (501.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pynetft-2.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (473.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pynetft-2.1.1-cp313-cp313-macosx_11_0_x86_64.whl (402.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

pynetft-2.1.1-cp313-cp313-macosx_11_0_arm64.whl (374.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pynetft-2.1.1-cp312-cp312-win_amd64.whl (413.9 kB view details)

Uploaded CPython 3.12Windows x86-64

pynetft-2.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (501.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pynetft-2.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (473.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pynetft-2.1.1-cp312-cp312-macosx_11_0_x86_64.whl (402.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

pynetft-2.1.1-cp312-cp312-macosx_11_0_arm64.whl (374.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pynetft-2.1.1-cp311-cp311-win_amd64.whl (409.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pynetft-2.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (500.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pynetft-2.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (471.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pynetft-2.1.1-cp311-cp311-macosx_11_0_x86_64.whl (397.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

pynetft-2.1.1-cp311-cp311-macosx_11_0_arm64.whl (372.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pynetft-2.1.1-cp310-cp310-win_amd64.whl (407.6 kB view details)

Uploaded CPython 3.10Windows x86-64

pynetft-2.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (499.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pynetft-2.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (470.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pynetft-2.1.1-cp310-cp310-macosx_11_0_x86_64.whl (396.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

pynetft-2.1.1-cp310-cp310-macosx_11_0_arm64.whl (371.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file pynetft-2.1.1.tar.gz.

File metadata

  • Download URL: pynetft-2.1.1.tar.gz
  • Upload date:
  • Size: 171.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pynetft-2.1.1.tar.gz
Algorithm Hash digest
SHA256 ec2a55c2a40425664612db76f69d8495b1345b57959bd3bd9e3e37d425f92be4
MD5 4ba07fb937b927e725de29d1593436a0
BLAKE2b-256 297df834e5e235ef50f192dc0a6e2df0e9e6f79707dd958039e867385d2422e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1.tar.gz:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pynetft-2.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 427.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pynetft-2.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2da47b0b7b8382bc895de4535dc24f07b5ac0ae262666ffd2c8834a923cf0441
MD5 7b973e88a9eb3403ccfd3e232710d233
BLAKE2b-256 343c4b9ef4691743648bc9504861af445840043c0c5da7fbfbdd643da83eefe1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp314-cp314-win_amd64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8bcf6cf423e30636ba68b68ab13b7c32bb8c9302ee73a66f6925ed2e7cff26bf
MD5 0d63c33185da0afd9d93504bf939eccd
BLAKE2b-256 6749417dd8fe6134d8696f6bd65b14fbe18d4619ac36b7d37dcc9333614f163f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ea05a228d2ad9f1df4f013d79df1e49b478abdd2c34e103d2104ae4c297cda47
MD5 bb75a456639b1b67eb8ae806e8a24ace
BLAKE2b-256 1b628f5fa09adcdd3f9b25f362acfb38a4aad30d677e4c90878eae72689e9b05

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 334d82cdc54e450b615bf1b5dfa3edba95c44af9e21582e93c7bf66ac84d78f1
MD5 9a1e5ca79c69e9a123711292aedd9b71
BLAKE2b-256 9c316ddceb0d43619f6043f151eea9061726c7311bd6795b38c1525316366da7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3625e2e9f30eff55b3c4c429c2ffc88a36aec69ec75b9e10af82eab351f03a5c
MD5 badf4ea53016facffb6f55478c78c0dd
BLAKE2b-256 f243a798b1493f835c78ddc2fe234af73ed24fa397edb6436a87874c0ddb3b97

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pynetft-2.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 414.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pynetft-2.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 86fa3a235413e8791e1cce67f6063a1a8701048d285cbb1a074850c5838f4382
MD5 5bb40ee8ed9dd8e0cbf52849b5592460
BLAKE2b-256 30e9dd40960cb001833a6fe3dc0526ce637f7a900bff8e55680506e6941bf53f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp313-cp313-win_amd64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d434c13015916882f9c842ab7ff7a42b02dfcf80e387ce66c077d715b0a240f1
MD5 fe42390252fd8d23fa03c1538cc8ef6c
BLAKE2b-256 1276e4a1b8d9b47c00912b6b948b450cf6784bfccb2cbcbdeebd306f03972595

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1ae174a10fc3e1c2b70e700e8f81a02281f976054039a0758a95fc342fd863a4
MD5 7ea41aa8431e99dc3b5dada9bb8faa50
BLAKE2b-256 ab5173de340920a7176bf29a539e350a780d7eecaaab2f51ad75c19ce1b4d016

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 853277ed37906f8539a5e14bdee32d4347d29d27d516276c41dc07532dd087a0
MD5 42280555c04ebad834c4aff7159b1a45
BLAKE2b-256 c515e1a82bf847a6e44be1fc4b6ba0387bbe64fc908d53a7ca431da3c6e353a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a87a7ab76c7b955c0cda309d38457185685a67238b15909a78136ac96ca9d9a
MD5 7e615f437c9a4934131c2fe037336394
BLAKE2b-256 70f1ee7c24d92f77c07b3ba1aa3a8804031996146b33fc3837fd88e0551c20b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pynetft-2.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 413.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pynetft-2.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6c8d51c95f399b4ba0bde712828b34ca95764e0ae75339c4a71733307674b656
MD5 7cc96bec47411e3dfe852944b1d0a3dd
BLAKE2b-256 84152d32a30142e549c7e91826f2dd4c26874721ee52b0326e78cf8544897e0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp312-cp312-win_amd64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 22a9ea98d51f4dcb26db0f6b4052733edc07ed69cf81fe3d3a986cb690f5cb08
MD5 849075be8997cbac4ba19e6e47b5b2b0
BLAKE2b-256 a6b39a539393191c45b314f383af8268d483d454bbac1b8ab264b3de13d005ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 954f43c8caf421cd375ead57770c7817ed205381707fb94fee973c0501f13956
MD5 4ba127bc8db2f829f88144050eb566d8
BLAKE2b-256 c09d140bfcd2dda6f0b7f8cd0cd39d1cccebed5fbbb75fb3c2e4d73bca8d9e48

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 655bc5809ce6aa1d14744b6709b99ab73d57441b1a0ca32a3234b4a5fa45c6ec
MD5 40f8a0471491e704f0f36fa9de614ae4
BLAKE2b-256 48c6c0e74db00809fa85ded28487a6a7aa7b57e40a77ca87bdc65d21a570ea26

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5f6d5c3d293e89461bd8b3f7c0dc3e4d6459e2b657c61271a403d624690ab47
MD5 44806455be47d534e511f7d9b5005390
BLAKE2b-256 546b039b79ffc06d46b8e3da569ffcbd57a2a60770dc0d1a135043ff33683541

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pynetft-2.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 409.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pynetft-2.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7e4ead56ee44cadc3e4f45354a99d1fe050331e897e2bf61060cc73e1e3a7058
MD5 fed38061b060953dae87e991792c8abd
BLAKE2b-256 10806f345f970960756da825c146358af096c017afd486570449470dd931e8b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp311-cp311-win_amd64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4859890587f18abdb860aba129eb9aa5c71586698c904020180a82684adde076
MD5 80196720c5414b8e1ba088b1d45e120c
BLAKE2b-256 bc0f5812bb416e4469d29fa1b9f32f895c7f21c499bdcdfadecfa9e7cb59a1dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 80abc563967a96a28b2649f13fdec9186708230595556b234f2b6d871914da1d
MD5 6c23314c0d2b2f09b5b671f082aa211b
BLAKE2b-256 62a3249f5e66127223d60dccc4c6945b8648fedc862c6531c628179e2be378dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d53e767c87303cedebdc5bb1a43b6d52b49dc24b18592e1ce52f5982de31332f
MD5 6c96ef716fe64e558fb8a10521246c9c
BLAKE2b-256 f4153d43c8563d57050f59154196e7eb8e0ab4758fd0f6fd83aec5a0c5683893

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d303bdd2c766ab7ccb6ef810144ebc5717db20b2c01f42d70add65275fba4fc2
MD5 818040e8a4a05abe1a064230521b25a6
BLAKE2b-256 df4ae47de02ed7393b7cc1fc49523fbb849385d4785d217e430eadddb2b82027

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pynetft-2.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 407.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pynetft-2.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b9d18875b7f85ca575332692fc8fe472fcdf99578c17059665ae9b8309e9ff88
MD5 c911c05fd444aa9fd1429271771822de
BLAKE2b-256 f7a8b78283a0a55ed4594d9f3994b73b14462d0cf46316c4f71954135b4fb9ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp310-cp310-win_amd64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 784b8b8211aad2fee6581e6d6aabd8e085b19a71e46d6d4e6ea3d11d599f579f
MD5 55c03ca79248f31650d6379c76216579
BLAKE2b-256 92b39ce3f245901e24b660c8926b8855f005ddbb3d7e5eef12bf5860d9fe12a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 137027d35e3fe7925110ba2ebd508819fe6365d98344966e9de86db7e9158f94
MD5 7293cbc2e4c4aa382eef4a8c27fe3a74
BLAKE2b-256 c7fecbae92c20330750762e4aba1f7ff5cc442073468f3d60092b29a11262873

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d2bd5c7a7d961579b96cd0389d1b6b9c239fef3c7bcffc2e4c2aa43fc8fc2572
MD5 3eeda46ae2b0de005197e007fea878c4
BLAKE2b-256 05ba9193c3c3b5196f0d59f33032597ae08f3696236ca84f3020f29e4ba2c412

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: release.yml on netft/pyNetFT

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

File details

Details for the file pynetft-2.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pynetft-2.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b362f9406e2ebc4fb337ddaf5661e9bd0fd139b16b81b9d6038a923afed9fb56
MD5 df45aa0bb428e5fd213dfed568724dcf
BLAKE2b-256 e31ca4d9d4c44e7a33980a4441b62e22487b952770b095bcb297c793aec64d1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pynetft-2.1.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on netft/pyNetFT

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

Release history Release notifications | RSS feed

This release

2.1.1 This release

26 files

2.1.0

26 files

2.0.1

21 files

2.0.0

11 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page