.gitattributes
.gitignore
MANIFEST.in
README.md
develop.txt
setup.cfg
setup.py
versioneer.py
.github/workflows/ci.yml
.github/workflows/release.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/links.rst
docs/source/_static/custom.css
docs/source/_static/favicon.png
docs/source/_static/icon.png
docs/source/_static/icon.svg
docs/source/_static/logo.png
docs/source/_static/logo.svg
docs/source/_templates/base.rst
docs/source/_templates/sidebar-nav-bs.html
docs/source/api/array.rst
docs/source/api/dataframe.rst
docs/source/api/dtype.rst
docs/source/api/index.rst
docs/source/api/series.rst
docs/source/notes/01-start.rst
docs/source/notes/02-benchmark.rst
pgpd/__init__.py
pgpd/_accessor_dataframe.py
pgpd/_accessor_series.py
pgpd/_array.py
pgpd/_delegated_dataframe.py
pgpd/_delegated_series.py
pgpd/_util.py
pgpd/_version.py
pgpd.egg-info/PKG-INFO
pgpd.egg-info/SOURCES.txt
pgpd.egg-info/dependency_links.txt
pgpd.egg-info/requires.txt
pgpd.egg-info/top_level.txt
test/test_io.py
test/test_pygeos_functions.py