Python library for logging, utils and constants for Espressif Systems' Python projects.
pip install esp-pylibFirst, set up the development environment:
git clone https://github.com/espressif/esp-pylib.git
cd esp-pylib
python -m venv venv
source venv/bin/activate
pip install -e ".[dev]"
pre-commit installpython -m venv venv
source venv/bin/activate
pip install commitizen czespressif
git fetch
git checkout -b update/release_v1.1.0
git reset --hard origin/master
cz bump
git push -u
git push --tagsCreate a pull request and edit the automatically created draft release notes.
This document and the attached source code are released under Apache License Version 2. See the accompanying LICENSE file for a copy.