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.3.0.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file iam_sdk_python-0.3.0.tar.gz
.
File metadata
- Download URL: iam_sdk_python-0.3.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.5.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30351a454a6223a7c84d7a0177afa097015dbf4f5311ccc110a5ba436200edc9 |
|
MD5 | d55ed2e20b9142b9ee3098bb9165a33a |
|
BLAKE2b-256 | a0b73f0f6a53a301ed2de666d4871a3e5ad0b296a8c6787060969b33fa8464ac |
File details
Details for the file iam_sdk_python-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: iam_sdk_python-0.3.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.4 Linux/6.5.0-1024-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 865b3d1df246c6deec82b7c668fe2fbb96292762ceced5995977d3201c49511b |
|
MD5 | f29127ffe1ac9e4a8659c9d01945c45b |
|
BLAKE2b-256 | f184f2d0f3f1f21eb2ded3b73d5b258bb3a5e00e6a84fd8bffe486dc85bdf3b2 |