File: SOURCES.txt

package info (click to toggle)
python-html5rdf 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,448 kB
  • sloc: python: 12,794; makefile: 3
file content (183 lines) | stat: -rw-r--r-- 7,943 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
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
176
177
178
179
180
181
182
183
.pytest.expect
AUTHORS.rst
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
requirements-oldest.txt
requirements-optional.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
html5rdf/__init__.py
html5rdf/_ihatexml.py
html5rdf/_inputstream.py
html5rdf/_tokenizer.py
html5rdf/_utils.py
html5rdf/constants.py
html5rdf/html5parser.py
html5rdf/serializer.py
html5rdf.egg-info/PKG-INFO
html5rdf.egg-info/SOURCES.txt
html5rdf.egg-info/dependency_links.txt
html5rdf.egg-info/top_level.txt
html5rdf/_trie/__init__.py
html5rdf/_trie/_base.py
html5rdf/_trie/py.py
html5rdf/contrib/__init__.py
html5rdf/contrib/webencodings/__init__.py
html5rdf/contrib/webencodings/labels.py
html5rdf/contrib/webencodings/mklabels.py
html5rdf/contrib/webencodings/tests.py
html5rdf/contrib/webencodings/x_user_defined.py
html5rdf/filters/__init__.py
html5rdf/filters/alphabeticalattributes.py
html5rdf/filters/base.py
html5rdf/filters/inject_meta_charset.py
html5rdf/filters/lint.py
html5rdf/filters/optionaltags.py
html5rdf/filters/whitespace.py
html5rdf/tests/__init__.py
html5rdf/tests/conftest.py
html5rdf/tests/sanitizer.py
html5rdf/tests/support.py
html5rdf/tests/test_alphabeticalattributes.py
html5rdf/tests/test_encoding.py
html5rdf/tests/test_meta.py
html5rdf/tests/test_optionaltags_filter.py
html5rdf/tests/test_parser2.py
html5rdf/tests/test_serializer.py
html5rdf/tests/test_stream.py
html5rdf/tests/test_tokenizer2.py
html5rdf/tests/test_treeadapters.py
html5rdf/tests/test_treewalkers.py
html5rdf/tests/test_whitespace_filter.py
html5rdf/tests/tokenizer.py
html5rdf/tests/tokenizertotree.py
html5rdf/tests/tree_construction.py
html5rdf/tests/testdata/.gitattributes
html5rdf/tests/testdata/.gitignore
html5rdf/tests/testdata/AUTHORS.rst
html5rdf/tests/testdata/LICENSE
html5rdf/tests/testdata/lint
html5rdf/tests/testdata/pyproject.toml
html5rdf/tests/testdata/.github/workflows/downstream.yml
html5rdf/tests/testdata/.github/workflows/lint.yml
html5rdf/tests/testdata/encoding/test-yahoo-jp.dat
html5rdf/tests/testdata/encoding/tests1.dat
html5rdf/tests/testdata/encoding/tests2.dat
html5rdf/tests/testdata/encoding/chardet/test_big5.txt
html5rdf/tests/testdata/encoding/scripted/tests1.dat
html5rdf/tests/testdata/lint_lib/__init__.py
html5rdf/tests/testdata/lint_lib/lint.py
html5rdf/tests/testdata/lint_lib/parser.py
html5rdf/tests/testdata/lint_lib/_vendor/__init__.py
html5rdf/tests/testdata/lint_lib/_vendor/vendor.txt
html5rdf/tests/testdata/lint_lib/_vendor-patches/funcparserlib.patch
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/LICENSE
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/__init__.py
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/lexer.py
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/lexer.pyi
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/parser.py
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/parser.pyi
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/py.typed
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/util.py
html5rdf/tests/testdata/lint_lib/_vendor/funcparserlib/util.pyi
html5rdf/tests/testdata/serializer/core.test
html5rdf/tests/testdata/serializer/injectmeta.test
html5rdf/tests/testdata/serializer/optionaltags.test
html5rdf/tests/testdata/serializer/options.test
html5rdf/tests/testdata/serializer/whitespace.test
html5rdf/tests/testdata/tokenizer/README.md
html5rdf/tests/testdata/tokenizer/contentModelFlags.test
html5rdf/tests/testdata/tokenizer/domjs.test
html5rdf/tests/testdata/tokenizer/entities.test
html5rdf/tests/testdata/tokenizer/escapeFlag.test
html5rdf/tests/testdata/tokenizer/namedEntities.test
html5rdf/tests/testdata/tokenizer/numericEntities.test
html5rdf/tests/testdata/tokenizer/pendingSpecChanges.test
html5rdf/tests/testdata/tokenizer/test1.test
html5rdf/tests/testdata/tokenizer/test2.test
html5rdf/tests/testdata/tokenizer/test3.test
html5rdf/tests/testdata/tokenizer/test4.test
html5rdf/tests/testdata/tokenizer/unicodeChars.test
html5rdf/tests/testdata/tokenizer/unicodeCharsProblematic.test
html5rdf/tests/testdata/tokenizer/xmlViolation.test
html5rdf/tests/testdata/tree-construction/README.md
html5rdf/tests/testdata/tree-construction/adoption01.dat
html5rdf/tests/testdata/tree-construction/adoption02.dat
html5rdf/tests/testdata/tree-construction/blocks.dat
html5rdf/tests/testdata/tree-construction/comments01.dat
html5rdf/tests/testdata/tree-construction/doctype01.dat
html5rdf/tests/testdata/tree-construction/domjs-unsafe.dat
html5rdf/tests/testdata/tree-construction/entities01.dat
html5rdf/tests/testdata/tree-construction/entities02.dat
html5rdf/tests/testdata/tree-construction/foreign-fragment.dat
html5rdf/tests/testdata/tree-construction/html5test-com.dat
html5rdf/tests/testdata/tree-construction/inbody01.dat
html5rdf/tests/testdata/tree-construction/isindex.dat
html5rdf/tests/testdata/tree-construction/main-element.dat
html5rdf/tests/testdata/tree-construction/math.dat
html5rdf/tests/testdata/tree-construction/menuitem-element.dat
html5rdf/tests/testdata/tree-construction/namespace-sensitivity.dat
html5rdf/tests/testdata/tree-construction/noscript01.dat
html5rdf/tests/testdata/tree-construction/pending-spec-changes-plain-text-unsafe.dat
html5rdf/tests/testdata/tree-construction/pending-spec-changes.dat
html5rdf/tests/testdata/tree-construction/plain-text-unsafe.dat
html5rdf/tests/testdata/tree-construction/quirks01.dat
html5rdf/tests/testdata/tree-construction/ruby.dat
html5rdf/tests/testdata/tree-construction/scriptdata01.dat
html5rdf/tests/testdata/tree-construction/search-element.dat
html5rdf/tests/testdata/tree-construction/svg.dat
html5rdf/tests/testdata/tree-construction/tables01.dat
html5rdf/tests/testdata/tree-construction/template.dat
html5rdf/tests/testdata/tree-construction/tests1.dat
html5rdf/tests/testdata/tree-construction/tests10.dat
html5rdf/tests/testdata/tree-construction/tests11.dat
html5rdf/tests/testdata/tree-construction/tests12.dat
html5rdf/tests/testdata/tree-construction/tests14.dat
html5rdf/tests/testdata/tree-construction/tests15.dat
html5rdf/tests/testdata/tree-construction/tests16.dat
html5rdf/tests/testdata/tree-construction/tests17.dat
html5rdf/tests/testdata/tree-construction/tests18.dat
html5rdf/tests/testdata/tree-construction/tests19.dat
html5rdf/tests/testdata/tree-construction/tests2.dat
html5rdf/tests/testdata/tree-construction/tests20.dat
html5rdf/tests/testdata/tree-construction/tests21.dat
html5rdf/tests/testdata/tree-construction/tests22.dat
html5rdf/tests/testdata/tree-construction/tests23.dat
html5rdf/tests/testdata/tree-construction/tests24.dat
html5rdf/tests/testdata/tree-construction/tests25.dat
html5rdf/tests/testdata/tree-construction/tests26.dat
html5rdf/tests/testdata/tree-construction/tests3.dat
html5rdf/tests/testdata/tree-construction/tests4.dat
html5rdf/tests/testdata/tree-construction/tests5.dat
html5rdf/tests/testdata/tree-construction/tests6.dat
html5rdf/tests/testdata/tree-construction/tests7.dat
html5rdf/tests/testdata/tree-construction/tests8.dat
html5rdf/tests/testdata/tree-construction/tests9.dat
html5rdf/tests/testdata/tree-construction/tests_innerHTML_1.dat
html5rdf/tests/testdata/tree-construction/tricky01.dat
html5rdf/tests/testdata/tree-construction/webkit01.dat
html5rdf/tests/testdata/tree-construction/webkit02.dat
html5rdf/tests/testdata/tree-construction/scripted/adoption01.dat
html5rdf/tests/testdata/tree-construction/scripted/ark.dat
html5rdf/tests/testdata/tree-construction/scripted/webkit01.dat
html5rdf/treeadapters/__init__.py
html5rdf/treeadapters/genshi.py
html5rdf/treeadapters/sax.py
html5rdf/treebuilders/__init__.py
html5rdf/treebuilders/base.py
html5rdf/treebuilders/dom.py
html5rdf/treebuilders/etree.py
html5rdf/treebuilders/etree_lxml.py
html5rdf/treewalkers/__init__.py
html5rdf/treewalkers/base.py
html5rdf/treewalkers/dom.py
html5rdf/treewalkers/etree.py
html5rdf/treewalkers/etree_lxml.py
html5rdf/treewalkers/genshi.py