SDK for IAM
Project description
iam-sdk-python
Getting Started
Assuming that you have a supported version of Python installed, you can first set up your environment with:
$ python -m venv .venv
...
$ . .venv/bin/activate
Then, you can install boto3 from PyPI with:
$ python -m pip install iam-sdk-python
Using the SDK
More examples docs/example.md
import iam_sdk
username = "fcd1e1..."
password = "dd16b1..."
client = iam_sdk.client(
api_access_key=username,
api_secret_key=password,
)
client.login()
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
iam_sdk_python-0.4.0.tar.gz
(11.9 kB
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 iam_sdk_python-0.4.0.tar.gz.
File metadata
- Download URL: iam_sdk_python-0.4.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.12.3 Linux/6.17.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc2381cc6611bb34ea2eb3e201509b70ab430179f3a211e19c8ae013dc6ba6e1
|
|
| MD5 |
8ca9ceb55d2e97435b00b2e81755f707
|
|
| BLAKE2b-256 |
87fadfe894ac0171afb36e8dbcac797330e1f032663198ccccb4294098940efc
|
File details
Details for the file iam_sdk_python-0.4.0-py3-none-any.whl.
File metadata
- Download URL: iam_sdk_python-0.4.0-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.12.3 Linux/6.17.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33cdf1370630eec0f5016672220f9b658c142b082cac41e4f269b7d1542f56e8
|
|
| MD5 |
394b403786a9a2133018fc618e8d66fa
|
|
| BLAKE2b-256 |
6b818931c204bb6ed5ef228d2d7d01335ed33d86d5713f004a6e1c6ac76642f5
|