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 ticrobe.utils

Python import:

from ticrobe.utils import *

Other import styles also remain available:

from tX.tUtils import *
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 ticrobe.utils

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.

ticrobe_utils-26.4.3-cp314-cp314-macosx_26_0_arm64.whl (192.9 kB view details)

Uploaded CPython 3.14macOS 26.0+ ARM64

File details

Details for the file ticrobe_utils-26.4.3-cp314-cp314-macosx_26_0_arm64.whl.

File metadata

File hashes

Hashes for ticrobe_utils-26.4.3-cp314-cp314-macosx_26_0_arm64.whl
Algorithm Hash digest
SHA256 6ae0863bbe1a31d5ae76194203b3f4fd7daf6b02acb005ad0c37ef5ad24b9869
MD5 bab7586af34d180875028fce2dcbfa85
BLAKE2b-256 c9f73f076d02c763d5f5ed4bb921e3151be1ac782acd337be80644a36a279b7a

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