/compression-service

Simple compression/extraction service in Python

Primary LanguagePythonOtherNOASSERTION

Compression Service

Web service to compress and extract simple tarfiles.

It's recommended to use a virtual environmment. For example

python3 -m virtualenv venv -p python3

To install:

pip install -r requirements.txt

To run the application:

make run