File: SOURCES.txt

package info (click to toggle)
python-tinycss 0.4-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 716 kB
  • sloc: python: 2,476; makefile: 7
file content (44 lines) | stat: -rw-r--r-- 895 bytes parent folder | download | duplicates (5)
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
.coveragerc
.gitignore
.travis.yml
CHANGES
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/changelog.rst
docs/conf.py
docs/css3.rst
docs/extending.rst
docs/hacking.rst
docs/index.rst
docs/parsing.rst
docs/_static/custom.css
docs/_templates/layout.html
tinycss/__init__.py
tinycss/color3.py
tinycss/css21.py
tinycss/decoding.py
tinycss/fonts3.py
tinycss/page3.py
tinycss/parsing.py
tinycss/speedups.c
tinycss/speedups.pyx
tinycss/token_data.py
tinycss/tokenizer.py
tinycss/version.py
tinycss.egg-info/PKG-INFO
tinycss.egg-info/SOURCES.txt
tinycss.egg-info/dependency_links.txt
tinycss.egg-info/requires.txt
tinycss.egg-info/top_level.txt
tinycss/tests/__init__.py
tinycss/tests/speed.py
tinycss/tests/test_api.py
tinycss/tests/test_color3.py
tinycss/tests/test_css21.py
tinycss/tests/test_decoding.py
tinycss/tests/test_fonts3.py
tinycss/tests/test_page3.py
tinycss/tests/test_tokenizer.py