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.5.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for altissimo-0.1.5.tar.gz
Algorithm Hash digest
SHA256 b3f5083fb998d91586ac381c3c90595b0de1e8db2ee9343fd9bcdec47f7b512b
MD5 d9e103cd81136344380fa0be64a63c0f
BLAKE2b-256 d371144e8994effda25108b42226d921ea6ec2684384c8c7a81b24416f855a88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: altissimo-0.1.5-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.4

File hashes

Hashes for altissimo-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 78bddfcd26ad6149319e274c3c8abd701edb0e1ac4cf08da4e0a346859f1a3c5
MD5 be16c9ea7fcbc0404b33cb05225faab1
BLAKE2b-256 e55ef8450d9d0bf1d415e4807f161c505a0cf7717e9c718da9ca9a5969dd53c9

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