Metadata-Version: 2.1
Name: servicelayer
Version: 1.20.1
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
Platform: UNKNOWN
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
Provides-Extra: amazon
Provides-Extra: google
Provides-Extra: dev
License-File: LICENSE

# 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.


