PYPI

4 posts tagged “PYPI”.

  1. 2025
  2. Building Datashard: Solving Data Corruption in High-Concurrency ML Workflows

    I've been working on Highway, a Strict Atomic Workflow Management System that handles massive amounts of log data from multiple concurrent processes.

    2 min read
  3. A complete workflow domain-specific language - Highway DSL

    rodmena-limited.github.io/highway dsl/ link to specs are here

    1 min read
  4. 2024
  5. Adding project links to PyPI

    I spotted a neat looking project links section on https://pypi.org/project/ExifReader/ Turns out that's added using a key in setup.py, e.g.

    1 min read
  6. Publish releases to PyPI from GitHub Actions without a password or token

    I published a package to PyPI today using their Trusted Publishers mechanism for the first time. Trusted Publishers provides a mechanism for configuring PyPI to allow a specific GitHub Actions…

    4 min read