Metadata-Version: 1.0
Name: CFAnalyze
Version: 0.0.1
Summary: Just Simple Amazon CloudFront Access Log Analyzer
Home-page: https://github.com/kkung/cfanalyze
Author: MinYoung Jung
Author-email: kkungkkung@gmail.com
License: MIT License
Description: 
        # CFAnalyze -- Just Simple CloundFront Access Log Analyzer
        
        ## Usage
        
         
                $ cfa -b log-bucket -t referer --after 2012-09-19 log_prefix
                
        ## Output Example
        
                $ cfa -b log-bucket -t referr --after 2012-09-19 log_prefix
                50768	http://gae9.com/
                9925	-
                9665	http://gae9.com/gag/170
                8871	http://gae9.com/?sort=new
                7900	http://gae9.com/gag/165
                6157	http://gae9.com/?
                …
Keywords: aws cloudfront cf analyze
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
