Metadata-Version: 2.1
Name: mchp-flasher-essentials
Version: 0.0.3
Summary: Collection of packages required for HB20 Flasher
Home-page: https://bitbucket.microchip.com/dashboard
Author: Vazeeruddin (Microchip)
Author-email: <support@microchip.com>
License: Microchip
Keywords: python,HB20,flasher,medical,WSG
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
License-File: LICENSE
Requires-Dist: colorama (==0.4.4)
Requires-Dist: inputimeout (==1.0.4)
Requires-Dist: intelhex (==2.3.0)
Requires-Dist: psutil (==5.8.0)
Requires-Dist: PyDirectInput (==1.0.4)
Requires-Dist: pyelftools (==0.27)
Requires-Dist: pywin32 (==301)
Requires-Dist: termcolor (==1.1.0)


HB20 Flasher require specific versions of Python packages to run properly. This package install all the necessary packages.

How to install
--------------
.. code-block:: bash

    pip install mchp-flasher-essentials


List of packages
----------------
#. `colorama==0.4.4 <https://pypi.org/project/colorama/0.4.4/>`_.
#. `inputimeout==1.0.4 <https://pypi.org/project/inputimeout/1.0.4/>`_.
#. `intelhex==2.3.0 <https://pypi.org/project/intelhex/2.3.0/>`_.
#. `psutil==5.8.0 <https://pypi.org/project/psutil/5.8.0/>`_.
#. `PyDirectInput==1.0.4 <https://pypi.org/project/PyDirectInput/1.0.4/>`_.
#. `pyelftools==0.27 <https://pypi.org/project/pyelftools/0.27/>`_.
#. `pywin32==301 <https://pypi.org/project/pywin32/301/>`_.
#. `termcolor==1.1.0 <https://pypi.org/project/termcolor/1.1.0/>`_.


