File: SOURCES.txt

package info (click to toggle)
python-mido 1.3.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 920 kB
  • sloc: python: 4,006; makefile: 127; sh: 4
file content (141 lines) | stat: -rw-r--r-- 3,546 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
.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.rst
pyproject.toml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/bug_report.md.license
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/feature_request.md.license
.github/workflows/documentation.yml
.github/workflows/release.yml
.github/workflows/test.yml
.reuse/dep5
LICENSES/CC-BY-4.0.txt
LICENSES/CC-BY-SA-3.0.txt
LICENSES/CC0-1.0.txt
LICENSES/MIT.txt
docs/CODE_OF_CONDUCT.rst
docs/Makefile
docs/about_midi.rst
docs/acknowledgements.rst
docs/api.rst
docs/authors.rst
docs/binaries.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/freezing_exe.rst
docs/glossary.rst
docs/index.rst
docs/installing.rst
docs/intro.rst
docs/licenses.rst
docs/make.bat
docs/message_types.rst
docs/meta_message_types.rst
docs/resources.rst
docs/_static/.gitkeep
docs/backends/amidi.rst
docs/backends/custom.rst
docs/backends/index.rst
docs/backends/portmidi.rst
docs/backends/pygame.rst
docs/backends/rtmidi.rst
docs/backends/rtmidi_python.rst
docs/files/index.rst
docs/files/midi.rst
docs/files/syx.rst
docs/images/midi_time.svg
docs/images/midi_time.svg.license
docs/messages/frozen.rst
docs/messages/index.rst
docs/messages/parsing.rst
docs/messages/serializing.rst
docs/ports/custom.rst
docs/ports/index.rst
docs/ports/socket.rst
docs/shared/licenses_logos.rst
examples/using_rtmidi_directly.py
examples/backends/printer.py
examples/backends/rtm.py
examples/backends/use_printer.py
examples/midifiles/create_midi_file.py
examples/midifiles/midifile_to_json.py
examples/midifiles/play_midi_file.py
examples/midifiles/print_midi_file.py
examples/midifiles/show_midifile.py
examples/midifiles/test.sh
examples/ports/input_filter.py
examples/ports/list_ports.py
examples/ports/multi_receive.py
examples/ports/nonblocking_receive.py
examples/ports/queue_port.py
examples/ports/receive.py
examples/ports/send.py
examples/sockets/forward_ports.py
examples/sockets/serve_ports.py
examples/sockets/simple_client.py
examples/sockets/simple_server.py
extras/README.rst
extras/hid_joystick.py
mido/__init__.py
mido/frozen.py
mido/parser.py
mido/ports.py
mido/sockets.py
mido/syx.py
mido/tokenizer.py
mido/version.py
mido.egg-info/PKG-INFO
mido.egg-info/SOURCES.txt
mido.egg-info/dependency_links.txt
mido.egg-info/entry_points.txt
mido.egg-info/requires.txt
mido.egg-info/top_level.txt
mido/backends/__init__.py
mido/backends/_parser_queue.py
mido/backends/amidi.py
mido/backends/backend.py
mido/backends/portmidi.py
mido/backends/portmidi_init.py
mido/backends/pygame.py
mido/backends/rtmidi.py
mido/backends/rtmidi_python.py
mido/backends/rtmidi_utils.py
mido/messages/__init__.py
mido/messages/checks.py
mido/messages/decode.py
mido/messages/encode.py
mido/messages/messages.py
mido/messages/specs.py
mido/messages/strings.py
mido/midifiles/__init__.py
mido/midifiles/meta.py
mido/midifiles/midifiles.py
mido/midifiles/tracks.py
mido/midifiles/units.py
mido/scripts/__init__.py
mido/scripts/mido_connect.py
mido/scripts/mido_play.py
mido/scripts/mido_ports.py
mido/scripts/mido_serve.py
tests/test_frozen.py
tests/test_parser.py
tests/test_ports.py
tests/test_sockets.py
tests/test_syx.py
tests/test_tokenizer.py
tests/backends/test_backend.py
tests/backends/test_rtmidi.py
tests/messages/test_checks.py
tests/messages/test_decode.py
tests/messages/test_encode.py
tests/messages/test_messages.py
tests/messages/test_strings.py
tests/midifiles/test_meta.py
tests/midifiles/test_midifiles.py
tests/midifiles/test_tracks.py
tests/midifiles/test_units.py