Metadata-Version: 1.0
Name: python-cloudcracker
Version: 0.0.3
Summary: A python class to interface with the CloudCracker API
Home-page: https://github.com/nicholasserra/python-cloudcracker/
Author: Nicholas Serra
Author-email: nick@528hazelwood.com
License: MIT License
Download-URL: https://github.com/nicholasserra/python-cloudcracker/zipball/master
Description: #Overview
        A python class to interface with the [Cloud Cracker API](https://www.cloudcracker.com/developers.html).
        #Usage
        ```python
        import cloudcracker
        c = cloudcracker.CloudCrackerConnection()
        ```
Keywords: python cloudcracker cloud cracker wpa api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
