Skip to content

Latest commit

 

History

3 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

superdb Python Package

Visit https://superdb.org/dev/libraries/python.html for installation instructions and example usage.

Running the tests

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.

关于

A Python module for interacting with a persistent SuperDB database

Resources

Stars

0 stars

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages