Skip to main content

Shared utility package for tX projects.

Project description

tX.tUtils

Reusable Python utilities for other tX projects.

Published package name on PyPI:

pip install techist-tx-tutils

Python import:

from tx_tutils import *

Legacy import also remains available:

from tX.tUtils import *

Local development

pip install -e .

Build compiled wheels with Cython

This package is configured to compile its implementation modules into binary extensions for distribution.

python -m pip install --upgrade pip
python -m pip install Cython build twine
python -m build --wheel

The compiled wheel will be written to dist/.

Important:

  • Upload the wheel, not a source distribution, if you do not want to publish the .py implementation files.
  • Cython makes the code much harder to read, but it does not provide perfect source-code secrecy. A determined reverse engineer can still inspect native binaries.

Upload to PyPI

Create an account and API token on PyPI, then upload only the wheel:

python -m twine upload dist/*.whl

Installers can then consume it with:

pip install techist-tx-tutils

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

techist_tx_tutils-26.4.0-cp314-cp314-macosx_26_0_arm64.whl (192.4 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

File details

Details for the file techist_tx_tutils-26.4.0-cp314-cp314-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for techist_tx_tutils-26.4.0-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 555ffe9b665a6dd279740967ca7d04b32db74b440874b5e3dc5ea14f16a4b080
MD5 c337b58954254cc501b804b8464b084d
BLAKE2b-256 41b4d245cd5ebeab1f8b5a526ea3e04602c8d9b9baadbdc740b029322d33194f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page