Metadata-Version: 1.1
Name: fastly
Version: 0.0.2
Summary: Fastly python API
Home-page: https://github.com/fastly/fastly-py
Author: Fastly
Author-email: support@fastly.com
License: UNKNOWN
Description: Fastly Python Client
        
        EXAMPLE:
        import fastly
        api = fastly.API()
        api.authenticate_by_key('MYKEY')
        api.purge_url('www.example.com', '/some/path')
        
        TODO:
        Doc files
        Docstrings
        Config file
        
        
        
Keywords: fastly api
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
