LICENSE
README.md
pyproject.toml
src/apsg/__init__.py
src/apsg/config.py
src/apsg/shell.py
src/apsg.egg-info/PKG-INFO
src/apsg.egg-info/SOURCES.txt
src/apsg.egg-info/dependency_links.txt
src/apsg.egg-info/entry_points.txt
src/apsg.egg-info/requires.txt
src/apsg.egg-info/top_level.txt
src/apsg/database/__init__.py
src/apsg/database/_alchemy.py
src/apsg/database/_sdbread.py
src/apsg/decorator/__init__.py
src/apsg/decorator/_decorator.py
src/apsg/feature/__init__.py
src/apsg/feature/_container.py
src/apsg/feature/_geodata.py
src/apsg/feature/_paleomag.py
src/apsg/feature/_statistics.py
src/apsg/feature/_tensor2.py
src/apsg/feature/_tensor3.py
src/apsg/helpers/__init__.py
src/apsg/helpers/_helper.py
src/apsg/helpers/_math.py
src/apsg/helpers/_notation.py
src/apsg/math/__init__.py
src/apsg/math/_matrix.py
src/apsg/math/_vector.py
src/apsg/pandas/__init__.py
src/apsg/pandas/_pandas_api.py
src/apsg/plotting/__init__.py
src/apsg/plotting/_fabricplot.py
src/apsg/plotting/_paleomagplots.py
src/apsg/plotting/_plot_artists.py
src/apsg/plotting/_projection.py
src/apsg/plotting/_roseplot.py
src/apsg/plotting/_stereogrid.py
src/apsg/plotting/_stereonet.py
tests/test_apsg.py
tests/test_tensors.py