Skip to main content

Python Absio Library

Project description

Protect your application’s sensitive data with Absio’s Secured Containers.

Documentation

Full documentation is available.

Obtaining an API Key

The absio library requires a valid API Key that must be passed into the absio.initialize(...) function. Obtain an API Key by contacting us here or sending an email to sales@absio.com. An API key should be considered private and protected as such.

Quick Start

Installation:

pip install absio cryptography --no-binary=cryptography

Import and initialize the module:

import absio
absio.initialize(api_key='your api key')

Create accounts:

alice = absio.user.create('password', 'reminder', 'passphrase')
bob = absio.user.create('password', 'reminder', 'passphrase')

Log in with an account:

absio.login(alice.id, 'password', 'passphrase')

Create and share an Absio Secured Container:

container = absio.container.create(
    header={'some sensitive metadata': None},
    content=open('/some/sensitive/data.bin', 'rb').read(),
    access=[bob.id, alice.id],
)

Securely access this container from another system:

absio.login(bob.id, 'password', 'passphrase')

# Access the container with the container ID returned during creation, or a Container Event.
container = absio.container.get('container_id')

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

absio-2.3.2-cp38-cp38-manylinux1_x86_64.whl (8.2 MB view hashes)

Uploaded CPython 3.8

absio-2.3.2-cp37-cp37m-manylinux1_x86_64.whl (6.7 MB view hashes)

Uploaded CPython 3.7m

absio-2.3.2-cp37-cp37m-linux_armv7l.whl (6.1 MB view hashes)

Uploaded CPython 3.7m

absio-2.3.2-cp36-cp36m-manylinux1_x86_64.whl (6.6 MB view hashes)

Uploaded CPython 3.6m

absio-2.3.2-cp35-cp35m-manylinux1_x86_64.whl (6.5 MB view hashes)

Uploaded CPython 3.5m

absio-2.3.2-cp35-cp35m-linux_armv7l.whl (5.8 MB view hashes)

Uploaded CPython 3.5m

Supported by

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