Simple text replacer that replaces 'helloworld' with 'Hello World!' using a global hotkey
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.2.tar.gz
(4.8 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.2.tar.gz.
File metadata
- Download URL: wingman_run-0.1.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed1f3b297239e4fe7d9b3ca9d3202dd40264c8089867220f49a6855f0809e925
|
|
| MD5 |
6fe1b43e39e5c56652481ae37750a4d1
|
|
| BLAKE2b-256 |
5f7ce645ae3676b97e92f28fcc2d139f7b2f79ad14fdd00ae2e768f41d954e93
|
File details
Details for the file wingman_run-0.1.2-py3-none-any.whl.
File metadata
- Download URL: wingman_run-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.3 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 |
5ad15a0a1d1d18a978e7e95a46c3829e6f688b65188fa2a76e77cd90450c6d74
|
|
| MD5 |
815f85eef12041103768ce7b137aa1cb
|
|
| BLAKE2b-256 |
8b4e02cd70e0c13db1a70dbb4fbb7a95215932179728353048b099e807d94877
|