Collection of service connectors
Project description
cosmic_sdk
python package for cosmic
Installation
pip install cosmic_sdk
Example
from cosmic_sdk.secrets import SecretsManager
from cosmic_sdk.connectors import PostHogService
secrets_manager = SecretsManager()
credentials = secrets_manager.get_secrets(org_id="org_123", connector_type="posthog")
posthog_service = PostHogService(credentials)
posthog_service.get_user_logins("2024-01-01")
TODO
- Move to uv package manager
- Support doc per connector
- Add github actions deploy to pypi
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
cosmic_sdk-0.2.7.tar.gz
(1.9 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cosmic_sdk-0.2.7.tar.gz.
File metadata
- Download URL: cosmic_sdk-0.2.7.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5619c16b1568520cacb875b73aa8ec5384a530f981dff69f8aa6a2e8b85ffd13
|
|
| MD5 |
af77d64bd57a7fdab6c004e01e9e27a7
|
|
| BLAKE2b-256 |
0d78e07e75ffcb21be3774ce414ee4aab33462a1233bc4dfdd662ed5299cc2ec
|
File details
Details for the file cosmic_sdk-0.2.7-py3-none-any.whl.
File metadata
- Download URL: cosmic_sdk-0.2.7-py3-none-any.whl
- Upload date:
- Size: 12.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8baee5a0438f2517c30d49d7e24189e0160b880dcdd76835e2e85f286b8e0c42
|
|
| MD5 |
bcf859ead7a6c8a607d0934c43e316c9
|
|
| BLAKE2b-256 |
04b04f35d3be99efea277e0005cb3799f32025ebb9ebe62d155ce20aebe3a120
|