File: SOURCES.txt

package info (click to toggle)
python-wsme 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 956 kB
  • ctags: 1,831
  • sloc: python: 8,452; makefile: 138
file content (109 lines) | stat: -rw-r--r-- 2,488 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
.hgtags
AUTHORS
ChangeLog
LICENSE
README.rst
setup.cfg
setup.py
tox-tmpl.ini
tox.ini
toxgen.py
WSME.egg-info/PKG-INFO
WSME.egg-info/SOURCES.txt
WSME.egg-info/dependency_links.txt
WSME.egg-info/entry_points.txt
WSME.egg-info/namespace_packages.txt
WSME.egg-info/not-zip-safe
WSME.egg-info/requires.txt
WSME.egg-info/top_level.txt
doc/Makefile
doc/api.rst
doc/changes.rst
doc/conf.py
doc/document.rst
doc/functions.rst
doc/gettingstarted.rst
doc/index.rst
doc/integrate.rst
doc/make.bat
doc/protocols.rst
doc/requirements.txt
doc/todo.rst
doc/types.rst
doc/_static/toggle.css
doc/_static/toggle.js
doc/_static/wsme.css
examples/demo/client.py
examples/demo/demo.py
examples/demo/setup.cfg
examples/demo/setup.py
examples/demo/sporeclient.py
tests/test_cornice.py
tests/test_flask.py
tests/test_sphinxext.py
tests/test_tg1.py
tests/test_tg15.py
tests/pecantest/setup.cfg
tests/pecantest/setup.py
tests/pecantest/test/__init__.py
tests/pecantest/test/app.py
tests/pecantest/test/controllers/__init__.py
tests/pecantest/test/controllers/root.py
tests/pecantest/test/controllers/ws.py
tests/pecantest/test/model/__init__.py
tests/pecantest/test/tests/__init__.py
tests/pecantest/test/tests/config.py
tests/pecantest/test/tests/test_ws.py
tests/sphinxexample/conf.py
tests/sphinxexample/document.rst
tests/sphinxexample/index.rst
wsme/__init__.py
wsme/api.py
wsme/exc.py
wsme/protocol.py
wsme/root.py
wsme/runtime.py
wsme/spore.py
wsme/types.py
wsme/utils.py
wsme/rest/__init__.py
wsme/rest/args.py
wsme/rest/json.py
wsme/rest/protocol.py
wsme/rest/xml.py
wsme/tests/__init__.py
wsme/tests/protocol.py
wsme/tests/test_api.py
wsme/tests/test_exc.py
wsme/tests/test_protocols.py
wsme/tests/test_protocols_commons.py
wsme/tests/test_restjson.py
wsme/tests/test_restxml.py
wsme/tests/test_root.py
wsme/tests/test_spore.py
wsme/tests/test_types.py
wsme/tests/test_utils.py
wsmeext/__init__.py
wsmeext/cornice.py
wsmeext/flask.py
wsmeext/pecan.py
wsmeext/sphinxext.py
wsmeext/tg1.py
wsmeext/tg11.py
wsmeext/tg15.py
wsmeext/extdirect/__init__.py
wsmeext/extdirect/datastore.py
wsmeext/extdirect/protocol.py
wsmeext/extdirect/sadatastore.py
wsmeext/soap/__init__.py
wsmeext/soap/protocol.py
wsmeext/soap/simplegeneric.py
wsmeext/soap/wsdl.py
wsmeext/sqlalchemy/__init__.py
wsmeext/sqlalchemy/controllers.py
wsmeext/sqlalchemy/types.py
wsmeext/tests/__init__.py
wsmeext/tests/test_extdirect.py
wsmeext/tests/test_soap.py
wsmeext/tests/test_sqlalchemy_controllers.py
wsmeext/tests/test_sqlalchemy_types.py