Metadata-Version: 1.0
Name: lastuserapp
Version: 0.1
Summary: User management app
Home-page: https://github.com/hasgeek/lastuser
Author: HasGeek
Author-email: UNKNOWN
License: BSD
Description: LastUser
        ========
        
        User management is a pain. There's no need to write new user management code
        for each new app to do basic things like logging in, managing the profile and
        verifying email addresses. Setup one LastUser instance for all your apps and
        defer all user management to it. Use the API to integrate with your app.
        
        This project is a work in progress.
        
        
        Test deployment
        ---------------
        
        Here is how you make a test deployment::
        
            $ git clone https://github.com/hasgeek/lastuser
            $ cd lastuser
            $ cp lastuserapp/settings-sample.py lastuserapp/settings.py
            $ open lastuserapp/settings.py # Customize this file as needed
            $ python setup.py develop
            $ python lastuserapp/website.py
        
        
        0.1
        ---
        
        - Initial version
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
