File: PKG-INFO

package info (click to toggle)
yapsy 1.11.223-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 652 kB
  • ctags: 532
  • sloc: python: 2,539; makefile: 90
file content (56 lines) | stat: -rw-r--r-- 2,185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Metadata-Version: 1.1
Name: Yapsy
Version: 1.11.223
Summary: Yet another plugin system
Home-page: http://yapsy.sourceforge.net
Author: Thibauld Nion
Author-email: thibauld@tibonihoo.net
License: BSD
Description: 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
        
        
        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: plugin manager
Platform: All
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules