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.0a20.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.0a20-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: endb-0.1.0a20.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.0a20.tar.gz
Algorithm Hash digest
SHA256 61440b82e0bb4a6ca6f117c89c2dd17cc5431778f70d4614c01799587e8a748d
MD5 fa140df070df628b4ba8bfd3f8efbeda
BLAKE2b-256 83f397cff18db5dcb354fab715e1626546d42cd52ac7edea066ea4f31c353ce7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: endb-0.1.0a20-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.0a20-py3-none-any.whl
Algorithm Hash digest
SHA256 13dbfa1b835d71be575c24039e5a96433d88b265dde657e1fa3a9ec360062220
MD5 5ed2d4ae466e124983519888750cb064
BLAKE2b-256 03856878cbb81bf7dc0c24ed97b580c8f702794b7b9d676323a11d7d7376ed0d

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