equal
deleted
inserted
replaced
|
1 Metadata-Version: 2.1 |
|
2 Name: pyams-viewlet |
|
3 Version: 0.1.5 |
|
4 Summary: PyAMS base viewlet interfaces and classes; z3c.viewlet package adapted to Pyramid |
|
5 Home-page: http://hg.ztfy.org/pyams/pyams_viewlet |
|
6 Author: Thierry Florac |
|
7 Author-email: tflorac@ulthar.net |
|
8 License: ZPL |
|
9 Description: |
|
10 |
|
11 Changelog |
|
12 ========= |
|
13 |
|
14 0.1.5 |
|
15 ----- |
|
16 - added regular expression to get content provider name |
|
17 |
|
18 0.1.4 |
|
19 ----- |
|
20 - updated viewlet and content provider decorators to set module name |
|
21 |
|
22 0.1.3 |
|
23 ----- |
|
24 - in weight ordered viewlets managers, sort viewlets with same weight by labels |
|
25 - added "empty" viewlet and content provider (rendering an empty string) as base classes |
|
26 |
|
27 0.1.2 |
|
28 ----- |
|
29 - splitted content provider class between BaseContentProvider and ViewContentProvider |
|
30 |
|
31 0.1.1 |
|
32 ----- |
|
33 - added context for request permission check |
|
34 |
|
35 0.1.0 |
|
36 ----- |
|
37 - first release |
|
38 |
|
39 Keywords: Pyramid PyAMS viewlet |
|
40 Platform: UNKNOWN |
|
41 Classifier: License :: OSI Approved :: Zope Public License |
|
42 Classifier: Development Status :: 4 - Beta |
|
43 Classifier: Programming Language :: Python |
|
44 Classifier: Framework :: Pyramid |
|
45 Classifier: Topic :: Software Development :: Libraries :: Python Modules |
|
46 Provides-Extra: test |