Upstream Compatibility Report¶
InquirerPrompt is the community-maintained fork of kazhala/InquirerPy.
The import name (import InquirerPy) and all public APIs are preserved for full drop-in compatibility.
Quick Summary¶
Value |
|
|---|---|
Upstream package |
|
This fork |
|
Import name |
|
API compatibility |
✅ Full backwards-compatible with upstream 0.3.4 |
Report generated by |
|
Install¶
# Drop-in replacement — just change the install name:
pip install InquirerPrompt # was: pip install InquirerPy
# Your imports stay exactly the same:
from InquirerPy import prompt, inquirer
Auto-Generated API Diff¶
The compatibility report below is generated automatically by the
Compatibility Check workflow
on every push to master. It uses griffe to compare
the public API surface of this fork against the upstream InquirerPy 0.3.4 release.
Note
The report file docs/pages/compat_report.md is auto-committed by CI after each run.
If you are reading this on ReadTheDocs, the data below reflects the latest master state.
Report generated: 2026-03-14 12:28 UTC
Upstream reference: InquirerPy 0.3.4 (PyPI) — Fork: local master
✅ No Breaking Changes Detected¶
The public API of this fork is fully compatible with upstream InquirerPy 0.3.4.
All existing code using the upstream package will continue to work without modification.
API Surface Overview¶
Kind |
Upstream |
Fork |
Delta |
|---|---|---|---|
Classes |
0 |
0 |
= |
Functions |
0 |
0 |
= |
Attributes |
14 |
14 |
= |