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
- Create account at pypi.org
- Generate API token in Account Settings
- When uploading, use:
- Username:
__token__ - Password: Your API token
- Username:
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8158d5564b2860838115d3d5d0f238538ef41322a69aef2ac012a09c91d4cb00
|
|
| MD5 |
b816fc3f376ec208aa7831812720f170
|
|
| BLAKE2b-256 |
debdd2f625e1c6b25f59c041b3e1c7f16d89d362f6a58f4c60788ea7300af5cd
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7f10b2c1f18db81dbd73a165f825cbde298e1be6fb8aa0a75e150e93be17056
|
|
| MD5 |
1eb2493436932b886bd02f0efc5e32e3
|
|
| BLAKE2b-256 |
3c20647574ce6a1ccce27dff029d341b62e50756a7c0bd0989723ae88d4e593f
|