AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/apsg.database.rst
docs/apsg.feature.rst
docs/apsg.helpers.rst
docs/apsg.math.rst
docs/apsg.plotting.rst
docs/authors.rst
docs/automodules.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/tutorials.rst
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/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/__init__.py
tests/conftest.py
tests/test_apsg.py
tests/test_tensor3.py