Metadata-Version: 1.1
Name: MyKeys
Version: 0.1
Summary: Key/secret provider
Home-page: http://github.com/vladris/mykeys
Author: Vlad Riscutia
Author-email: riscutiavlad@gmail.com
License: FreeBSD
Download-URL: http://pypi.python.org/pypi/MyKeys
Description: 
        MyKeys is a simple library to help with roaming various OAuth keys and secrets.
        
        OAuth key/secret pairs granted by various websites (like Twitter, GoodReads etc.)
        shouldn't be checked into public repositories. Storing them in config files
        or env variables is possible, but makes roaming them inconvenient.
        
        MyKeys provides a simple interface to parse key/secret pairs from a standard
        config file.
        
        This file can be pushed to a private repository, roamed via DropBox etc. so
        it can be moved across machines privately.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
