Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 14:43
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/bf30684c679678339032f2470c5446a8 to your computer and use it in GitHub Desktop.
Save r-ryantm/bf30684c679678339032f2470c5446a8 to your computer and use it in GitHub Desktop.
/nix/store/q96sav4f43sj3hrx775bm2jzay3mkz5x-python3.7-casbin-0.9.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.py
│   │   │   ├── adapters
│   │   │   │   ├── file_adapter.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── file_adapter.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── 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
│   │   ├── 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
│   │   └── util
│   │   ├── builtin_operators.py
│   │   ├── expression.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── builtin_operators.cpython-37.pyc
│   │   │   ├── expression.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   └── util.py
│   └── casbin-0.9.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── README.md
25 directories, 71 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment