.gitignore
README.md
pyproject.toml
tox.ini
uv.lock
.idea/.gitignore
.idea/SimplifiedCLI.iml
.idea/dataSources.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/runConfigurations/basic.xml
.idea/runConfigurations/build.xml
.idea/runConfigurations/install_deps.xml
.idea/runConfigurations/test_simpcli_py.xml
.idea/runConfigurations/tests.xml
.idea/scopes/Spellcheck.xml
src/examples/basic.py
src/simpcli/__init__.py
src/simplifiedcli.egg-info/PKG-INFO
src/simplifiedcli.egg-info/SOURCES.txt
src/simplifiedcli.egg-info/dependency_links.txt
src/simplifiedcli.egg-info/requires.txt
src/simplifiedcli.egg-info/top_level.txt
test/conftest.py
test/test_simpcli.py