Skip to main content

Components, tools, APIs, and configurations in order to connect Jupyter notebooks to Exasol and various other systems.

Project description

Exasol Notebook Connector

Connection configuration management and additional tools for Jupyter notebook applications provided by Exasol company.

PyPI Version License PyPI - Python Version Last Commit

Features

Exasol Notebook Connector (ENC) currently contains a Secure Configuration Storage that can be used in Jupyter notebook applications to store arbitrary credentials and configuration items, such as user names, passwords, URLs, etc.

By that users of such notebook applications

  • need to enter their credentials and configuration items only once
  • can store them in a secure, encrypted, and persistent file based on SQLite and coleifer/sqlcipher3
  • can use these credentials and configuration items in their notebook applications

Usage

from pathlib import Path
from exasol.nb_connector.secret_store import Secrets

file = "password_db.sqlite"
secrets = Secrets(Path(file), "my secret password")
key = "my key"
secrets.save(key, "my value")
value = secrets.get(key)

Constraints and Special Situations

  • If file does not exist then class Secrets will create it.
  • If password is wrong then Secrets will throw an exception.
  • If file contains key from a session in the past then method secrets.save() will overwrite the value for this key.
  • If key is not contained in file then method get() returns None.
  • Saving multiple keys can be chained: secrets.save("key-1", "A").save("key-2", "B")

Additional Information

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

exasol_notebook_connector-3.0.0.tar.gz (633.1 kB view details)

Uploaded Source

Built Distribution

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

exasol_notebook_connector-3.0.0-py3-none-any.whl (725.8 kB view details)

Uploaded Python 3

File details

Details for the file exasol_notebook_connector-3.0.0.tar.gz.

File metadata

  • Download URL: exasol_notebook_connector-3.0.0.tar.gz
  • Upload date:
  • Size: 633.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.0 CPython/3.10.20 Linux/6.17.0-1018-azure

File hashes

Hashes for exasol_notebook_connector-3.0.0.tar.gz
Algorithm Hash digest
SHA256 6b02cb14ab7eb45817390a48752179d2ce5cf04e0e72e974b587e8ca36e2bdaa
MD5 e7a56f823f108c56b102514cdc6531ac
BLAKE2b-256 955995177b453b0611c73fc46643c31a989e30db7ffb4affcfde87809a91ed91

See more details on using hashes here.

File details

Details for the file exasol_notebook_connector-3.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for exasol_notebook_connector-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f29f01df49753908ea32f25819b41bf76331aa7399f249de0400c1661d3bda23
MD5 91425202a9da31e7acfde84e0a648765
BLAKE2b-256 8f910a09c177073e5f83e3608c414a8fedaaa3541b89d8ae3c3fc85f12ca9c1c

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