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

AmmosSource guix
Last change on this file since a574a93 was 4180d6a, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago

Add pymongo import script

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[0da6808]1Metadata-Version: 2.1
2Name: ammosreader
[4180d6a]3Version: 0.1.dev59+g94f7c24.d20220506
[0da6808]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
[6808525]21Requires-Python: >=3.10
[0da6808]22Description-Content-Type: text/text
23Provides-Extra: testing
24License-File: LICENSE
25
26
[a4a96fd]27# Table of Contents
[0da6808]28
[a4a96fd]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)
[0da6808]35
36
37
[a4a96fd]38<a id="org2244bce"></a>
[0da6808]39
[a4a96fd]40# AmmosReader
[0da6808]41
[a4a96fd]42Project 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]58The 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
Note: See TracBrowser for help on using the repository browser.