LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
spcalc.egg-info/PKG-INFO
spcalc.egg-info/SOURCES.txt
spcalc.egg-info/dependency_links.txt
spcalc.egg-info/entry_points.txt
spcalc.egg-info/requires.txt
spcalc.egg-info/top_level.txt
src/__init__.py
src/add.py
src/calculator.py
src/divide.py
src/main.py
src/multiply.py
src/operation.py
src/subtract.py
tests/__init__.py
tests/test_calculator.py