Metadata-Version: 2.1
Name: aws-session-recorder
Version: 0.2.2
Summary: AWS session that records discovered resources to a database
Home-page: https://aws-session-recorder.readthedocs.io/en/latest/
License: BSD
Author: Ryan Gerstenkorn
Author-email: ryan.gerstenkorn@rhinosecuritylabs.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: cli
Requires-Dist: SQLAlchemy (>=1.3.23,<2.0.0)
Requires-Dist: SQLAlchemy-Utils (>=0.36.8,<0.37.0)
Requires-Dist: boto3 (>=1.17.3,<2.0.0)
Requires-Dist: datasette (>=0.54.1,<0.55.0)
Requires-Dist: ipython (>=7.20.0,<8.0.0); extra == "cli"
Requires-Dist: sqlite-utils (>=3.4.1,<4.0.0)
Requires-Dist: typer (>=0.3.2,<0.4.0); extra == "cli"
Project-URL: Repository, https://github.com/RyanJarv/aws_session_recorder
Description-Content-Type: text/x-rst

====================
aws-session-recorder
====================


.. image:: https://img.shields.io/pypi/v/aws_session_recorder.svg
        :target: https://pypi.python.org/pypi/aws_session_recorder

.. image:: https://github.com/RyanJarv/aws_session_recorder/workflows/Python%20package/badge.svg
        :target: https://github.com/RyanJarv/aws_session_recorder/actions

.. image:: https://readthedocs.org/projects/aws-session-recorder/badge/?version=latest
        :target: https://aws-session-recorder.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




AWS session that records discovered resources to a database

NOTE: This project is still a work in progress.


* Free software: BSD license
* Documentation: https://aws-session-recorder.readthedocs.io.


Features
--------

* Works just like a normal boto3 session, so you can use it for any library that allows you to set the boto3 session..
* Records IAM related Get/List requests to a local sqlite.db.
* Use datasette to view recorded data.

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

