comparison planemo/lib/python3.7/site-packages/repoze.lru-0.7.dist-info/METADATA @ 1:56ad4e20f292 draft

"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author guerler
date Fri, 31 Jul 2020 00:32:28 -0400
parents
children
comparison
equal deleted inserted replaced
0:d30785e31577 1:56ad4e20f292
1 Metadata-Version: 2.0
2 Name: repoze.lru
3 Version: 0.7
4 Summary: A tiny LRU cache implementation and decorator
5 Home-page: http://www.repoze.org
6 Author: Agendaless Consulting
7 Author-email: repoze-dev@lists.repoze.org
8 License: BSD-derived (http://www.repoze.org/LICENSE.txt)
9 Keywords: repoze lru cache
10 Platform: UNKNOWN
11 Classifier: Intended Audience :: Developers
12 Classifier: Programming Language :: Python
13 Classifier: Programming Language :: Python :: 2
14 Classifier: Programming Language :: Python :: 2.7
15 Classifier: Programming Language :: Python :: 3
16 Classifier: Programming Language :: Python :: 3.4
17 Classifier: Programming Language :: Python :: 3.5
18 Classifier: Programming Language :: Python :: 3.6
19 Classifier: Programming Language :: Python :: Implementation :: CPython
20 Classifier: Programming Language :: Python :: Implementation :: PyPy
21 Classifier: License :: Repoze Public License
22 Provides-Extra: docs
23 Requires-Dist: Sphinx; extra == 'docs'
24 Provides-Extra: testing
25 Requires-Dist: coverage; extra == 'testing'
26 Requires-Dist: nose; extra == 'testing'
27
28
29
30
31