Skip to main content

Unofficial mirror of NX-AI/tirex for packaging

Project description

tirex-mirror

Unofficial mirror of NX-AI/tirex for packaging.

Legal Notice

This is an unofficial mirror of NX-AI/tirex. See NOTICE.txt and LICENSE_MIRROR.txt for attribution details. The original project is licensed under the terms in LICENSE.

Purpose

This repository automatically mirrors the upstream TiRex project and publishes it to PyPI as tirex-mirror for packaging and distribution purposes.

Installation: pip install tirex-mirror
Import: import tirex

Development Notes

Setting up local environment

# Create and activate virtual environment
python -m venv venv
source venv/bin/activate

# Install build dependencies
pip install build toml twine

Dry run workflow steps locally

Run commands from publish.yml.

Test building the package

python -m build

Manual publishing

Check package contents

twine check dist/*

Test upload to TestPyPI (optional)

twine upload --repository testpypi dist/*

Real upload to PyPI

twine upload dist/*

Test the package (from testpypi):

pip install \
  --index-url https://test.pypi.org/simple/ \
  --extra-index-url https://pypi.org/simple \
  tirex-mirror==2025.06.09

GitHub Releases

The workflow automatically creates GitHub releases alongside PyPI releases.

# View releases
gh release list

# Create manual release (if needed)
VERSION="2025.06.09"
gh release create "v$VERSION" \
  --title "TiRex Mirror v$VERSION" \
  --notes "Manual release" \
  dist/*

# Manual workflow trigger
gh workflow run publish.yml

# Check workflow status
gh run list --workflow=publish.yml

Cleanup after testing

Remove all untracked and ignored files and folders

git ls-files -o -i --exclude-standard | grep -vE '^(\.venv|venv)/' | xargs -r rm -rf

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

tirex_mirror-2025.10.8.tar.gz (36.2 kB view details)

Uploaded Source

Built Distribution

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

tirex_mirror-2025.10.8-py3-none-any.whl (34.3 kB view details)

Uploaded Python 3

File details

Details for the file tirex_mirror-2025.10.8.tar.gz.

File metadata

  • Download URL: tirex_mirror-2025.10.8.tar.gz
  • Upload date:
  • Size: 36.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for tirex_mirror-2025.10.8.tar.gz
Algorithm Hash digest
SHA256 26a6ef9bbeb850f2e32ce34a1702bd4caa4021ac665561d8413704d76f0646dd
MD5 d048369328de7694b1b125c1d526d7f5
BLAKE2b-256 6f3df2442bd5fac2b5fba893873db4c02ad355bcd66769c17bd310585ff5267c

See more details on using hashes here.

File details

Details for the file tirex_mirror-2025.10.8-py3-none-any.whl.

File metadata

File hashes

Hashes for tirex_mirror-2025.10.8-py3-none-any.whl
Algorithm Hash digest
SHA256 7f1f2021bdac7baee981801d87588e7b08c2e34de042831e8371ebba96ea16db
MD5 4be46ac609fc921195e384ca218a3fff
BLAKE2b-256 d0aeecd5efdede6365f7b886d186f88ab077eb3406e4aca5504fa508eb5b9d74

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