Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32
Python driver for RethinkDB
License
rethinkdb/rethinkdb-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
RethinkDB is the first open-source scalable database built for realtime applications.It exposes a new database access model -- instead of polling for changes, the developercan tell the database to continuously push updated query results to applications in realtime.RethinkDB allows developers to build scalable realtime apps in a fraction of the time withless effort.
If you came here looking for an utility tool, this functionality has been dropped during the porting from python 2 to 3.Instead, you should look (and we suggest to use)https://github.com/BOOMfinity-Developers/GoThink
RethinkDB's Python Client can be installed by runningpip install rethinkdb
and it requiresPython 3.7.0+ to run. This is the preferred method to install RethinkDB Python client, as itwill always install the most recent stable release. If you don't havepipinstalled, thisPython installation guide can guideyou through the process.
RethinkDB's Python Client tries to be as tiny as its possible, hence some functionalitiesare requiring extra dependencies to be installed.
To install rethinkdb with an extra package runpip install rethinkdb[<EXTRA>]
,where<EXTRA>
is the name of the extra option. To install multiple extra packageslist the extra names separated by comma as described inpip's examples section pointnumber six.
Extra | Description |
---|---|
all | alias to install all the extras available |
TODO
Hurray, You reached this section, which means you are readyto contribute.
Please read our contibutingguideline. This guideline willwalk you through how can you successfully contribute toRethinkDB Python client.
For development you will needpoetry,pre-commit andshellcheck. After poetry installed,simply run poetry install -E all. This command will both create the virtualenvand install all development dependencies for you.
Command | Description |
---|---|
help | Print available make commands |
clean | Remove all artifacts |
clean-build | Remove build artifacts |
clean-mypy | Remove mypy artifacts |
clean-pyc | Remove Python artifacts |
clean-test | Remove test artifacts |
docs | Generate Sphinx documentation |
format | Run several formatters |
lint | Run several linters after format |
protobuf | Download and convert protobuf file |
test | Run all tests with coverage |
test-unit | Run unit tests with coverage |
test-integration | Run integration tests with coverage |
About
Python driver for RethinkDB
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.