Metadata-Version: 2.0
Name: s3-analyst
Version: 0.2.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
Description-Content-Type: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5

# 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.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
* First release on PyPI.


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

* First release on github.


