Metadata-Version: 1.0
Name: django-password
Version: 1.0
Summary: A Django application to store communal passwords.
Home-page: http://github.com/ghickman/django-password
Author: George Hickman
Author-email: george@ghickman.co.uk
License: MIT
Description: # Django Password
        
        Provides a way to store communal passwords allowing authorised uses access via the admin interface.
        
        Django password encrypts and decrypts passwords using Python's [base64](http://docs.python.org/library/base64.html) library.
        
Keywords: django password
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Software Distribution
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
