source: ammosreader/src/ammosreader.egg-info/PKG-INFO@ 2d2c629

AmmosSource guix
Last change on this file since 2d2c629 was a4a96fd, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago

add module comment to AmmosAudioSocketReader

  • Property mode set to 100644
File size: 1.7 KB
Line 
1Metadata-Version: 2.1
2Name: ammosreader
3Version: 0.1.dev33+gcaee9d8.d20220504
4Summary: ammosreader: tool to parse R&S Ammos files
5Home-page: http://gitlab.kid.local/kidzg/ammosreader
6Author: KIDZg
7License: UNKNOWN
8Project-URL: Source, http://gitlab.kid.local/kidzg/ammosreader
9Keywords: metadata
10Platform: linux
11Classifier: Development Status :: 5 - Stable
12Classifier: Intended Audience :: Developers
13Classifier: Operating System :: POSIX
14Classifier: Programming Language :: Python :: 3
15Classifier: Programming Language :: Python :: 3 :: Only
16Classifier: Programming Language :: Python :: 3.7
17Classifier: Programming Language :: Python :: 3.8
18Classifier: Programming Language :: Python :: 3.9
19Classifier: Programming Language :: Python :: 3.10
20Classifier: Topic :: Utilities
21Requires-Python: >=3.8
22Description-Content-Type: text/text
23Provides-Extra: testing
24License-File: LICENSE
25
26
27# Table of Contents
28
291. [AmmosReader](#org2244bce)
302. [Installation](#orge8b118b)
313. [Usage](#orgcea0ee3)
32 1. [audio\_reader.py](#orgae8ea86)
33 2. [iqdw\_reader.py](#orge3ddc95)
34 3. [pdw\_reader.py](#org59847de)
35
36
37
38<a id="org2244bce"></a>
39
40# AmmosReader
41
42Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos
43
44
45<a id="orge8b118b"></a>
46
47# Installation
48
49 git clone http://gitlab.kid.local/kidzg/ammosreader.git
50 cd ammosreader
51 python3 -m pip install .
52
53
54<a id="orgcea0ee3"></a>
55
56# Usage
57
58The sample\_scripts subdirectory contains multiple scripts.
59
60
61<a id="orgae8ea86"></a>
62
63## audio\_reader.py
64
65 python3 audio_reader.py 'path_to_ammos_file'
66
67
68<a id="orge3ddc95"></a>
69
70## iqdw\_reader.py
71
72 python3 iqdw_reader.py 'path_to_iqdw_file'
73
74
75<a id="org59847de"></a>
76
77## pdw\_reader.py
78
79 python3 pdw_reader.py 'path_to_pdw_file'
80
81
82
Note: See TracBrowser for help on using the repository browser.