Skip to main content

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

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


Download files

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

Source Distribution

ticrobe_utils-26.4.5.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

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

ticrobe_utils-26.4.5-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

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

Hashes for ticrobe_utils-26.4.5.tar.gz
Algorithm Hash digest
SHA256 aca891ec0d1df03ad55f4d21ac05a378c1b5bc224ec0eec4e27677f7df1fddd8
MD5 e49cae49af10eb323592d9f0d5e189a3
BLAKE2b-256 5e7e85e0e5ab971494d66b9d3ba60ef5a7b519a5551ff1abe88c399a9025c295

See more details on using hashes here.

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

Hashes for ticrobe_utils-26.4.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1e79cec681d9d1f11129988f64d05a9bbd73885bb41e35425b88a969acbb56b9
MD5 d6f5a705aa990586e5271904d8730d32
BLAKE2b-256 ccb25d23ee844e5e737bf3b42c2adbef0e3ea302116fd6244953d7049ea97c6b

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