Ocient Database Python API
Project description
Ocient Database Python API
This python database API conforms to the Python Database API Specification 2.0 and can be used to access the Ocient database.
This module can also be called as a main function, in which case it acts as a CLI for the database.
When called as main, it a connection string in DSN (data source name) format, followed by zero or more query strings that will be executed. Output is returned in JSON format.
The Ocient DSN is of the format:
ocient://user:password@[host][:port][/database][?param1=value1&...]
user
and password
must be supplied. host
defaults to localhost,
port defaults to 4050, database defaults to system
and tls
defaults
to unverified
.
Currently supported parameters are:
- tls: Which can have the values "off", "unverified", or "on"
- force: Which can have the values "true"
- handshake: Which can have the value "cbc", "gcm", or "sso"
For the handshake protocols, "cbc" (Cipher Block Chaining) denotes a previous password encryption protocol which should be avoided. "gcm" (Galois/Counter Mode), which pyocient will default to, is recommended. If single sign on is desired, then "sso" should be used.
Release notes are available at https://github.com/ocient/pyocient_release/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyocient-1.0.13.tar.gz
.
File metadata
- Download URL: pyocient-1.0.13.tar.gz
- Upload date:
- Size: 50.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05e95a98ea054b0db70239e8e568755988e2a52094a61ba2702d283bc3a148ba |
|
MD5 | 3d50e4e81a172a6927218d0dfd4ad050 |
|
BLAKE2b-256 | a5ac64e42e2f92b4a5c65a0b3f7b4f127c405ee2283419ed1ce73bb204883c4c |
Provenance
File details
Details for the file pyocient-1.0.13-py2.py3-none-any.whl
.
File metadata
- Download URL: pyocient-1.0.13-py2.py3-none-any.whl
- Upload date:
- Size: 51.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77a57bc9e172c0a43077991b3d1b1ea4a9ef0a705fc2a71f72971530746f5c92 |
|
MD5 | 9d8e42fc4808c17d32cf770db81a1820 |
|
BLAKE2b-256 | 521cc4741471ccb69e76565157ebb9579834c720eb78c92f360dc9e0f551f897 |