Metadata-Version: 2.4
Name: importbudget
Version: 0.0.1
Summary: Find which imports cost your CLI milliseconds, make the safe ones lazy (PEP 810), and prove it in CI. Placeholder release; v0.1 coming soon.
Author-email: tomada <tmasuyama1114@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# importbudget

Find which imports cost your CLI milliseconds, make the safe ones lazy
(PEP 810 `lazy import`), and prove the savings in CI.

**This is a placeholder release reserving the package name. v0.1 is under
active development and coming soon.**
