Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 5, 2021 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/7231de0d9540a7a9b4426f5b6dd5a0c1 to your computer and use it in GitHub Desktop.
Save r-ryantm/7231de0d9540a7a9b4426f5b6dd5a0c1 to your computer and use it in GitHub Desktop.
/nix/store/hcn61zcxnhijcqiljzn8c1xchrwlp19d-python3.7-casbin-0.16.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── casbin
│   │   ├── config
│   │   │   ├── config.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── config.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── core_enforcer.py
│   │   ├── effect
│   │   │   ├── default_effector.py
│   │   │   ├── effector.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── default_effector.cpython-37.pyc
│   │   │   ├── effector.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── enforcer.py
│   │   ├── __init__.py
│   │   ├── internal_enforcer.py
│   │   ├── management_enforcer.py
│   │   ├── model
│   │   │   ├── assertion.py
│   │   │   ├── function.py
│   │   │   ├── __init__.py
│   │   │   ├── model.py
│   │   │   ├── policy.py
│   │   │   └── __pycache__
│   │   │   ├── assertion.cpython-37.pyc
│   │   │   ├── function.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── model.cpython-37.pyc
│   │   │   └── policy.cpython-37.pyc
│   │   ├── persist
│   │   │   ├── adapter_filtered.py
│   │   │   ├── adapter.py
│   │   │   ├── adapters
│   │   │   │   ├── adapter_filtered.py
│   │   │   │   ├── file_adapter.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── adapter_filtered.cpython-37.pyc
│   │   │   │   ├── file_adapter.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── batch_adapter.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── adapter.cpython-37.pyc
│   │   │   ├── adapter_filtered.cpython-37.pyc
│   │   │   ├── batch_adapter.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── core_enforcer.cpython-37.pyc
│   │   │   ├── enforcer.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── internal_enforcer.cpython-37.pyc
│   │   │   ├── management_enforcer.cpython-37.pyc
│   │   │   └── synced_enforcer.cpython-37.pyc
│   │   ├── rbac
│   │   │   ├── default_role_manager
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── role_manager.cpython-37.pyc
│   │   │   │   └── role_manager.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── role_manager.cpython-37.pyc
│   │   │   └── role_manager.py
│   │   ├── synced_enforcer.py
│   │   └── util
│   │   ├── builtin_operators.py
│   │   ├── expression.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── builtin_operators.cpython-37.pyc
│   │   │   ├── expression.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── rwlock.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   ├── rwlock.py
│   │   └── util.py
│   └── casbin-0.16.2.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── README.md
23 directories, 74 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment