invoke

Pythonic task management & command execution.

https://github.com/pyinvoke/invoke

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 61 committers (3.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary

Keywords from Contributors

fuzzing closember property-based-testing sqlalchemy python-c-api ffi binding unit-testing transformation asgi
Last synced: 10 months ago · JSON representation

Repository

Pythonic task management & command execution.

Basic Info
  • Host: GitHub
  • Owner: pyinvoke
  • License: bsd-2-clause
  • Language: Python
  • Default Branch: main
  • Homepage: http://pyinvoke.org
  • Size: 5.03 MB
Statistics
  • Stars: 4,597
  • Watchers: 94
  • Forks: 379
  • Open Issues: 436
  • Releases: 0
Created over 14 years ago · Last pushed 11 months ago
Metadata Files
Readme License Security

README.rst

|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: Codecov

Welcome 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.

Owner

  • Name: pyinvoke
  • Login: pyinvoke
  • Kind: organization

GitHub Events

Total
  • Create event: 4
  • Commit comment event: 1
  • Issues event: 17
  • Watch event: 212
  • Issue comment event: 46
  • Push event: 11
  • Pull request review event: 5
  • Pull request review comment event: 5
  • Pull request event: 17
  • Fork event: 23
Last Year
  • Create event: 4
  • Commit comment event: 1
  • Issues event: 17
  • Watch event: 212
  • Issue comment event: 46
  • Push event: 11
  • Pull request review event: 5
  • Pull request review comment event: 5
  • Pull request event: 17
  • Fork event: 23

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 3,485
  • Total Committers: 61
  • Avg Commits per committer: 57.131
  • Development Distribution Score (DDS): 0.056
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jeff Forcier j****f@b****g 3,290
Jesse P. Johnson j****2@g****m 45
Mahdi Yusuf y****i@g****m 17
Donald Stufft d****t@g****m 13
Paul Moore p****e@g****m 11
nhoening i****m@n****e 10
Floris Lambrechts f****a@g****m 6
Akira Kitada a****a@g****m 6
Maciej Kusz m****z@x****m 6
Ryan P Kilby r****y@n****u 5
Alex Gaynor a****r@g****m 5
Matthew Iversen t****o@g****m 4
hirokiky h****y@g****m 4
Hayden Flinner h****r@g****m 3
Ludovico Bianchi me@l****m 3
Nikita Sobolev m****l@s****e 3
Noah Kantrowitz n****h@c****t 3
Bay Grabowski b****i@t****m 2
Matthias Lehmann ml@q****m 2
J. Javier Maestro j****o@i****g 2
David Baumgold d****d@d****m 2
Athmane Madjoudj a****e@f****g 2
Andrew Roberts a****s@g****m 2
Benno Rice b****e@o****m 2
Luc Saffre l****e@g****m 1
Maciej 'maQ' Kusz m****z@g****m 1
Marc Abramowitz m****c@m****m 1
Matt Robenolt m****t@y****m 1
Moonshadow h****g@g****m 1
Máté Farkas m****s@b****m 1
and 31 more...

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 134
  • Total pull requests: 116
  • Average time to close issues: 8 months
  • Average time to close pull requests: over 1 year
  • Total issue authors: 110
  • Total pull request authors: 82
  • Average comments per issue: 3.66
  • Average comments per pull request: 2.2
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 20
  • Pull requests: 22
  • Average time to close issues: 3 months
  • Average time to close pull requests: about 1 month
  • Issue authors: 20
  • Pull request authors: 13
  • Average comments per issue: 0.85
  • Average comments per pull request: 0.18
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kasium (7)
  • red8888 (5)
  • LecrisUT (4)
  • bitprophet (4)
  • kloczek (2)
  • mtelka (2)
  • ibc (2)
  • albertvaka (2)
  • NotizMe (1)
  • u1735067 (1)
  • mscansian (1)
  • AlexanderPetermann (1)
  • jenisys (1)
  • fny (1)
  • apelliciari (1)
Pull Request Authors
  • kuwv (9)
  • jamesmyatt (6)
  • pyhedgehog (5)
  • achekery (3)
  • haydenflinner (3)
  • sophacles (3)
  • yarcod-zpt (2)
  • loulecrivain (2)
  • tyzhnenko (2)
  • lmiphay (2)
  • exhuma (2)
  • krepysh (2)
  • Dreamsorcerer (2)
  • meshy (2)
  • twmr (2)
Top Labels
Issue Labels
Feature (13) Needs investigation (8) Bug (6) Needs patch (6) Internals (5) Task execution (5) Core CLI behavior (4) run() (2) Parser (2) Reproducible (1) Low-hanging Fruit (1) Task signatures (1) Task organization (1) Nonstandard platforms (1) Configuration (1)
Pull Request Labels
Needs review (9) Feature (7) Bug (6) Core CLI behavior (4) Needs docs and/or changelog (4) Internals (3) Low-hanging Fruit (3) Task organization (2) Support (1) Nonstandard platforms (1) Needs investigation (1)

Packages

  • Total packages: 4
  • Total downloads:
    • pypi 41,807,144 last-month
  • Total docker downloads: 406,362,910
  • Total dependent packages: 377
    (may contain duplicates)
  • Total dependent repositories: 8,838
    (may contain duplicates)
  • Total versions: 92
  • Total maintainers: 2
pypi.org: invoke

Pythonic task execution

  • Versions: 64
  • Dependent Packages: 366
  • Dependent Repositories: 8,720
  • Downloads: 41,807,102 Last month
  • Docker Downloads: 406,362,910
Rankings
Dependent packages count: 0.1%
Dependent repos count: 0.1%
Downloads: 0.1%
Docker downloads count: 0.3%
Average: 0.7%
Stargazers count: 1.1%
Forks count: 2.7%
Maintainers (1)
Last synced: 10 months ago
conda-forge.org: invoke
  • Versions: 19
  • Dependent Packages: 9
  • Dependent Repositories: 59
Rankings
Dependent repos count: 4.6%
Stargazers count: 5.8%
Dependent packages count: 6.4%
Average: 6.5%
Forks count: 9.0%
Last synced: 10 months ago
pypi.org: neoxelox-invoke

(Fork) Pythonic task execution

  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 42 Last month
Rankings
Stargazers count: 1.1%
Forks count: 2.7%
Dependent packages count: 7.3%
Average: 13.0%
Dependent repos count: 40.9%
Maintainers (1)
Last synced: 11 months ago
anaconda.org: invoke
  • Versions: 7
  • Dependent Packages: 1
  • Dependent Repositories: 59
Rankings
Stargazers count: 13.0%
Forks count: 18.2%
Average: 19.0%
Dependent packages count: 21.6%
Dependent repos count: 23.1%
Last synced: 11 months ago

Dependencies

dev-requirements.txt pypi
  • Sphinx >=1.4,<1.7
  • alabaster ==0.7.12
  • black ==18.6b4
  • codecov ==2.1.11
  • coverage ==4.5.4
  • flake8 ==3.7.8
  • invocations ==2.4.0
  • mock ==1.0.1
  • pytest ==4.6.3
  • pytest-cov ==2.5.1
  • pytest-relaxed ==1.1.5
  • releases >=0.6.1,<2.0