Skip to main content

Python client library for Grouper

Project description

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

To pull the latest version from PyPI:

pip install groupy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

groupy-0.5.6.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

groupy-0.5.6-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page