Metadata-Version: 2.1
Name: scoutr
Version: 2.1.1
Summary: Generic full access control API for talking to a NoSQL database
Home-page: https://github.com/GESkunkworks/scoutr
Author: Michael Palmer
License: UNKNOWN
Keywords: dynamo firestore mongo nosql api rbac
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 5 - Production/Stable
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: flask
Provides-Extra: dynamo
Provides-Extra: firestore
Provides-Extra: mongo
Provides-Extra: docs
License-File: LICENSE

# Scoutr

Scoutr was built as a means to provide a simple way to put an API in front of a NoSQL backend and ensure full role-based access control (RBAC) integration with audit logging.

A Golang implementation is available at https://github.com/MichaelPalmer1/scoutr-go.

## Documentation

Documentation is available at [https://geskunkworks.github.io/scoutr/](https://geskunkworks.github.io/scoutr/).


