Metadata-Version: 2.4
Name: dynashell
Version: 0.2.3
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
Requires-Dist: prompt_toolkit
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.

## Architecture





