Parse and compare entitlements according to the AARC-G002 recommendation (https://aarc-community.org/guidelines/aarc-g002)
Project description
AARC G002 Entitlement Parser
Deprecation warning
The newer AarcEntitlement supports AARC-G002 and the updated version AARC-G069.
Introduction
This package provides a python Class to parse and compare entitlements according to the AARC-G002 Recommendation https://aarc-community.org/guidelines/aarc-g002.
Example
from aarc_g002_entitlement import Aarc_g002_entitlement
required = Aarc_g002_entitlement(
'urn:geant:h-df.de:group:aai-admin',
strict=False)
actual = Aarc_g002_entitlement(
'urn:geant:h-df.de:group:aai-admin:role=member#backupserver.used.for.developmt.de')
# is a user with actual permitted to use a resource which needs required?
permitted = required.is_contained_in(actual) # True in this case
# are the two entitlements the same?
equals = required == actual # False in this case
For more examples: ./example.py
Installation
pip --user install aarc-g002-entitlement
Documentation
tox -e docs
After this, the documentation should be located at doc/build/index.html
.
Documentation is also available at Readthedocs
Tests
Run tests for all supported python versions
tox
Funding Notice
The AARC project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 653965 and 730941.
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
Built Distribution
File details
Details for the file aarc_g002_entitlement-0.3.2.tar.gz
.
File metadata
- Download URL: aarc_g002_entitlement-0.3.2.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 901147b71386eae0ac0aa60d0b7d5919c0219bc8a39f6d1aa5207ada276b6cad |
|
MD5 | 6ef6bad73de22380ff90110fc56eb453 |
|
BLAKE2b-256 | 78d74c3ef672e269795ee2dda44d209d918441a917ca6e5ca010eb95c0fc63b5 |
File details
Details for the file aarc_g002_entitlement-0.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: aarc_g002_entitlement-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcc3ce0a4b670973f1d27ff6e3cd9e4ccb1ff910af61ea7b52f8062a9bbf5e8a |
|
MD5 | 5521a071e9113a062fbfc46f20184a51 |
|
BLAKE2b-256 | 85d012eff7fb9e75405ec0451f9c1de26a91f9807df74976aeda14da76ebcf15 |