rawmarshmellows / pys3thon

Wrapper around commonly used methods in S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pys3thon

A wrapper around boto3 S3 Client

For development

pip install '.[dev]'
pip install pre-commit
pre-commit install
pre-commit install --hook-type commit-msg # this is for commitizen to work
pre-commit install --hook-type pre-push # this is for a pytest on push to work

To run the tests

PYTHONPATH=. ptw --run 'pytest -sv tests

About

Wrapper around commonly used methods in S3

License:MIT License


Languages

Language:Python 100.0%