Metadata-Version: 1.1
Name: l3
Version: 1.0
Summary: level3 api
Home-page: https://github.com/vangheem/l3
Author: Nathan Van Gheem
Author-email: nathan@vangheem.us
License: UNKNOWN
Description: Introduction
        ============
        
        This package provides basic support for invalidating urls with level3 CDN.
        
        Example::
        
            import l3
            service = l3.Level3Service(key_id, secret)
            service.invalidate(access_group, 'www.mysite.com', ['/', '/otherpath'])
        
        
        
Keywords: level3 l3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
