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

Uploaded Python 3

File details

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

File metadata

  • Download URL: tirex_mirror-2026.2.6.tar.gz
  • Upload date:
  • Size: 55.6 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.2.6.tar.gz
Algorithm Hash digest
SHA256 d6fcc8b65ad9a7cf96a7ab2bf026811f2d9bfa1929addca59e95de0bd504a61c
MD5 67d9decc4514396eda758a66f80cf00a
BLAKE2b-256 fee9655f376cbe4922e3d1edaaa8fc8ce6c7337d4da0af33d7520f2616669fb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tirex_mirror-2026.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 f79688b8046a426649a9fc91a1623cb1c8f790449a6a1ede443900e113ac19e8
MD5 b956d4337c650380f00cb63ac16606d5
BLAKE2b-256 622d20f73acd427b1e9409edf5a439aa9bc41ece334d5903db12d8e8306f0e1d

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