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

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

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.1.tar.gz (7.2 kB view details)

Uploaded Source

File details

Details for the file groupy-0.5.1.tar.gz.

File metadata

  • Download URL: groupy-0.5.1.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for groupy-0.5.1.tar.gz
Algorithm Hash digest
SHA256 b96d21ea63363448ed6194708007f58ca3e0d1c90e7d4dac6015a77158205f5e
MD5 99e4fb82f07da71908dad468726a20cc
BLAKE2b-256 87996df1e19e0e83d44f8d55c6a1a56a8b89e4b097ab5274004a71146a553752

See more details on using hashes here.

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