Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Python-announce] JumpTheGun 0.0.9

7 views
Skip to first unread message

Tal Einat

unread,
May 18, 2023, 4:15:57 AM5/18/23
to
Make Python CLI tools win the speed race, by cheating!

JumpTheGun makes Python CLI tools start up much faster. For example, it can make the AWS CLI start up nearly 3x faster, making it near-instant.

# In any Python (>= 3.7) environment:
pip install jumpthegun
# or
pipx install jumpthegun

# For any CLI tool written in Python (>= 3.7):
jumpthegun run <cli-tool> [...]

# Examples:
jumpthegun run black --check .
jumpthegun run aws --version

# More details:
jumpthegun --help

https://github.com/taleinat/jumpthegun

Enjoy snappier tools!
- Tal Einat
0 new messages