Metadata-Version: 2.1
Name: id-roles
Version: 0.0.4
Summary: Id-manager roles package
Home-page: https://github.com/W-DEJONG/id-roles
Author: Wouter de Jong
Author-email: author@example.com
License: UNKNOWN
Description: # id-roles
        Id-manager roles library   
        Simple library for managing access roles. Inspired bij OAUTH scopes.
        
        ## Installation
        
               pip install id-roles
               
        ## Role structure
        
        Roles can be described as keys with optional values using a single string.
        
                roles_str = "connect admin order[*] customer[read,update]"
                
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Security
Requires-Python: >=3.6
Description-Content-Type: text/markdown
