Metadata-Version: 2.1
Name: idf_build_apps
Version: 0.1.0a1
Summary: Tools for building ESP-IDF related apps.
Author-email: Fu Hanxi <fuhanxi@espressif.com>
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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-Dist: pathlib; python_version < '3.4'
Requires-Dist: pyparsing
Requires-Dist: pyyaml
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Project-URL: Source, https://github.com/espressif/idf-build-apps
Provides-Extra: test

# idf-build-apps

## Contributing

For 2.7, 3.4(?), 3.5(?), 3.6-3.10 compatibility, we use type annotation in comments.

