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.0.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.0.tar.gz.
File metadata
- Download URL: wingman_run-0.1.0.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 |
82a0fdbeac931e6af3e4657fd2cb588075acbd899be10e05e2ffe44af14f99ea
|
|
| MD5 |
9d944b69a73f4412f36c05106f50aa67
|
|
| BLAKE2b-256 |
0550cde9834353f15db0bfb332d5e752c98b88e9e06f4529b693a099e4b55d76
|
File details
Details for the file wingman_run-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wingman_run-0.1.0-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 |
30c67832467b8e0ac7fda84da28ae1e5a1321132b25451dcae2a82b515909bc1
|
|
| MD5 |
0d462f3d1c4598d2e89a60994ee61e01
|
|
| BLAKE2b-256 |
98e3b1bdd5feb1db1491babb55f0a1c07b3ebe4a3ef8616278a053cf76c89256
|