Metadata-Version: 2.1
Name: script-it
Version: 0.1.0
Summary: Python utilities for writing interactive terminal applications
License: MIT
Project-URL: Source, https://github.com/IBM/scriptit
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev-test
Requires-Dist: pytest>=6; extra == "dev-test"
Requires-Dist: pytest-cov>=2.10.1; extra == "dev-test"
Provides-Extra: dev-fmt
Requires-Dist: pre-commit<4.0,>=3.0.4; extra == "dev-fmt"
Requires-Dist: ruff==0.2.1; extra == "dev-fmt"
Provides-Extra: dev-build
Requires-Dist: setuptools>=60; extra == "dev-build"
Requires-Dist: setuptools-scm>=8.0; extra == "dev-build"
Provides-Extra: dev
Requires-Dist: scriptit[dev-build,dev-fmt,dev-test]; extra == "dev"

# Script It!

Script It is a collection of tools for writing interactive terminal applications in a uinx terminal. It intentionally depends only on standard libraries to avoid introducing additional third-party dependencies when used in an application.
