.coveragerc
.gitattributes
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
environment.yml
setup.cfg
setup.py
.github/workflows/pypi_upload.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/changes.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
docs/graphs/graphs.org
docs/graphs/overview_img.dot
docs/graphs/overview_img.svg
docs/graphs/overview_static.dot
docs/graphs/overview_static.svg
docs/graphs/overview_ts.dot
docs/graphs/overview_ts.svg
src/pygeobase/__init__.py
src/pygeobase/io_base.py
src/pygeobase/object_base.py
src/pygeobase/utils.py
src/pygeobase.egg-info/PKG-INFO
src/pygeobase.egg-info/SOURCES.txt
src/pygeobase.egg-info/dependency_links.txt
src/pygeobase.egg-info/not-zip-safe
src/pygeobase.egg-info/requires.txt
src/pygeobase.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_io_base.py
tests/test_object_base.py
tests/test_utils.py