Metadata-Version: 1.1
Name: grouper
Version: 0.0.1
Summary: Self-service Nested Group Management Server.
Home-page: https://github.com/dropbox/grouper
Author: Gary M. Josack
Author-email: gary@dropbox.com
License: Apache
Download-URL: https://github.com/dropbox/grouper/archive/master.tar.gz
Description: grouper
        =======
        
        Description
        ~~~~~~~~~~~
        
        Grouper is an application to allow users to create and manage
        memberships to their own groups.
        
        Warning
        '''''''
        
        This project is still very much in flux and likely to have database
        changes migration support for the time being.
        
        Installation
        ~~~~~~~~~~~~
        
        New versions will be updated to PyPI pretty regularly so it should be as
        easy as:
        
        ::
        
            pip install grouper
        
        Running a Test instance
        =======================
        
        Grouper runs behind a reverse proxy that handles Authentication and so
        expects a valid, authenticated, user account. I've included a test proxy
        for running on development instances.
        
        Creating a development instance:
        
        ::
        
        
            # Setup the database.
            PYTHONPATH=. bin/sync_db -c config/dev.yaml
        
            # Run the development reverse proxy
            bin/user_proxy $USER
        
            # Run the frontend server
            PYTHONPATH=. bin/grouper-fe --config=config/dev.yaml -vv
        
            # Run the graph/api server
            PYTHONPATH=. bin/grouper-api --config=config/dev.yaml  -vv
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
