Metadata-Version: 1.0
Name: tamarin
Version: 1.2
Summary: A Django app for monitoring AWS usage in Django's admin.
Home-page: https://github.com/duointeractive/tamarin/
Author: Gregory Taylor
Author-email: gtaylor@duointeractive.com
License: BSD
Description: Tamarin
        =======
        
        .. image:: http://www.clipperz.com/files/clipperz.com/tamarin.jpg
        
        Tamarin is a Django app used for parsing storing S3 bucket log data in local
        models. Said data can be used for monitoring:
        
        * Resource usage for each bucket
        * Which hosts are consuming the most buckets
        * Which files are being downloaded most frequently
        
        Tamarin's only purpose is to retrieve the logs from S3, parse them, and store
        them locally in a Django model. You'll need to write your own queries and
        reports, or use another third party app that builds on Tamarin.  
          
        Documentation
        -------------
        
        Visit the following URL for complete documentation:
        
            http://duointeractive.github.com/tamarin/
          
        License
        -------
        
        Tamarin is licensed under the `BSD License`_.
        
        .. _BSD License: https://github.com/duointeractive/tamarin/blob/master/LICENSE
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
