Metadata-Version: 2.1
Name: servicelayer
Version: 1.20.2
Summary: Basic remote service functions for alephdata components
Home-page: http://github.com/alephdata/servicelayer
Author: Organized Crime and Corruption Reporting Project
Author-email: data@occrp.org
License: MIT
Keywords: storage files s3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: banal (<2.0.0,>=1.0.1)
Requires-Dist: normality (<3.0.0,>=2.1.1)
Requires-Dist: fakeredis (==1.8.1)
Requires-Dist: sqlalchemy (>=1.3)
Requires-Dist: structlog (<22.0.0,>=20.2.0)
Requires-Dist: colorama (<1.0.0,>=0.4.4)
Requires-Dist: pika (==1.2.0)
Provides-Extra: amazon
Requires-Dist: boto3 (<2.0.0,>=1.11.9) ; extra == 'amazon'
Provides-Extra: dev
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: moto ; extra == 'dev'
Requires-Dist: boto3 (<2.0.0,>=1.11.9) ; extra == 'dev'
Requires-Dist: pytest (>=3.6) ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Provides-Extra: google
Requires-Dist: grpcio (<2.0.0,>=1.32.0) ; extra == 'google'
Requires-Dist: google-cloud-storage (<3.0.0,>=1.31.0) ; extra == 'google'

# servicelayer

[![Build Status](https://travis-ci.org/alephdata/servicelayer.png?branch=master)](https://travis-ci.org/alephdata/servicelayer)

Components of the aleph data toolkit needed to interact with networked services,
such as a storage archive, job queueing, cache, and structured logging. This
package contains some common configuration components for all of these services
using environment variables.

## archive mechanism

This library provides a configurable method for file storage used by aleph and
memorious. It will store files based on their content hash (SHA1) and allows for
later retrieval of the content.
