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
.pyimplementation 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ticrobe_utils-26.4.3-cp314-cp314-macosx_26_0_arm64.whl.
File metadata
- Download URL: ticrobe_utils-26.4.3-cp314-cp314-macosx_26_0_arm64.whl
- Upload date:
- Size: 192.9 kB
- Tags: CPython 3.14, macOS 26.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ae0863bbe1a31d5ae76194203b3f4fd7daf6b02acb005ad0c37ef5ad24b9869
|
|
| MD5 |
bab7586af34d180875028fce2dcbfa85
|
|
| BLAKE2b-256 |
c9f73f076d02c763d5f5ed4bb921e3151be1ac782acd337be80644a36a279b7a
|