| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Visit https://superdb.org/dev/libraries/python.html for installation instructions and example usage.
Create and activate a virtual environment, install the package with its test dependencies, and start a local SuperDB service:
python3 -m venv .venv source .venv/bin/activate pip3 install -e '.[test]' super db -db $(mktemp -d) serve
Then in another shell (with the virtual environment activated):
source .venv/bin/activate pytest
Tests are skipped automatically if the SuperDB service is not reachable.
| Back | FazBrowse Home | New Git URL |