Metadata-Version: 2.0
Name: snooper
Version: 0.2.1
Summary: Snooper provides a simple way for finding AWS resources.
Home-page: https://github.com/kintoandar/snooper
Author: Joel Bastos
Author-email: kintoandar@gmail.com
License: MIT license
Keywords: snooper
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)
Requires-Dist: boto3 (>=1.4.4)

===============================
snooper
===============================


.. image:: https://img.shields.io/pypi/v/snooper.svg
        :target: https://pypi.python.org/pypi/snooper

.. image:: https://img.shields.io/travis/kintoandar/snooper.svg
        :target: https://travis-ci.org/kintoandar/snooper

.. image:: https://readthedocs.org/projects/snooper/badge/?version=latest
        :target: https://snooper.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/kintoandar/snooper/shield.svg
     :target: https://pyup.io/repos/github/kintoandar/snooper/
     :alt: Updates


Snooper provides a simple way for finding AWS resources.


* Free software: MIT license
* Documentation: https://snooper.readthedocs.io.


Features
--------

Currently supporting:

* EC2 stopped instances
* EBS unused volumes
* EC2 running instances
* EBS in use volumes
* List available AWS regions
* Destroy unused/stopped resources


=======
History
=======

0.1.0 (2017-04-15)
------------------

* First release on PyPI.


