https://github.com/pyinvoke/invoke
Pythonic task management & command execution.
https://github.com/pyinvoke/invoke
Last synced: 13 days ago
JSON representation
Pythonic task management & command execution.
- Host: GitHub
- URL: https://github.com/pyinvoke/invoke
- Owner: pyinvoke
- License: bsd-2-clause
- Created: 2012-02-29T23:59:23.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T20:18:31.000Z (14 days ago)
- Last Synced: 2025-05-11T20:21:03.602Z (14 days ago)
- Language: Python
- Homepage: http://pyinvoke.org
- Size: 4.98 MB
- Stars: 4,544
- Watchers: 94
- Forks: 373
- Open Issues: 429
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-tools - invoke - Pythonic task management & command execution. (Automation)
- awesome-repositories - pyinvoke/invoke - Pythonic task management & command execution. (Python)
- starred-awesome - invoke - Pythonic task management & command execution. (Python)
- jimsghstars - pyinvoke/invoke - Pythonic task management & command execution. (Python)
- awesomeLibrary - invoke - Pythonic task management & command execution. (语言资源库 / python)
- best-of-python-dev - GitHub - 49% open · ⏱️ 01.12.2023): (Build Tools)
README
|version| |python| |license| |ci| |coverage|
.. |version| image:: https://img.shields.io/pypi/v/invoke
:target: https://pypi.org/project/invoke/
:alt: PyPI - Package Version
.. |python| image:: https://img.shields.io/pypi/pyversions/invoke
:target: https://pypi.org/project/invoke/
:alt: PyPI - Python Version
.. |license| image:: https://img.shields.io/pypi/l/invoke
:target: https://github.com/pyinvoke/invoke/blob/main/LICENSE
:alt: PyPI - License
.. |ci| image:: https://img.shields.io/circleci/build/github/pyinvoke/invoke/main
:target: https://app.circleci.com/pipelines/github/pyinvoke/invoke
:alt: CircleCI
.. |coverage| image:: https://img.shields.io/codecov/c/gh/pyinvoke/invoke
:target: https://app.codecov.io/gh/pyinvoke/invoke
:alt: CodecovWelcome to Invoke!
==================Invoke is a Python library for managing shell-oriented subprocesses and
organizing executable Python code into CLI-invokable tasks. It draws
inspiration from various sources (``make``/``rake``, Fabric 1.x, etc) to arrive
at a powerful & clean feature set.To find out what's new in this version of Invoke, please see `the changelog
`_.The project maintainer keeps a `roadmap
`_ on his website.