.editorconfig
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/changelog.md
docs/common.md
docs/contributing.md
docs/faq.md
docs/folmap.md
docs/gistory.md
docs/index.md
docs/installation.md
docs/maeson.md
docs/usage.md
docs/examples/gistory.ipynb
docs/examples/usage.ipynb
docs/overrides/main.html
maeson/__init__.py
maeson/common.py
maeson/folmap.py
maeson/gistory.py
maeson/maeson.py
maeson.egg-info/PKG-INFO
maeson.egg-info/SOURCES.txt
maeson.egg-info/dependency_links.txt
maeson.egg-info/entry_points.txt
maeson.egg-info/requires.txt
maeson.egg-info/top_level.txt
tests/__init__.py
tests/test_maeson.py