Shared utility package for tX projects.
Project description
ticrobe.utils
Reusable Python utilities for other tX projects.
This package is intended for private/internal use only.
Do not publish it to the public PyPI index if you want access limited to you or your company.
Python import:
from ticrobe.utils import *
Local development
pip install -e .
Private distribution
Recommended options:
- Keep the GitHub repository private and install from GitHub using SSH
- Publish to a private package registry such as GitHub Packages or an internal PyPI server
Example install from a private GitHub repository:
pip install "git+ssh://git@github.com/ticrobe1/t2.1-tX.utils.git#subdirectory=src/tX.tUtils"
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 --no-isolation
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.
Access control note
Package metadata alone cannot make a package private. Privacy is enforced by where you host it:
- Private GitHub repo: only authorized GitHub users can install it
- Private registry: only users with credentials can download it
- Public PyPI: anyone can install it
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 Distribution
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.5.tar.gz.
File metadata
- Download URL: ticrobe_utils-26.4.5.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aca891ec0d1df03ad55f4d21ac05a378c1b5bc224ec0eec4e27677f7df1fddd8
|
|
| MD5 |
e49cae49af10eb323592d9f0d5e189a3
|
|
| BLAKE2b-256 |
5e7e85e0e5ab971494d66b9d3ba60ef5a7b519a5551ff1abe88c399a9025c295
|
File details
Details for the file ticrobe_utils-26.4.5-py3-none-any.whl.
File metadata
- Download URL: ticrobe_utils-26.4.5-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e79cec681d9d1f11129988f64d05a9bbd73885bb41e35425b88a969acbb56b9
|
|
| MD5 |
d6f5a705aa990586e5271904d8730d32
|
|
| BLAKE2b-256 |
ccb25d23ee844e5e737bf3b42c2adbef0e3ea302116fd6244953d7049ea97c6b
|