.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/multi-test.yaml
.github/workflows/release.yaml
.vscode/launch.json
.vscode/settings.json
argscall/__init__.py
argscall/__main__.py
argscall/argscaller.py
argscall/exceptions.py
argscall/version.py
argscall.egg-info/PKG-INFO
argscall.egg-info/SOURCES.txt
argscall.egg-info/dependency_links.txt
argscall.egg-info/entry_points.txt
argscall.egg-info/top_level.txt
tests/test_keyword_args.py
tests/test_positional_args.py
tests/test_some_arguments.py
tests/test_some_kwargs.py
tests/test_zero_arguments.py