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 *

Preferred legacy-style import also remains available:

from tX.tUtils import *

Note:

pip install tX.tUtils

cannot be used on public PyPI for this project because PyPI normalizes names and previously rejected that public package name as too similar to an existing project.

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.1-cp314-cp314-macosx_26_0_arm64.whl (192.5 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

File details

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

File metadata

File hashes

Hashes for techist_tx_tutils-26.4.1-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 4f2cb5576caa2dbd0b2b2c4c1c2709bd8c4290be0a3d2cf376ba3d019c9dcaeb
MD5 7272d2b132fd6f327cba5375a3dbf6dc
BLAKE2b-256 83ec236705fea3fcf3f94610613deb6c18a731704f115497537c47cb9cfddba7

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