File: SOURCES.txt

package info (click to toggle)
python-persistent 4.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 680 kB
  • ctags: 1,140
  • sloc: python: 4,156; ansic: 2,727; xml: 845; makefile: 112
file content (114 lines) | stat: -rw-r--r-- 3,306 bytes parent folder | download
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
.gitignore
.travis.yml
CHANGES.rst
COPYRIGHT.txt
LICENSE.txt
MANIFEST.in
README.rst
bootstrap.py
buildout.cfg
ez_setup.py
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/glossary.rst
docs/index.rst
docs/make.bat
docs/using.rst
docs/_build/doctest/output.txt
docs/_build/doctrees/api.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/glossary.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/using.doctree
docs/_build/doctrees/api/attributes.doctree
docs/_build/doctrees/api/cache.doctree
docs/_build/doctrees/api/interfaces.doctree
docs/_build/doctrees/api/pickling.doctree
docs/_build/html/.buildinfo
docs/_build/html/api.html
docs/_build/html/genindex.html
docs/_build/html/glossary.html
docs/_build/html/index.html
docs/_build/html/objects.inv
docs/_build/html/py-modindex.html
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/using.html
docs/_build/html/_modules/index.html
docs/_build/html/_modules/persistent/interfaces.html
docs/_build/html/_sources/api.txt
docs/_build/html/_sources/glossary.txt
docs/_build/html/_sources/index.txt
docs/_build/html/_sources/using.txt
docs/_build/html/_sources/api/attributes.txt
docs/_build/html/_sources/api/cache.txt
docs/_build/html/_sources/api/interfaces.txt
docs/_build/html/_sources/api/pickling.txt
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/basic.css
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/jquery.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sidebar.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_build/html/_static/websupport.js
docs/_build/html/api/attributes.html
docs/_build/html/api/cache.html
docs/_build/html/api/interfaces.html
docs/_build/html/api/pickling.html
docs/api/attributes.rst
docs/api/cache.rst
docs/api/interfaces.rst
docs/api/pickling.rst
persistent/__init__.py
persistent/_compat.h
persistent/_compat.py
persistent/_timestamp.c
persistent/cPersistence.c
persistent/cPersistence.h
persistent/cPickleCache.c
persistent/coverage.xml
persistent/dict.py
persistent/interfaces.py
persistent/list.py
persistent/mapping.py
persistent/nosetests.xml
persistent/persistence.py
persistent/picklecache.py
persistent/ring.c
persistent/ring.h
persistent/timestamp.py
persistent/wref.py
persistent.egg-info/PKG-INFO
persistent.egg-info/SOURCES.txt
persistent.egg-info/dependency_links.txt
persistent.egg-info/entry_points.txt
persistent.egg-info/not-zip-safe
persistent.egg-info/requires.txt
persistent.egg-info/top_level.txt
persistent/tests/__init__.py
persistent/tests/attrhooks.py
persistent/tests/cucumbers.py
persistent/tests/test_list.py
persistent/tests/test_mapping.py
persistent/tests/test_persistence.py
persistent/tests/test_picklecache.py
persistent/tests/test_timestamp.py
persistent/tests/test_wref.py
persistent/tests/utils.py