Menu

Tree [cf75d5] default tip / package /
 History

Read Only access


File Date Author Commit
 artwork 2013-05-22 Thibauld Nion Thibauld Nion [1a2cd7] update copyright year
 doc 2019-07-27 Thibauld Nion Thibauld Nion [bff164] Fix more doc warnings
 test 2023-03-25 tibonihoo tibonihoo [004e11] Bump major version to drop Python2 support.
 yapsy 2023-03-25 tibonihoo tibonihoo [004e11] Bump major version to drop Python2 support.
 CHANGELOG.txt 2023-03-25 tibonihoo tibonihoo [004e11] Bump major version to drop Python2 support.
 LICENSE.txt 2023-03-25 tibonihoo tibonihoo [004e11] Bump major version to drop Python2 support.
 MANIFEST.in 2014-11-02 Thibauld Nion Thibauld Nion [21ea8c] remove obsolete scripts and fix manifest and se...
 README.txt 2019-07-27 Thibauld Nion Thibauld Nion [139b81] Updated list of contributors
 TODO.txt 2014-11-02 Thibauld Nion Thibauld Nion [75a9f2] fix merge with python3 branch
 runtests.py 2012-12-18 Thibauld Nion Thibauld Nion [c935b1] WARNING: broken, partial merge with default
 setup.py 2023-03-25 tibonihoo tibonihoo [004e11] Bump major version to drop Python2 support.

Read Me

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).
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.