Skip to main content

Discover installed plugins

Project description

discover-plugins

PyPI - Version PyPI - Python Version


Rationale

discover-plugins is a utility to find installed plugins for a python environment.

Installation

pipx install discover-plugins

Usage

By default, discover-plugins will look for plugins for the current python interpreter. You can specify the interpreter to use with --interpreter.

You can filter plugins by group, name and value. To find all plugins related to pytest run:

discover-plugins --group pytest11

Output:

{
  "pytest11": [
    {
      "name": "pytest_httpx",
      "group": "pytest11",
      "value": "pytest_httpx"
    },
    {
      "name": "anyio",
      "group": "pytest11",
      "value": "anyio.pytest_plugin"
    },
    {
      "name": "pytest-aws-apigateway",
      "group": "pytest11",
      "value": "pytest_aws_apigateway.plugin"
    }
  ]
}

License

discover-plugins is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

discover_plugins-0.1.7.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

discover_plugins-0.1.7-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page