CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish-to-pypi.yml
.github/workflows/tests.yml
docs/README.md
docs/examples.md
docs/user-guide.md
src/gs_prompt_manager/__init__.py
src/gs_prompt_manager/prompt_base.py
src/gs_prompt_manager/prompt_manager.py
src/gs_prompt_manager.egg-info/PKG-INFO
src/gs_prompt_manager.egg-info/SOURCES.txt
src/gs_prompt_manager.egg-info/dependency_links.txt
src/gs_prompt_manager.egg-info/requires.txt
src/gs_prompt_manager.egg-info/top_level.txt
test/__init__.py
test/conftest.py
test/test_prompt_base.py
test/test_prompt_manager.py
test/sample_prompts/prompt_hello_world.py