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
Release history Release notifications | RSS feed
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.4.tar.gz
(7.5 kB
view details)
File details
Details for the file groupy-0.5.4.tar.gz
.
File metadata
- Download URL: groupy-0.5.4.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27232bbe60d2221b17585aadfa35b811af9eeb60dc30de5c30f96bbc8385e67e |
|
MD5 | ffee18aec05555d4bb12a3ac934e255f |
|
BLAKE2b-256 | 23e29bcdff2b646d5f73f31d504beb9e18b4592d701a73c4d8a07def30c9b28b |