Metadata-Version: 2.1
Name: picle
Version: 0.1.0
Summary: Python Interactive Command Line Shells
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.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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 (==1.10.4)
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"
