MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/first_python_package.egg-info/PKG-INFO
src/first_python_package.egg-info/SOURCES.txt
src/first_python_package.egg-info/dependency_links.txt
src/first_python_package.egg-info/entry_points.txt
src/first_python_package.egg-info/requires.txt
src/first_python_package.egg-info/top_level.txt
src/imppkg/__init__.py
src/imppkg/harmonic_mean.c
src/imppkg/harmonic_mean.pyx
src/imppkg/harmony.py
src/imppkg/hello.py
src/imppkg/test.json
test/test_harmonic.py