Skip to main content

Altissimo Python package

Project description

Altissimo Python package

Classes

Firestore

Usage

from altissimo.firestore import Firestore

f = Firestore(project=project, credentials=credentials, database=database)

# get a list of dicts from a Firestore Collection
items = f.get_collection("collection")

SecretManager

Usage

from altissimo.secretmanager import SecretManager

s = SecretManager(project=project, credentials=credentials)

# get the value of a SecretManager Secret Version
secret = s.get_secret(secret, version="latest", project=project)

Modules

Tools

Usage

from altissimo.tools import chunks

# get successive chunks of 5 items from list
for chunk in chunks(my_list, 5)
  • chunks(list, n): Return successive n-sized chunks from list.
  • list_to_dict(list, key="id"): Return a dict of items by key from list.

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

altissimo-0.0.4.tar.gz (14.9 kB view hashes)

Uploaded Source

Built Distribution

altissimo-0.0.4-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

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