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.2.tar.gz
(7.3 kB
view details)
Built Distribution
File details
Details for the file groupy-0.5.2.tar.gz
.
File metadata
- Download URL: groupy-0.5.2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ad29c5c7c4e97a783aa5657ff89076e1779a86d7c185986ec99fc26d99d609f |
|
MD5 | 8cac4748c736fd0b503dbed0585b7e26 |
|
BLAKE2b-256 | 2f48cee462fae4265e3c385f0d28c54e829f1539186bf4602ac78cde661b0fca |
File details
Details for the file groupy-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: groupy-0.5.2-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5ab558806eb78fe117fc7f14577f51eb242b5960638039b3b6ccf33f49a005f |
|
MD5 | 47d234c7a41c79e6e654c312ff87e02b |
|
BLAKE2b-256 | 238d1dbf66ecc9732e98c78f946bf4a6a47f63325435ce9cd3473ae302aae4f4 |