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