LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
spcalc/__init__.py
spcalc/add.py
spcalc/calculator.py
spcalc/divide.py
spcalc/main.py
spcalc/multiply.py
spcalc/operation.py
spcalc/subtract.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
tests/__init__.py
tests/test_calculator.py