You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

Yapsy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Yapsy

Yet another plugin system


Maintainers
1

Readme

Yapsy is a small library implementing the core mechanisms needed to build a plugin system into a wider application.

The main purpose is to depend only on Python's standard libraries and to implement only the basic functionalities needed to detect, load and keep track of several plugins. It supports both Python 2 and 3.

To use yapsy, make sure that the "yapsy" directory is in your Python loading path and just import the needed class from yapsy (e.g. "from yapsy.PluginManager import PluginManager").

To see more examples, you can have a look at the unit tests inside the "test" directory or at the "Showcase and tutorials" section of the documentation (http://yapsy.sourceforge.net/#showcase-and-tutorials).

Please let me know if you find this useful.

Site of the project: http://yapsy.sourceforge.net/

List of Contributors:

  • Thibauld Nion
  • Rob McMullen
  • Roger Gammans
  • Mathieu Havel
  • Mathieu Clabaut
  • Mark Fickett
  • Agustin Henze
  • qitta
  • Roberto Alsina
  • Josip Delic (delijati)
  • frmdstryr
  • Pierre-Yves Langlois
  • Guillaume Binet (gbin)
  • Blake Oliver (Oliver2213)
  • Xuecheng Zhang (csuzhangxc)
  • Marc Brooks (mbrooks-public)

Contributions are welcome as pull requests, patches or tickets on the forge (https://sourceforge.net/projects/yapsy/) or on github (https://github.com/tibonihoo/yapsy).

Keywords

FAQs


Did you know?

Socket

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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc