Metadata-Version: 2.4
Name: dynashell
Version: 0.1.6
Summary: A flexible shell to run python snippets in a configurable context
Author: Ralph Boots
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/rtboots/dynashell
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML
Dynamic: license-file

# dynashell
A flexible shell to run python snippets in a configurable context
## description
Dynashell is a small compact module that can be used to run python code in a configurable context.
It includes a simple command prompt that lets the user execute python scripts within a running python context.




