Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 12, 2021 15:47
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/0e3c01788a96adce87de243500f7eb84 to your computer and use it in GitHub Desktop.
Save r-ryantm/0e3c01788a96adce87de243500f7eb84 to your computer and use it in GitHub Desktop.
/nix/store/8jdsm2y268fvzax8jgls3dkiw9gwx8yb-python3.7-casbin-0.16.0
├── 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
│   │   ├── log
│   │   │   ├── default_logger.py
│   │   │   ├── __init__.py
│   │   │   ├── logger.py
│   │   │   ├── log.py
│   │   │   └── __pycache__
│   │   │   ├── default_logger.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   └── logger.cpython-37.pyc
│   │   ├── 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.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── README.md
25 directories, 82 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment