Metadata-Version: 2.1
Name: awsme
Version: 0.1.3
Summary: AWS CloudWatch client library to send metrics conviniently and efficiently
Home-page: https://github.com/peterdemin/awsme
Author: Peter Demin
Author-email: peterdemin@gmail.com
License: MIT license
Keywords: awsme
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 :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: click
Requires-Dist: boto3

===============================================
Amazon Web Services Cloud Watch Metrics library
===============================================


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

.. image:: https://img.shields.io/travis/peterdemin/awsme.svg
        :target: https://travis-ci.org/peterdemin/awsme

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


.. image:: https://pyup.io/repos/github/peterdemin/awsme/shield.svg
     :target: https://pyup.io/repos/github/peterdemin/awsme/
     :alt: Updates



Client AWS CW library to send metrics efficiently


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


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `elgertam/cookiecutter-pipenv`_ project template, based on `audreyr/cookiecutter-pypackage`_.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`elgertam/cookiecutter-pipenv`: https://github.com/elgertam/cookiecutter-pipenv
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


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

0.1.0 (2018-11-13)
------------------

* First release on PyPI.


