Skip to main content

Load Amazon IAM data into a SQLite database

Project description

iam-to-sqlite

PyPI Changelog Tests License

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:

  • Groups
  • Policies
  • Users
  • Roles

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

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iam-to-sqlite-0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

iam_to_sqlite-0.1-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page