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

Uploaded Source

File details

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

File metadata

  • Download URL: groupy-0.0.5.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for groupy-0.0.5.tar.gz
Algorithm Hash digest
SHA256 1f37453fddd5406224bb716b1b1da04a7956a87208aaee1f2df3c32ad46d6b83
MD5 6817783b9265a5741ec919243cb13567
BLAKE2b-256 3ef4bc1ee91c00dfb93b14545489ed3d643510f4091e55f1f310c6c296c712bc

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