Metadata-Version: 2.1
Name: fpptools
Version: 0.1.1
Summary: An FPPro debug CLI written in python3
Home-page: UNKNOWN
License: MIT
Author: andresperezcera
Author-email: andresperezcera@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: click (>=6.7,<7.0)
Requires-Dist: colorama (>=0.3.9,<0.4.0)
Requires-Dist: configparser (>=3.5,<4.0)
Requires-Dist: lxml (>=4.2,<5.0)
Requires-Dist: pymysql (>=0.9.2,<0.10.0)
Requires-Dist: pyodbc (>=4.0,<5.0)
Description-Content-Type: text/markdown

# FppTools

FppTools is a set of debugging tools geared towards the analysis and correction of str, blk and job files belonging to the implementation of the software [FP Pro](http://www.emmegisoft.com/en/product/fp-pro).

## How do I use this?

Usage is simple so far as the only command available is list_fittings. At the moment it *requires* 2 arguments:

* `--searchtype` is obligatory
* `--tofile y` or `--verbose y`

```cmd
C:\users\user>fpptools
Usage: fpptools [OPTIONS] COMMAND [ARGS]...

  Debugging and administration python package for Emmegisoft's FP Pro

Options:
  --help  Show this message and exit.

Commands:
  list_fittings  Generate a fitting list of str/blk/job(s)
```

## Reference

### Commands

#### list_fittings

Usage:
```cmd
c:\users\user>fpptools list_fittings --searchtype [searchtype] --tofile [y/n] --verbose [y/n]
```


