File: SOURCES.txt

package info (click to toggle)
python-echo 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: python: 2,421; makefile: 148
file content (47 lines) | stat: -rw-r--r-- 980 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
.coveragerc
.gitignore
.readthedocs.yml
CHANGES.md
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
.github/release.yml
.github/workflows/ci_workflows.yml
.github/workflows/update-changelog.yaml
doc/Makefile
doc/api.rst
doc/conf.py
doc/core.rst
doc/gui.rst
doc/index.rst
doc/installation.rst
echo/__init__.py
echo/callback_container.py
echo/conftest.py
echo/containers.py
echo/core.py
echo/selection.py
echo/version.py
echo.egg-info/PKG-INFO
echo.egg-info/SOURCES.txt
echo.egg-info/dependency_links.txt
echo.egg-info/requires.txt
echo.egg-info/top_level.txt
echo.egg-info/zip-safe
echo/qt/__init__.py
echo/qt/autoconnect.py
echo/qt/connect.py
echo/qt/tests/__init__.py
echo/qt/tests/helpers.py
echo/qt/tests/test_autoconnect.py
echo/qt/tests/test_connect.py
echo/qt/tests/test_connect_combo_selection.py
echo/qt/tests/test_connect_list_selection.py
echo/tests/__init__.py
echo/tests/test_containers.py
echo/tests/test_core.py
echo/tests/test_selection.py