source: ammosreader/src/ammosreader.egg-info/SOURCES.txt@ d5e05b3

AmmosSource guix
Last change on this file since d5e05b3 was 0da6808, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago

missing files added and minor pip fixes

  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[0da6808]1.gitignore
2LICENSE
3README.md
4pyproject.toml
5setup.cfg
6setup.py
7doc/Makefile
8doc/build/doctrees/environment.pickle
9doc/build/doctrees/index.doctree
10doc/build/html/.buildinfo
11doc/build/html/genindex.html
12doc/build/html/index.html
13doc/build/html/objects.inv
14doc/build/html/search.html
15doc/build/html/searchindex.js
16doc/build/html/_sources/index.rst.txt
17doc/build/html/_static/ajax-loader.gif
18doc/build/html/_static/alabaster.css
19doc/build/html/_static/basic.css
20doc/build/html/_static/comment-bright.png
21doc/build/html/_static/comment-close.png
22doc/build/html/_static/comment.png
23doc/build/html/_static/custom.css
24doc/build/html/_static/doctools.js
25doc/build/html/_static/documentation_options.js
26doc/build/html/_static/down-pressed.png
27doc/build/html/_static/down.png
28doc/build/html/_static/file.png
29doc/build/html/_static/jquery.js
30doc/build/html/_static/language_data.js
31doc/build/html/_static/minus.png
32doc/build/html/_static/plus.png
33doc/build/html/_static/pygments.css
34doc/build/html/_static/searchtools.js
35doc/build/html/_static/underscore.js
36doc/build/html/_static/up-pressed.png
37doc/build/html/_static/up.png
38doc/build/html/_static/websupport.js
39doc/html/.buildinfo
40doc/html/PDW.html
41doc/html/genindex.html
42doc/html/index.html
43doc/html/modules.html
44doc/html/objects.inv
45doc/html/pdw_reader.html
46doc/html/py-modindex.html
47doc/html/search.html
48doc/html/searchindex.js
49doc/html/.doctrees/PDW.doctree
50doc/html/.doctrees/environment.pickle
51doc/html/.doctrees/index.doctree
52doc/html/.doctrees/modules.doctree
53doc/html/.doctrees/pdw_reader.doctree
54doc/html/_modules/PDW.html
55doc/html/_modules/index.html
56doc/html/_sources/PDW.rst.txt
57doc/html/_sources/index.rst.txt
58doc/html/_sources/modules.rst.txt
59doc/html/_sources/pdw_reader.rst.txt
60doc/html/_static/ajax-loader.gif
61doc/html/_static/alabaster.css
62doc/html/_static/basic.css
63doc/html/_static/comment-bright.png
64doc/html/_static/comment-close.png
65doc/html/_static/comment.png
66doc/html/_static/custom.css
67doc/html/_static/doctools.js
68doc/html/_static/documentation_options.js
69doc/html/_static/down-pressed.png
70doc/html/_static/down.png
71doc/html/_static/file.png
72doc/html/_static/jquery.js
73doc/html/_static/language_data.js
74doc/html/_static/minus.png
75doc/html/_static/plus.png
76doc/html/_static/pygments.css
77doc/html/_static/searchtools.js
78doc/html/_static/underscore.js
79doc/html/_static/up-pressed.png
80doc/html/_static/up.png
81doc/html/_static/websupport.js
82doc/rst/PDW.rst
83doc/rst/conf.py
84doc/rst/index.rst
85doc/rst/modules.rst
86doc/source/conf.py
87doc/source/index.rst
88org/AMMOS_Datastreams.pdf
89org/audio.html
90org/audio.org
91org/iqdw.org
92org/ppdw.org
93sample_data/audio_data_sample.bin
94sample_data/example.ppdw
95sample_data/sample.iqdw
96sample_scripts/audio_reader.py
97sample_scripts/audio_socket_reader_test.py
98sample_scripts/audio_socket_reader_test_streamer.py
99sample_scripts/iqdw_reader.py
100sample_scripts/pdw_reader.py
101sample_scripts/test.wav
102src/ammosreader/AmmosAudioDataHeader.py
103src/ammosreader/AmmosAudioReader.py
104src/ammosreader/AmmosAudioSocketReader.py
105src/ammosreader/AmmosContainer.py
106src/ammosreader/AmmosExtendedAudioDataHeader.py
107src/ammosreader/AmmosExtendedIFDataHeader.py
108src/ammosreader/AmmosGlobalFrameBody.py
109src/ammosreader/AmmosGlobalFrameHeader.py
110src/ammosreader/AmmosIFDataBlock.py
111src/ammosreader/AmmosIFDataHeader.py
112src/ammosreader/AmmosIFReader.py
113src/ammosreader/AmmosSingleFrame.py
114src/ammosreader/IQDWTXBlock.py
115src/ammosreader/PDW.py
116src/ammosreader/PPDWContainer.py
117src/ammosreader.egg-info/PKG-INFO
118src/ammosreader.egg-info/SOURCES.txt
119src/ammosreader.egg-info/dependency_links.txt
120src/ammosreader.egg-info/not-zip-safe
121src/ammosreader.egg-info/requires.txt
122src/ammosreader.egg-info/top_level.txt
Note: See TracBrowser for help on using the repository browser.