idf-ci

View on PyPIReverse Dependencies (0)

0.1.3 idf_ci-0.1.3-py3-none-any.whl

Wheel Details

Project: idf-ci
Version: 0.1.3
Filename: idf_ci-0.1.3-py3-none-any.whl
Download: [link]
Size: 17591
MD5: 885a7a0d93b7c0aa8a433daee44be15a
SHA256: 0981dc2bc64ea8304e92e5b3d468891deb5fffa6aea11bc1650820d849ec8d54
Uploaded: 2025-02-20 13:30:44 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: idf-ci
Version: 0.1.3
Summary: The python library for CI/CD of ESP-IDF projects
Author-Email: Fu Hanxi <fuhanxi[at]espressif.com>
Project-Url: Homepage, https://github.com/espressif/idf-ci
Project-Url: Documentation, https://docs.espressif.com/projects/idf-ci
Project-Url: Repository, https://github.com/espressif/idf-ci.git
Project-Url: Changelog, https://github.com/espressif/idf-ci/blob/master/CHANGELOG.md
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.7
Requires-Dist: click
Requires-Dist: tomlkit
Requires-Dist: idf-build-apps (<3,>=2.7)
Requires-Dist: pytest-embedded-idf[serial] (~=1.13)
Requires-Dist: pytest-embedded-jtag (~=1.13)
Requires-Dist: pytest-embedded-qemu (~=1.13)
Requires-Dist: pytest-ignore-test-results (<1,>=0.3.0)
Requires-Dist: pytest-timeout
Requires-Dist: rich
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Requires-Dist: myst-parser; extra == "doc"
Requires-Dist: sphinxcontrib-mermaid; extra == "doc"
Requires-Dist: sphinx-argparse; extra == "doc"
Requires-Dist: sphinx-tabs; extra == "doc"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 1400 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
idf_ci/__init__.py sha256=HwYehRv3Cr9n7aGedRIzZcUrP45NTib59O1y1QgjLp0 477
idf_ci/_compat.py sha256=Uv8mJRx1Vx7faTdqxoChJxHxUSolc-4PDDbxjIww2bo 307
idf_ci/scripts.py sha256=XyOWyLASfnFHjNbNU3byPMS7uLJkQrHSW3ZZvt-n7Y8 4885
idf_ci/settings.py sha256=_1x2u4IhbayU51q_fWLFSdvss-9Frflm0Dc1oX7BAQM 5720
idf_ci/utils.py sha256=2tI58dK7ihun7UqnMTjGi1R6qbw9g7fey0SQlRql5Cc 1275
idf_ci/cli/__init__.py sha256=3EUitY270gs_NAJvZinrhWBkCB4FoB1V3yoBJaiQTZI 2508
idf_ci/cli/_options.py sha256=eZEf4Qmctimj0maOROLX3TLrFAFcbSbG5capzQE9dO4 1768
idf_ci/cli/build.py sha256=m6X0meJOdnB8cNckUxprPNLk_-MiNKy4So2Q62pJmGw 2441
idf_ci/cli/test.py sha256=ggMdi8MnV7OHN6FGQQSXNxQj-CLi62Dv5ZTNSod1d8Q 699
idf_ci/idf_pytest/__init__.py sha256=PoW2LKKn__PG_ppVrZUm3h-OECQJt-VIQn8TFko79pA 340
idf_ci/idf_pytest/models.py sha256=vw-Eh_rtGH8llEBlVY4_JX47DNNSpfZlx_M-y4U9Vdk 5151
idf_ci/idf_pytest/plugin.py sha256=1q_2tlkAtZKuT_4Up3Tg61hqOIJyq8rVZ504O02iUhU 8063
idf_ci/idf_pytest/scripts.py sha256=ycj90q1SWyhx_6_zJ1hgGSRQKQzcboCTFTZjBc5xBHo 1494
idf_ci/templates/__init__.py sha256=ycefFgtx42zApIr3P9YSnKSYfOFqXVN5yjmCG4KMyYQ 105
idf_ci/templates/pytest.ini sha256=2_vce-dPBDSAh3fqHGBoSENdKV5NMkGNlJjmD79m1Y0 197
idf_ci-0.1.3.dist-info/METADATA sha256=KjRGIB7aNEwsdN7VOL3q2-AtWfEmxIRvBMtfLnmuT1w 3280
idf_ci-0.1.3.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
idf_ci-0.1.3.dist-info/entry_points.txt sha256=UZrzYkpu3mJSTvla3ljziBMpJRwJaM8BX_PQns_mzoc 88
idf_ci-0.1.3.dist-info/top_level.txt sha256=DG1_pgfZyZykU3Y8t3EJge5PcvXQRoFxtWT1psp9wF4 7
idf_ci-0.1.3.dist-info/RECORD

top_level.txt

idf_ci

entry_points.txt

idf-ci = idf_ci.cli:cli
idf-ci = idf_ci.idf_pytest.plugin