Support entrypoints for --load-extension (#473)

* Entrypoint support, closes #470
This commit is contained in:
Simon Willison 2022-08-26 22:55:47 -07:00 committed by GitHub
commit 19dd077944
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 145 additions and 41 deletions

3
.gitignore vendored
View file

@ -17,3 +17,6 @@ venv
Pipfile
Pipfile.lock
pyproject.toml
tests/*.dylib
tests/*.so
tests/*.dll