invoke
Task manager
A Python library for managing shell-oriented subprocesses and organizing executable code into CLI-invokable tasks
Pythonic task management & command execution.
4k stars
95 watching
368 forks
Language: Python
last commit: about 1 month ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pyinfra-dev/pyinfra | A tool that transforms Python code into shell commands to manage and deploy infrastructure across various environments such as servers, Docker containers, and local machines. | 3,914 |
fabric/fabric | A high-level Python library for remote execution and deployment over SSH. | 14,905 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,914 |
joerick/pyinstrument | A Python profiler tool used to identify and optimize slow parts of code. | 6,651 |
pyenv/pyenv | Software that manages multiple versions of the Python programming language | 39,428 |
pyodide/pyodide | Enables the execution of Python code in web browsers and Node.js environments using WebAssembly | 12,273 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,493 |
pyenv-win/pyenv-win | A tool for managing multiple Python versions on Windows | 4,996 |
pytransitions/transitions | An object-oriented finite state machine implementation in Python with many extensions. | 5,771 |
pypi/warehouse | A software system that powers the package registry for Python packages | 3,601 |
pypa/pipenv | A tool for managing project dependencies and environments in Python development workflows. | 24,882 |
facebook/pyre-check | Type-checking software for Python code | 6,859 |
benfred/py-spy | A tool that lets you visualize what your program is spending time on without modifying the code. | 12,828 |
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,537 |
nedbat/coveragepy | Analyze and report on the execution of Python code to measure coverage levels. | 3,022 |