.gitignore
AGENTS.md
LICENSE
README.md
descriptor.yml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/extensions.yml
extension_template/MANIFEST.in
extension_template/README.md
extension_template/pyproject.toml
src/duckdb_ext/__init__.py
src/duckdb_ext/duckdb_ext.py
src/duckdb_ext/py.typed
src/duckdb_ext.egg-info/PKG-INFO
src/duckdb_ext.egg-info/SOURCES.txt
src/duckdb_ext.egg-info/dependency_links.txt
src/duckdb_ext.egg-info/not-zip-safe
src/duckdb_ext.egg-info/requires.txt
src/duckdb_ext.egg-info/top_level.txt
src/utils/__init__.py
src/utils/build_extensions.py
src/utils/descriptor.py
src/utils/update_extras.py