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.12.23.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-2025.12.23-py3-none-any.whl (59.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tirex_mirror-2025.12.23.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-2025.12.23.tar.gz
Algorithm Hash digest
SHA256 74d288ee5b706d13c72d6b4eddaf5c3d9c4010238d95e05130b6ed2306b0205a
MD5 92c66e8c493ec8c73ece8cee199f79a6
BLAKE2b-256 260253ca826d1c6452d08fc843734a07e8c4d3e2ffc9b390a11e3a347a92eed2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tirex_mirror-2025.12.23-py3-none-any.whl
Algorithm Hash digest
SHA256 0ba87c03f1305af14080880d538fa5f0fdc2ee928075e5b8458c31827be6d77a
MD5 e211c5917401aaa0662f086ddd8acaa2
BLAKE2b-256 61e54b44e41df6de0373320170832728ccaa1817a663b80a9dcafb22f0c81458

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