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):
    # process the chunk
    pass
  • 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.1.7.tar.gz (23.6 kB view details)

Uploaded Source

Built Distribution

altissimo-0.1.7-py3-none-any.whl (26.1 kB view details)

Uploaded Python 3

File details

Details for the file altissimo-0.1.7.tar.gz.

File metadata

  • Download URL: altissimo-0.1.7.tar.gz
  • Upload date:
  • Size: 23.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for altissimo-0.1.7.tar.gz
Algorithm Hash digest
SHA256 3a2632ce3f8bd8b0f7bb9db4a52b317249a06e77a184ed830d468e8be0403da4
MD5 cf422588b6933985b9206449454993b5
BLAKE2b-256 542dd057c12f8de3bff9e32aa08f74b6a2439f4c0e646577401c2c83c1e11383

See more details on using hashes here.

File details

Details for the file altissimo-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: altissimo-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 26.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for altissimo-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 e6f52245dc46a4ee47c04de6d11cfc32618cc7454d70a04ed80d555ff3f11453
MD5 3a450640b46541e48b3f865a623bfc3e
BLAKE2b-256 8da3bb9c671562f68ac902cc8aae9f844c52562533e648a972ba6ab8cf8e1e97

See more details on using hashes here.

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