Metadata-Version: 2.1
Name: scoutr
Version: 2.0.0.dev12
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
Requires-Dist: mypy ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocs ; extra == 'docs'
Requires-Dist: mkdocs-material ; extra == 'docs'
Provides-Extra: dynamo
Requires-Dist: boto3 (~=1.14.37) ; extra == 'dynamo'
Requires-Dist: botocore (~=1.17.37) ; extra == 'dynamo'
Requires-Dist: boto3-stubs[dynamodb] ; extra == 'dynamo'
Provides-Extra: firestore
Requires-Dist: google (~=3.0.0) ; extra == 'firestore'
Requires-Dist: firebase-admin (~=4.4.0) ; extra == 'firestore'
Provides-Extra: flask
Requires-Dist: Flask-API (<3.0,>=1.1) ; extra == 'flask'
Requires-Dist: Flask (~=1.1.1) ; extra == 'flask'
Requires-Dist: simplejson (<3.18,>=3.16) ; extra == 'flask'
Provides-Extra: mongo
Requires-Dist: pymongo (~=3.11.0) ; extra == 'mongo'

# Scoutr

A simple way to put an API in front of a DynamoDB backend.

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/).


