Metadata-Version: 2.1
Name: labtool
Version: 0.0.19
Summary: A tool to analyze lab report files
Home-page: https://github.com/acpuchades/libtool
Author: Alejandro Caravaca Puchades
Author-email: acaravacapuchades+dev@gmail.com
License: UNKNOWN
Description: # labtool
        
        A tool to analyze lab report files
        
        # Installing
        
        ```shell
        $ pip install labtool
        ```
        
        # Usage
        
        ```shell
        $ labtool --help
        usage: labtool [-h] [-f {tab,csv,json}] [-o OUTPUT] [-v] [files ...]
        
        A tool to analyze compatible lab report files.
        
        positional arguments:
          files                 report files to analyze (PDF)
        
        optional arguments:
          -h, --help            show this help message and exit
          -f {csv,json,tab}, --format {csv,json,tab}
                                output format
          -o OUTPUT, --output OUTPUT
                                output to file instead of console
          -v, --verbose         show additional info
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
