File: SOURCES.txt

package info (click to toggle)
python-dugong 3.7%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 516 kB
  • ctags: 346
  • sloc: python: 2,672; makefile: 23; sh: 1
file content (78 lines) | stat: -rw-r--r-- 1,833 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
Changes.rst
LICENSE
README.rst
setup.cfg
setup.py
./dugong/__init__.py
doc/html/.buildinfo
doc/html/api.html
doc/html/coroutine.html
doc/html/coroutines.html
doc/html/expect100.html
doc/html/genindex.html
doc/html/index.html
doc/html/intro.html
doc/html/issues.html
doc/html/objects.inv
doc/html/search.html
doc/html/searchindex.js
doc/html/tutorial.html
doc/html/whatsnew.html
doc/html/_modules/dugong.html
doc/html/_modules/index.html
doc/html/_sources/api.txt
doc/html/_sources/coroutine.txt
doc/html/_sources/coroutines.txt
doc/html/_sources/expect100.txt
doc/html/_sources/index.txt
doc/html/_sources/intro.txt
doc/html/_sources/issues.txt
doc/html/_sources/tutorial.txt
doc/html/_sources/whatsnew.txt
doc/html/_static/ajax-loader.gif
doc/html/_static/basic.css
doc/html/_static/comment-bright.png
doc/html/_static/comment-close.png
doc/html/_static/comment.png
doc/html/_static/default.css
doc/html/_static/doctools.js
doc/html/_static/down-pressed.png
doc/html/_static/down.png
doc/html/_static/file.png
doc/html/_static/jquery.js
doc/html/_static/minus.png
doc/html/_static/plus.png
doc/html/_static/pygments.css
doc/html/_static/searchtools.js
doc/html/_static/sidebar.js
doc/html/_static/underscore.js
doc/html/_static/up-pressed.png
doc/html/_static/up.png
doc/html/_static/websupport.js
dugong.egg-info/PKG-INFO
dugong.egg-info/SOURCES.txt
dugong.egg-info/dependency_links.txt
dugong.egg-info/top_level.txt
dugong.egg-info/zip-safe
examples/extract_links.py
examples/httpcat.py
examples/pipeline1.py
rst/api.rst
rst/conf.py
rst/coroutines.rst
rst/index.rst
rst/intro.rst
rst/issues.rst
rst/tutorial.rst
rst/whatsnew.rst
rst/_templates/localtoc.html
test/ca.crt
test/ca.key
test/conftest.py
test/pytest.ini
test/pytest_checklogs.py
test/server.crt
test/server.key
test/test_aio.py
test/test_dugong.py
test/test_examples.py