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-2.5.1.tar.gz (46.0 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-2.5.1-py3-none-any.whl (70.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: exasol_notebook_connector-2.5.1.tar.gz
  • Upload date:
  • Size: 46.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.0 CPython/3.10.20 Linux/6.14.0-1017-azure

File hashes

Hashes for exasol_notebook_connector-2.5.1.tar.gz
Algorithm Hash digest
SHA256 40d72466bfa5ab960e2ea7709ceba3022255e8581b07e28aca6c1323b407d2d0
MD5 35d015753d91242e2cff08ae6134fa24
BLAKE2b-256 b03efcda27df7e8f968c9160f967593ca24ec93692f83318a04e08b409639b61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for exasol_notebook_connector-2.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cd76ed64d797134559b789cdf8c54619618ddda4cce3309c0a7204002fcd50b1
MD5 a1974433dfec9ba2f24b811326093142
BLAKE2b-256 e28b5ed09c7bc4d79dcfe81c7b9ab783efd4bdc3a4973a7671b79ca8ca08eee2

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