.flake8
.gitignore
CHANGELOG.md
CMakeLists.txt
LICENSE
LICENSE_bundled.txt
README.md
fpm.toml
noxfile.py
pages.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/build_wheels.yml
.github/workflows/fortran.yml
.github/workflows/python.yml
app/demo.f90
include/cone_angle.h
libconeangle/__init__.py
libconeangle/coneangle.py
libconeangle/lib.py
libconeangle/typing.py
libconeangle.egg-info/PKG-INFO
libconeangle.egg-info/SOURCES.txt
libconeangle.egg-info/dependency_links.txt
libconeangle.egg-info/requires.txt
libconeangle.egg-info/top_level.txt
src/CMakeLists.txt
src/api.f90
src/cones.f90
src/data.f90
src/env.f90
src/main.f90
src/util.f90
test/__init__.py
test/integration.f90
test/main.f90
test/test_libconeangle.py