Skip to main content

Endatabas Python Client

Project description

Endatabas Console and Python Client

The official console and Python client library for Endatabas.

Installation

pip install endb
pip install websockets

endb is supported on Python 3.10 and above. WebSocket support is optional.

Documentation

Console Usage

endb_console

Python Client Library Usage

from endb import Endb
e = Endb()
e.sql("INSERT INTO users {name: 'Yuvi'}")
e.sql("SELECT * FROM users;")

When the websockets dependency is installed, it is possible to return asynchronous results to the Python interactive shell directly if you start it with python3 -m asyncio:

from endb import EndbWebSocket
ews = EndbWebSocket()
result = await ews.sql("SELECT * FROM users;")
print(result)

Development

pip install setuptools wheel twine
make

Copyright and License

This subdirectory of the main Git repository and the contents of the endb PyPI package are subject to the MIT License:

Copyright 2023-2024 Håkan Råberg and Steven Deobald.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

endb-0.1.0a21.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

endb-0.1.0a21-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file endb-0.1.0a21.tar.gz.

File metadata

  • Download URL: endb-0.1.0a21.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for endb-0.1.0a21.tar.gz
Algorithm Hash digest
SHA256 1b042de2460f4d1b1923c935041be9e8c5c67503ac75ed1b4b67430fb6c7420c
MD5 522506f6664144a1f24dd313b5949f76
BLAKE2b-256 a2edea287455bd31271ebdf1b726e2ba517c191e4b7252260590088898c8cf4e

See more details on using hashes here.

File details

Details for the file endb-0.1.0a21-py3-none-any.whl.

File metadata

  • Download URL: endb-0.1.0a21-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for endb-0.1.0a21-py3-none-any.whl
Algorithm Hash digest
SHA256 7a2385bc001e4d75bfa2b22ef0a5d1542e2e258f940b5d6ab6362041d6f0ebb5
MD5 2e67796450fc93c482df52e214e4de9c
BLAKE2b-256 f5c6000678bf04d3f445a054bbca247af58cabf2162bbf0c85da9310a8f69b91

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page