Load Amazon IAM data into a SQLite database
Project description
iam-to-sqlite
Load Amazon IAM data into a SQLite database
Installation
Install this tool using pip:
$ pip install iam-to-sqlite
You will also need the aws command-line tool. Here are the installation instructions for that.
Usage
Run this tool like so:
iam-to-sqlite iam.db
This will create a SQLite database called iam.db containing the following tables:
GroupsPoliciesUsersRoles
Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd iam-to-sqlite
python -mvenv venv
source venv/bin/activate
Or if you are using pipenv:
pipenv shell
Now install the dependencies and tests:
pip install -e '.[test]'
To run the tests:
pytest
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 iam-to-sqlite-0.1.tar.gz.
File metadata
- Download URL: iam-to-sqlite-0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
746904eb895abbe65fb5a251335eb4002335dfd1649a6d60b965ae0a9e4b8a8d
|
|
| MD5 |
2a4e688ad52604fb3a3ffcfb3ff22477
|
|
| BLAKE2b-256 |
c00186413d90ee8bb7b8d81e3a4613676e82bf281aa5bbb3e67a120d4d3dbaac
|
File details
Details for the file iam_to_sqlite-0.1-py3-none-any.whl.
File metadata
- Download URL: iam_to_sqlite-0.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29f7c187549c55f3ada1f0fd4c4246c5bdbff1ab85e75aaf5995cd31bf733e06
|
|
| MD5 |
615e4a117b42d5cc2b265873ffd5c2cf
|
|
| BLAKE2b-256 |
39b5cd53a3586e2d6a0c674a783f0d2aa55a88eef7b626f04cbe2f97f29c003c
|