Metadata-Version: 2.0
Name: s3-analyst
Version: 0.3.2
Summary: An AWS S3 storage analysis tool.
Home-page: https://github.com/tofull/devops-coding-challenge
Author: Loïc Messal
Author-email: loic.messal@orange.fr
License: GNU General Public License v3
Keywords: s3_analyst
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: PyYAML (==3.12)
Requires-Dist: boto3 (==1.4.7)
Requires-Dist: cryptography (==2.0.3)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: docutils (==0.12)
Requires-Dist: pandas (==0.20.3)
Requires-Dist: schema (==0.6.6)

# S3 analyst

[![pypi shield](https://img.shields.io/pypi/v/s3_analyst.svg)](https://pypi.python.org/pypi/s3_analyst)
[![Build Status](https://travis-ci.org/Tofull/devops-coding-challenge.svg?branch=master)](https://travis-ci.org/Tofull/devops-coding-challenge)
[![Documentation Status](https://readthedocs.org/projects/devops-coding-challenge/badge/?version=latest)](http://devops-coding-challenge.readthedocs.io/en/latest/?badge=latest)
[![Updates](https://pyup.io/repos/github/Tofull/devops-coding-challenge/shield.svg)](https://pyup.io/repos/github/Tofull/devops-coding-challenge/)
[![Python 3](https://pyup.io/repos/github/Tofull/devops-coding-challenge/python-3-shield.svg)](https://pyup.io/repos/github/Tofull/devops-coding-challenge/)




An AWS S3 storage analysis tool.

- Free software: GNU General Public License v3
- Documentation: [http://devops-coding-challenge.readthedocs.io](http://devops-coding-challenge.readthedocs.io).


## Features

* TODO

## Credits

This package was created with Cookiecutter _and the `audreyr/cookiecutter-pypackage`_ project template.

[Cookiecutter](https://github.com/audreyr/cookiecutter)

[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)



# History

0.3.2 (2017-10-11)
------------------

* Configure setup.py to launch the tool with `coveos3tool`.

0.3.0 (2017-10-11)
------------------

* CI with travis (aws credentials).
* First release on PyPI.

0.2.0 (2017-10-11)
------------------

* query s3 bucket metadata is available.
* filter s3 bucket metadata is available.
* regex are available.
* export s3 bucket metadata is available.
* select unit to display s3 bucket metadata is available.
* a CLI is available.


0.1.0 (2017-09-10)
------------------

* First release on github.


