Metadata-Version: 2.4
Name: esptool
Version: 4.8.1
Summary: A serial utility to communicate & flash code to Espressif chips.
Author: Fredrik Ahlberg (themadinventor), Angus Gratton (projectgus), Espressif Systems
License: GPLv2+
Project-URL: Homepage, https://github.com/espressif/esptool/
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/
Project-URL: Changelog, https://github.com/espressif/esptool/blob/master/CHANGELOG.md
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
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bitstring!=4.2.0,>=3.1.6
Requires-Dist: cryptography>=2.1.4
Requires-Dist: ecdsa>=0.16.0
Requires-Dist: pyserial>=3.3
Requires-Dist: reedsolo<1.8,>=1.5.3
Requires-Dist: PyYAML>=5.1
Requires-Dist: intelhex
Requires-Dist: argcomplete>=3; sys_platform != "win32"
Provides-Extra: dev
Requires-Dist: pyelftools; extra == "dev"
Requires-Dist: coverage~=6.0; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-rerunfailures; extra == "dev"
Requires-Dist: requests; extra == "dev"
Requires-Dist: commitizen; extra == "dev"
Provides-Extra: hsm
Requires-Dist: python-pkcs11; extra == "hsm"
Dynamic: license-file

# esptool.py

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

[![Test esptool](https://github.com/espressif/esptool/actions/workflows/test_esptool.yml/badge.svg?branch=master)](https://github.com/espressif/esptool/actions/workflows/test_esptool.yml) [![Build esptool](https://github.com/espressif/esptool/actions/workflows/build_esptool.yml/badge.svg?branch=master)](https://github.com/espressif/esptool/actions/workflows/build_esptool.yml)

## Documentation

Visit the [documentation](https://docs.espressif.com/projects/esptool/) or run `esptool.py -h`.

## Contribute

If you're interested in contributing to esptool.py, please check the [contributions guide](https://docs.espressif.com/projects/esptool/en/latest/contributing.html).

## About

esptool.py was initially created by Fredrik Ahlberg (@[themadinventor](https://github.com/themadinventor/)), and later maintained by Angus Gratton (@[projectgus](https://github.com/projectgus/)). It is now supported by Espressif Systems. It has also received improvements from many members of the community.

## License

This document and the attached source code are released as Free Software under GNU General Public License Version 2 or later. See the accompanying [LICENSE file](https://github.com/espressif/esptool/blob/master/LICENSE) for a copy.
