Registry / devops / hurry
library1.1pypypiunverified

Hurry is a Python-based command-line interface (CLI) tool (current version 1.1) that helps users execute routine commands and scripts faster using templated configurations. It has a slow release cadence, with the latest update in 2019. It primarily functions as a standalone executable and is not intended for use as a traditional Python library with direct module imports.

pip install hurry
INSTALL
IMPORT
SIG · HURRY
H
hurry
devopspythonv1.1
Install
1.5s avg
Import
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.920 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.8MB
glibc
py 3.103.920 runs
installs and imports cleanly · install 1.5s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hurry (CLI usage)
hurry add my_command 'echo Hello, World!'
Hurry is designed as a command-line tool, not a Python library to be imported into other Python code. Functionality is accessed via the 'hurry' executable from the terminal.
hurry.filesize (unrelated package)
from hurry.filesize import size
There is a separate, older, and unrelated Python package named 'hurry.filesize' on PyPI that deals with human-readable file sizes. This 'hurry' package (by Telichkin) is a CLI tool for running commands and does not contain the 'filesize' module. Attempting to import 'hurry.filesize' will either fail or import the wrong package if both are installed.

Hurry helps you manage and execute frequently used commands via templates. First, add a command with a template, then run it, and finally, you can list or delete your saved commands.

# Add a command template hurry add greet 'echo Hello, {name}!' # Run the command template hurry run greet --name Alice # List all stored commands hurry ls # Delete a command template hurry del greet
hurry --version
Debug
Known issues
breakingThe package name for Hurry was changed from `hurry-script` to `hurry` with the 1.0 release. Users who previously installed `hurry-script` must switch to `pip install hurry` to get updates and the current version.
fix
Use `pip install hurry` for the current version. Uninstall `hurry-script` if it's still present: `pip uninstall hurry-script`.
affects: < 1.0
gotchaThis `hurry` package (from GitHub user Telichkin) is a command-line interface tool for managing and running shell commands. It is not the `hurry.filesize` library, which is a separate, older, and unrelated Python library for formatting file sizes.
fix
Ensure you are using `hurry` as a CLI tool and not attempting to import modules that belong to the `hurry.filesize` package.
affects: All
gotchaHurry primarily functions as a command-line utility and does not expose a Python API for direct programmatic `import` and usage within other Python scripts. Its core functionality is accessed via the `hurry` executable.
fix
Interact with Hurry via the shell commands (e.g., `hurry add`, `hurry run`) rather than attempting to `import hurry` into Python code.
affects: All
Upgrade
Version history
1.1latest on PyPI · released Sep 11, 2019
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
hurry — pip install hurry · libregistry