Autonomize Core contains the unified authentication source to access platform.
Project description
Autonomize Core
Overview
Autonomize Core houses the core functionality about authentication of our in-house platform.
Features
- Authentication: The SDK allows you to authenticate tokens for Modelhub.
- High scalability: Built to handle large-scale data retrieval and generation, enabling robust, production-ready applications.
Installation
- Create a virtual environment, we recommend Miniconda for environment management:
conda create -n autocore python=3.12 conda activate autocore
- Install the package:
pip install autonomize-core
To install with optional dependencies like Qdrant, Huggingface, OpenAI, Modelhub, etc., refer to the Installation Guide.
Usage
Sync Usage
import os
from autonomize.core.credential import ModelhubCredential
cred = ModelhubCredential(
auth_url=MODELHUB_AUTH_ENDPOINT,
client_id=MODELHUB_AUTH_CLIENT_ID,
client_secret=MODELHUB_AUTH_CLIENT_SECRET,
)
token = cred.get_token()
Async Usage
Simply use sync methods with a prefix and use await for each call. Example: cred.get_token() becomes await cred.aget_token() and everything else remains the same.
import os
from autonomize.core.credential import ModelhubCredential
cred = ModelhubCredential(
auth_url=MODELHUB_AUTH_ENDPOINT,
client_id=MODELHUB_AUTH_CLIENT_ID,
client_secret=MODELHUB_AUTH_CLIENT_SECRET,
)
token = await cred.aget_token()
Contribution
To contribute in our Autonomize Core SDK, please refer to our Contribution Guidelines.
License
Copyright (C) Autonomize AI - All Rights Reserved
The contents of this repository cannot be copied and/or distributed without the explicit permission from Autonomize.ai
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
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 autonomize_core-0.1.5.tar.gz.
File metadata
- Download URL: autonomize_core-0.1.5.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12f1dbf445cb36d69b6b9b5350591dd3de9cc1ae1b7bb4c4bdf6d4db4aadeefe
|
|
| MD5 |
5b98a8305baaa5ebc90e28ce9e03ecb8
|
|
| BLAKE2b-256 |
0b7ee440042fc43ceda012fbd88dc8f7e7530f9d35a1648e0292f87b165e141c
|
File details
Details for the file autonomize_core-0.1.5-py3-none-any.whl.
File metadata
- Download URL: autonomize_core-0.1.5-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.11 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
610ffbe1515232b3ddc63f3d1b78cdc6192a552ce5fc7e90d2fa1657f2164bc5
|
|
| MD5 |
933c1918c8a323fc99c7c88eca96b391
|
|
| BLAKE2b-256 |
cdcdd339c3399ebc87d3bfa2ab4ec8df086624f43a46d666bebb3ef3b49beb67
|