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-2026.3.5.tar.gz (55.7 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-2026.3.5-py3-none-any.whl (59.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for tirex_mirror-2026.3.5.tar.gz
Algorithm Hash digest
SHA256 922483489436bfd91011629984ce6c28378c327a72f36a30e7b1390057e042e0
MD5 0e738f117e79c153bbaa1466ab956fe7
BLAKE2b-256 6496f31cc74650ac418d4691f3299627f4e40651f88582d001718340580c9003

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tirex_mirror-2026.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ede62819a946d503d586794fb11d9d8f05124bcd58f4af31eeadd4f582a434bf
MD5 6bfc8e03cab0b568a9492c5a945a17b8
BLAKE2b-256 de301a4c85c77ae04938faba1f6c3c4b9b404f8a5333ad4bb7c24f4cfdec7098

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