File: SOURCES.txt

package info (click to toggle)
python3-openid 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,692 kB
  • sloc: python: 17,486; xml: 234; makefile: 5
file content (175 lines) | stat: -rw-r--r-- 5,580 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
LICENSE
MANIFEST.in
NEWS.md
README.md
background-associations.txt
setup.cfg
setup.py
admin/build_discover_data.py
admin/get_tlds.py
admin/next_version.py
admin/patch_version.py
contrib/associate
contrib/openid-parse
contrib/upgrade-store-1.1-to-2.0
examples/__init__.py
examples/consumer.py
examples/discover
examples/server.py
examples/djopenid/__init__.py
examples/djopenid/manage.py
examples/djopenid/settings.py
examples/djopenid/urls.py
examples/djopenid/util.py
examples/djopenid/views.py
examples/djopenid/consumer/__init__.py
examples/djopenid/consumer/models.py
examples/djopenid/consumer/urls.py
examples/djopenid/consumer/views.py
examples/djopenid/server/__init__.py
examples/djopenid/server/models.py
examples/djopenid/server/tests.py
examples/djopenid/server/urls.py
examples/djopenid/server/views.py
examples/djopenid/templates/index.html
examples/djopenid/templates/xrds.xml
examples/djopenid/templates/consumer/index.html
examples/djopenid/templates/consumer/request_form.html
examples/djopenid/templates/server/endpoint.html
examples/djopenid/templates/server/idPage.html
examples/djopenid/templates/server/index.html
examples/djopenid/templates/server/pape_request_info.html
examples/djopenid/templates/server/trust.html
openid/__init__.py
openid/association.py
openid/codecutil.py
openid/cryptutil.py
openid/dh.py
openid/extension.py
openid/fetchers.py
openid/kvform.py
openid/message.py
openid/oidutil.py
openid/sreg.py
openid/urinorm.py
openid/consumer/__init__.py
openid/consumer/consumer.py
openid/consumer/discover.py
openid/consumer/html_parse.py
openid/extensions/__init__.py
openid/extensions/ax.py
openid/extensions/sreg.py
openid/extensions/draft/__init__.py
openid/extensions/draft/pape2.py
openid/extensions/draft/pape5.py
openid/server/__init__.py
openid/server/server.py
openid/server/trustroot.py
openid/store/__init__.py
openid/store/filestore.py
openid/store/interface.py
openid/store/memstore.py
openid/store/nonce.py
openid/store/sqlstore.py
openid/test/__init__.py
openid/test/cryptutil.py
openid/test/datadriven.py
openid/test/dh.py
openid/test/dhpriv
openid/test/discoverdata.py
openid/test/kvform.py
openid/test/linkparse.py
openid/test/linkparse.txt
openid/test/n2b64
openid/test/oidutil.py
openid/test/storetest.py
openid/test/support.py
openid/test/test_accept.py
openid/test/test_association.py
openid/test/test_association_response.py
openid/test/test_auth_request.py
openid/test/test_ax.py
openid/test/test_codecutil.py
openid/test/test_consumer.py
openid/test/test_discover.py
openid/test/test_etxrd.py
openid/test/test_examples.py
openid/test/test_extension.py
openid/test/test_fetchers.py
openid/test/test_htmldiscover.py
openid/test/test_message.py
openid/test/test_negotiation.py
openid/test/test_nonce.py
openid/test/test_openidyadis.py
openid/test/test_pape.py
openid/test/test_pape_draft2.py
openid/test/test_pape_draft5.py
openid/test/test_parsehtml.py
openid/test/test_rpverify.py
openid/test/test_server.py
openid/test/test_services.py
openid/test/test_sreg.py
openid/test/test_symbol.py
openid/test/test_urinorm.py
openid/test/test_verifydisco.py
openid/test/test_xri.py
openid/test/test_xrires.py
openid/test/test_yadis_discover.py
openid/test/trustroot.py
openid/test/urinorm.txt
openid/test/data/accept.txt
openid/test/data/example-xrds.xml
openid/test/data/openid-1.2-consumer-sqlitestore.db
openid/test/data/test1-discover.txt
openid/test/data/test1-parsehtml.txt
openid/test/data/trustroot.txt
openid/test/data/test_discover/openid.html
openid/test/data/test_discover/openid2.html
openid/test/data/test_discover/openid2_xrds.xml
openid/test/data/test_discover/openid2_xrds_no_local_id.xml
openid/test/data/test_discover/openid_1_and_2.html
openid/test/data/test_discover/openid_1_and_2_xrds.xml
openid/test/data/test_discover/openid_1_and_2_xrds_bad_delegate.xml
openid/test/data/test_discover/openid_and_yadis.html
openid/test/data/test_discover/openid_no_delegate.html
openid/test/data/test_discover/unicode.html
openid/test/data/test_discover/unicode3.html
openid/test/data/test_discover/yadis_0entries.xml
openid/test/data/test_discover/yadis_2_bad_local_id.xml
openid/test/data/test_discover/yadis_2entries_delegate.xml
openid/test/data/test_discover/yadis_2entries_idp.xml
openid/test/data/test_discover/yadis_another_delegate.xml
openid/test/data/test_discover/yadis_idp.xml
openid/test/data/test_discover/yadis_idp_delegate.xml
openid/test/data/test_discover/yadis_no_delegate.xml
openid/test/data/test_etxrd/README
openid/test/data/test_etxrd/delegated-20060809-r1.xrds
openid/test/data/test_etxrd/delegated-20060809-r2.xrds
openid/test/data/test_etxrd/delegated-20060809.xrds
openid/test/data/test_etxrd/no-xrd.xml
openid/test/data/test_etxrd/not-xrds.xml
openid/test/data/test_etxrd/prefixsometimes.xrds
openid/test/data/test_etxrd/ref.xrds
openid/test/data/test_etxrd/sometimesprefix.xrds
openid/test/data/test_etxrd/spoof1.xrds
openid/test/data/test_etxrd/spoof2.xrds
openid/test/data/test_etxrd/spoof3.xrds
openid/test/data/test_etxrd/status222.xrds
openid/test/data/test_etxrd/subsegments.xrds
openid/test/data/test_etxrd/valid-populated-xrds.xml
openid/yadis/__init__.py
openid/yadis/accept.py
openid/yadis/constants.py
openid/yadis/discover.py
openid/yadis/etxrd.py
openid/yadis/filters.py
openid/yadis/manager.py
openid/yadis/parsehtml.py
openid/yadis/services.py
openid/yadis/xri.py
openid/yadis/xrires.py
python3_openid.egg-info/PKG-INFO
python3_openid.egg-info/SOURCES.txt
python3_openid.egg-info/dependency_links.txt
python3_openid.egg-info/requires.txt
python3_openid.egg-info/top_level.txt