Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyinvoke/invoke
Pythonic task management & command execution.
https://github.com/pyinvoke/invoke
Last synced: 3 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 (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T23:54:29.000Z (about 2 months ago)
- Last Synced: 2024-12-02T10:08:58.291Z (10 days ago)
- Language: Python
- Homepage: http://pyinvoke.org
- Size: 4.93 MB
- Stars: 4,412
- Watchers: 95
- Forks: 370
- Open Issues: 419
-
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)
- best-of-python-dev - GitHub - 49% open · ⏱️ 01.12.2023): (Build Tools)
- 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)
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 (2.7 and 3.4+) 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.