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  # optional WebSocket support
pip install pyarrow     # optional Apache Arrow support

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

Documentation

Console Usage

endb_console [--url URL] [-u USERNAME] [-p PASSWORD]

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.0a22.tar.gz (6.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.0a22-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for endb-0.1.0a22.tar.gz
Algorithm Hash digest
SHA256 a8bc537ecb42f22a503a1c334ff103038b5d01fee74c3de8373542bac8290346
MD5 c0a69e0d923febd26dd2582ce7b72d2c
BLAKE2b-256 dfc1917cd05d29a3477ec1892e5652024934f7f97885615079ad96b3e78f3ccb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for endb-0.1.0a22-py3-none-any.whl
Algorithm Hash digest
SHA256 14b2ed56ee4769a21f1542c2d7ed990f65e789458448fd6104fb9efadfcd499e
MD5 7422a04e3103a0f2bac2a1bc83f40496
BLAKE2b-256 19ec3529f1da71784a58ea8668e26efa176f81d6532d6909aa69932b6c942335

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