File: SOURCES.txt

package info (click to toggle)
python-restkit 4.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,916 kB
  • ctags: 841
  • sloc: python: 5,964; makefile: 84; xml: 8; sh: 5
file content (118 lines) | stat: -rw-r--r-- 2,840 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
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
115
116
117
118
LICENSE
MANIFEST.in
NOTICE
README.rst
THANKS
TODO.txt
bootstrap.py
buildout.cfg
requirements.txt
setup.cfg
setup.py
debian/changelog
debian/clean
debian/compat
debian/control
debian/copyright
debian/python-restkit.preinst
debian/pyversions
debian/rules
debian/watch
debian/source/format
doc/Makefile
doc/NOTICE
doc/api.rst
doc/authentication.rst
doc/client.rst
doc/conf.py
doc/ghp-import
doc/green.rst
doc/index.rst
doc/installation.rst
doc/make.bat
doc/news.rst
doc/pool.rst
doc/resource.rst
doc/shell.rst
doc/sitemap_config.xml
doc/sitemap_gen.py
doc/sphinxtogithub.py
doc/streaming.rst
doc/wsgi_proxy.rst
doc/_static/restkit.css
doc/_static/screenshot_client.png
doc/_static/blitzer/jquery-ui-custom.css
doc/_static/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png
doc/_static/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png
doc/_static/blitzer/images/ui-bg_flat_0_333333_40x100.png
doc/_static/blitzer/images/ui-bg_flat_65_ffffff_40x100.png
doc/_static/blitzer/images/ui-bg_flat_75_ffffff_40x100.png
doc/_static/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png
doc/_static/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png
doc/_static/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png
doc/_static/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png
doc/_static/blitzer/images/ui-icons_004276_256x240.png
doc/_static/blitzer/images/ui-icons_cc0000_256x240.png
doc/_static/blitzer/images/ui-icons_ffffff_256x240.png
doc/_templates/layout.html
doc/api/client.rst
doc/api/conn.rst
doc/api/datastructure.rst
doc/api/errors.rst
doc/api/filters.rst
doc/api/forms.rst
doc/api/modules.rst
doc/api/oauth2.rst
doc/api/resource.rst
doc/api/restkit.contrib.rst
doc/api/restkit.rst
doc/api/session.rst
doc/api/tee.rst
doc/api/util.rst
doc/api/version.rst
doc/api/wrappers.rst
examples/couchdbproxy.py
examples/proxy.ini
examples/test_eventlet.py
examples/test_gevent.py
examples/test_threads.py
restkit/__init__.py
restkit/client.py
restkit/conn.py
restkit/datastructures.py
restkit/errors.py
restkit/filters.py
restkit/forms.py
restkit/oauth2.py
restkit/resource.py
restkit/session.py
restkit/tee.py
restkit/util.py
restkit/version.py
restkit/wrappers.py
restkit.egg-info/PKG-INFO
restkit.egg-info/SOURCES.txt
restkit.egg-info/dependency_links.txt
restkit.egg-info/entry_points.txt
restkit.egg-info/not-zip-safe
restkit.egg-info/requires.txt
restkit.egg-info/top_level.txt
restkit/contrib/__init__.py
restkit/contrib/console.py
restkit/contrib/ipython_shell.py
restkit/contrib/webob_api.py
restkit/contrib/webob_helper.py
restkit/contrib/wsgi_proxy.py
scripts/restcli
tests/004-test-client.py
tests/005-test-resource.py
tests/006-test-webob.py
tests/007-test-util.py
tests/008-test-request.py
tests/009-test-oauth_filter.py
tests/010-test-proxies.py
tests/1M
tests/__init__.py
tests/_server_test.py
tests/t.py
tests/treq.py