Skip to content

evasciacca/groupy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groupy

Description

Python client library for interfacing with the Grouper API server.

Quickstart

Super basic...

from groupy.client import Groupy
grclient = Groupy('127.0.0.1:8990')
for user in grclient.users:
    print user
for permission in grclient.users.get('zorkian'):
    print permission

Installation

New versions will be updated to PyPI pretty regularly so it should be as easy as:

pip install groupy

About

Grouper Python Client Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%