Skip to main content

Real-time typo fixer that streams corrections from an LLM into your focused text area

Project description

wingman-run

Real-time typo fixer that streams corrections from an LLM into your focused text area.

Development Setup

Prerequisites

  • Python 3.10+
  • pip
  • macOS (for now, uses macOS-specific accessibility APIs)

Install for Development

# Create and activate virtual environment
python3 -m venv venv
source venv/bin/activate  # On macOS/Linux

# Install package in editable mode with dependencies
pip install -e .

# Test the CLI
wingman-run

Deployment

Build Distribution Packages

# Install build tools
pip install build

# Build wheel and source distributions
python -m build

# This creates:
# - dist/wingman_run-0.1.0-py3-none-any.whl
# - dist/wingman_run-0.1.0.tar.gz

Test with TestPyPI (Recommended First Step)

# Install twine for uploading
pip install twine

# Upload to TestPyPI
twine upload --repository testpypi dist/*

# Test installation from TestPyPI
pip install --index-url https://test.pypi.org/simple/ wingman-run

Publish to PyPI

# Upload to PyPI (requires account and API token)
twine upload dist/*

# Users can then install with:
# pip install wingman-run

PyPI Account Setup

  1. Create account at pypi.org
  2. Generate API token in Account Settings
  3. When uploading, use:
    • Username: __token__
    • Password: Your API token

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

wingman_run-0.1.1.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wingman_run-0.1.1-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file wingman_run-0.1.1.tar.gz.

File metadata

  • Download URL: wingman_run-0.1.1.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for wingman_run-0.1.1.tar.gz
Algorithm Hash digest
SHA256 8158d5564b2860838115d3d5d0f238538ef41322a69aef2ac012a09c91d4cb00
MD5 b816fc3f376ec208aa7831812720f170
BLAKE2b-256 debdd2f625e1c6b25f59c041b3e1c7f16d89d362f6a58f4c60788ea7300af5cd

See more details on using hashes here.

File details

Details for the file wingman_run-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: wingman_run-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for wingman_run-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c7f10b2c1f18db81dbd73a165f825cbde298e1be6fb8aa0a75e150e93be17056
MD5 1eb2493436932b886bd02f0efc5e32e3
BLAKE2b-256 3c20647574ce6a1ccce27dff029d341b62e50756a7c0bd0989723ae88d4e593f

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