Metadata-Version: 2.1
Name: picle
Version: 0.2.0
Summary: Python Interactive Command Line Shells
Home-page: https://github.com/dmulyalin/picle
License: MIT
Author: Denis Mulyalin
Author-email: d.mulyalin@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT 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
Provides-Extra: docs
Requires-Dist: mkdocs (==1.2.4) ; (python_version >= "3.7") and (extra == "docs")
Requires-Dist: mkdocs-material (==7.2.2) ; (python_version >= "3.7") and (extra == "docs")
Requires-Dist: mkdocs-material-extensions (==1.0.1) ; (python_version >= "3.7") and (extra == "docs")
Requires-Dist: mkdocstrings[python] (>=0.18.0,<0.19.0) ; (python_version >= "3.7") and (extra == "docs")
Requires-Dist: pydantic (>=2.0.1,<=3.0.0)
Requires-Dist: pygments (==2.11) ; (python_version >= "3.7") and (extra == "docs")
Requires-Dist: pymdown-extensions (==9.3) ; (python_version >= "3.7") and (extra == "docs")
Requires-Dist: pyreadline3 (==3.4.1) ; sys_platform == "win32"
Project-URL: Documentation, https://dmulyalin.github.io/picle/
Project-URL: Repository, https://github.com/dmulyalin/picle
Description-Content-Type: text/markdown

# PICLE - Python Interactive Command Line Shells

PICLE is a module to construct interactive command line shell
applications.

Built on top of Python's standart library 
[CMD module](https://docs.python.org/3/library/cmd.html) and 
uses [Pydantic](https://docs.pydantic.dev/) models to construct 
shell environments.

Welcome to [documentation](https://dmulyalin.github.io/picle/) to
explore PICLE further.
