l3

level3 api


Keywords
level3, l3
License
Other
Install
pip install l3==1.0

Documentation

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'])