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.9.24.tar.gz (26.8 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.9.24-py3-none-any.whl (26.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tirex_mirror-2025.9.24.tar.gz
  • Upload date:
  • Size: 26.8 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.9.24.tar.gz
Algorithm Hash digest
SHA256 37c6df310a1965ee73e85630681fb5766e111388f32e13526f3d698bacda08cd
MD5 5e40ae4e09584a0c0d62674af28bafff
BLAKE2b-256 447c78beb9622e623fc870b1d3d4483fc760629703c6cfb6c8ad2228c54e72e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tirex_mirror-2025.9.24-py3-none-any.whl
Algorithm Hash digest
SHA256 3af8414001655a9b0e6a9661c5e56da139660f29c3eda3b79ec13507b48e4a95
MD5 642ab371372349cf881b559b82ffdb53
BLAKE2b-256 dc3ee55a5edabcbc2f4e5fd9e566ea56285ff03be2478ebf0491fb5f8af94c96

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