Metadata-Version: 1.1
Name: esptool
Version: 1.1
Summary: A utility to communicate with the ROM bootloader in Espressif ESP8266.
Home-page: https://github.com/themadinventor/esptool
Author: Fredrik Ahlberg (themadinventor) & Angus Gratton (projectgus)
Author-email: gus@projectgus.com
License: GPLv2+
Description: 
        ==========
        esptool.py
        ==========
        A command line utility to communicate with the ROM bootloader in Espressif ESP8266 WiFi microcontroller.
        
        Allows flashing firmware, reading back firmware, querying chip parameters, etc. Developed by the community, not by Espressif Systems.
        
        The esptool.py project is hosted on github: https://github.com/themadinventor/esptool
        
        Installation
        ------------
        
        esptool can be installed via pip:
        
          $ pip install --upgrade esptool
        
        (esptool.py requires Python 2. If your default pip version is Python 3, install via ``pip2 install esptool``.)
        
        Usage
        -----
        
        Please see the `Usage section of the README.md file <https://github.com/themadinventor/esptool#usage>`_.
        
        You can also get help information by running `esptool.py --help`.
        
        Contributing
        ------------
        Please see the `CONTRIBUTING.md file on github <https://github.com/themadinventor/esptool/blob/master/CONTRIBUTING.md>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 2.7
