Metadata-Version: 2.1
Name: replbase
Version: 0.0.72
Summary: "Combination of other REPL tools into a reusable class that generates a REPL"
License: MIT
Author: Joseph Bochinski
Author-email: stirgejr@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: jbutils (>=0.1.47,<0.2.0)
Requires-Dist: prompt-toolkit (>=3.0.48,<4.0.0)
Requires-Dist: ptpython (>=3.0.29,<4.0.0)
Requires-Dist: rich (>=14.1.0,<15.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# replbase
A Python tool that combines some features from other REPL packages into one neat reusable base class

