tarek / extensions (http://ziade.org/)
Standalone entry points
Clone this repository (size: 90.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/tarek/extensions/
| commit 44: | 9b18438f9a16 |
| parent 43: | a0e28dcf1a7c |
| branch: | default |
adding urls
11 months ago
Changed (Δ133 bytes):
raw changeset »
extensions/README.txt (4 lines added, 0 lines removed)
Up to file-list extensions/README.txt:
| … | … | @@ -5,6 +5,10 @@ extensions |
5 |
5 |
`extensions` is a simple plugin system inspired from setuptools entry points |
6 |
6 |
[#ep]_. It allows an application to define and/or use plugins. |
7 |
7 |
|
8 |
- Code base : http://bitbucket.org/tarek/extensions |
|
9 |
- Website : http://pypi.python.org/pypi/extensions |
|
10 |
- Feedback : tarek@ziade.org |
|
11 |
||
8 |
12 |
How to define a plugin |
9 |
13 |
====================== |
10 |
14 |
