Metadata-Version: 2.1
Name: nxp-lite-tools
Version: 0.2.2
Summary: NXP lite tools bundle
Home-page: UNKNOWN
Author: Larry Shen
Author-email: larry.shen@nxp.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Provides-Extra: pp
Requires-Dist: nxp-pp ; extra == 'pp'

This is an abstract bundle of lite tools, follow next to install detail tools, and use `nxp_lite_tools` command to find the link of this page.

**1. NXP power performance data submitter**

Install:

    $ pip install -UI nxp_lite_tools[pp]

Usage:

    $ nxp_pp_submit -h
    usage: nxp_pp_submit [-h] -c CONFIG -r RESULT [-d]

    optional arguments:
      -h, --help            show this help message and exit
      -c CONFIG, --config CONFIG
                            release config
      -r RESULT, --result RESULT
                            result file
      -d, --debug           mode

Desc:

    -c CONFIG: put the path of config.ini
    -r RESULT: if result file specified, submit this single result
               if result folder specified, iterate all .json and .csv in the folder, then submit all results
    -d       : set this flag if submit results to staging server

**2. NXP lf history data submitter**

[TODO]

**3. NXP NPI dashboard data submitter**

[TODO]

