Metadata-Version: 2.1
Name: esptool
Version: 4.5
Summary: A serial utility to communicate & flash code to Espressif chips.
Home-page: https://github.com/espressif/esptool/
Author: Fredrik Ahlberg (themadinventor) & Angus Gratton (projectgus) & Espressif Systems
Author-email: 
License: GPLv2+
Project-URL: Documentation, https://docs.espressif.com/projects/esptool/
Project-URL: Source, https://github.com/espressif/esptool/
Project-URL: Tracker, https://github.com/espressif/esptool/issues/
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 :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: bitstring (>=3.1.6)
Requires-Dist: cryptography (>=2.1.4)
Requires-Dist: ecdsa (>=0.16.0)
Requires-Dist: pyserial (>=3.0)
Requires-Dist: reedsolo (<=1.6.0,>=1.5.3)
Provides-Extra: dev
Requires-Dist: flake8 (>=3.2.0) ; extra == 'dev'
Requires-Dist: flake8-import-order ; extra == 'dev'
Requires-Dist: flake8-gl-codeclimate ; extra == 'dev'
Requires-Dist: pyelftools ; extra == 'dev'
Requires-Dist: coverage (~=6.0) ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-rerunfailures ; extra == 'dev'
Provides-Extra: hsm
Requires-Dist: python-pkcs11 ; extra == 'hsm'


==========
esptool.py
==========
A Python-based, open-source, platform-independent utility to communicate with the ROM bootloader in Espressif chips.

The esptool.py project is `hosted on github <https://github.com/espressif/esptool>`_.

Documentation
-------------
Visit online `esptool documentation <https://docs.espressif.com/projects/esptool/>`_ or run ``esptool.py -h``.

Contributing
------------
Please see the `contributions guide <https://docs.espressif.com/projects/esptool/en/latest/contributing.html>`_.
