Metadata-Version: 2.1
Name: sdriq2complex
Version: 0.0.1
Summary: SDRangel *.srdiq data conversion tool
Home-page: https://github.com/mehanik/sdriq2complex
Author: Eugene Mikhantiev
Author-email: mikhantiev@gmail.com
License: UNKNOWN
Description: # SDRangel `*.srdiq` data conversion tool
        
        ## Installation 
        ```
        $ pip3 install sdriq2complex
        ```
        
        ## Usage
        
        To convert sdriq file to float32 complex format that used by URH
        
        ```
        $ sdriq2complex input_file.sdriq output_file.complex 
        ```
        
        This package also can be used to read `*.sdriq` files from python.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
