Socket
Socket
Sign inDemoInstall

pyplugs

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pyplugs

PyPlugs, decorator based plug-in architecture for Python


Maintainers
1

Readme

PyPlugs

Decorator based plug-in architecture for Python

Latest version Python versions Code style: black Checked with mypy Interrogate DocStrings CircleCI

Installing PyPlugs

PyPlugs is available at PyPI. You can install it using Pip:

$ python -m pip install pyplugs

Using PyPlugs

...

Installing From Source

You can always download the latest version of PyPlugs from GitHub. PyPlugs uses Flit as a setup tool.

To install PyPlugs from the downloaded source, run Flit:

$ python -m flit install --deps production

If you want to change and play with the PyPlugs source code, you should install it in editable mode:

$ python -m flit install --symlink

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc