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
Release history Release notifications | RSS feed
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.8.tar.gz
(22.4 kB
view details)
Built Distribution
altissimo-0.0.8-py3-none-any.whl
(24.7 kB
view details)
File details
Details for the file altissimo-0.0.8.tar.gz
.
File metadata
- Download URL: altissimo-0.0.8.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df074a9a41519bd1e106c01586029dc85d1a06f734f4711f9b4cb943b79671fc |
|
MD5 | 44839751c591b3bb04f8671b2e320799 |
|
BLAKE2b-256 | 33d828e3790f09c99e78b7b596a2cfd33db5e99c871dfee251c1a603080dc2ec |
File details
Details for the file altissimo-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: altissimo-0.0.8-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c2ca2580db3298561cc3cb508b2db4d9c2d8897726cf56b006048eedbf72764 |
|
MD5 | 0fece17a6569a6396635f17c39f1744a |
|
BLAKE2b-256 | f97db68558713d29133c12490d3bcf0ec7a029bddd7e671057aa46a88bc4a62a |