Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 10, 2020 06:10
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/8ded72a1681b96b747317aa6e3b45a96 to your computer and use it in GitHub Desktop.
Save r-ryantm/8ded72a1681b96b747317aa6e3b45a96 to your computer and use it in GitHub Desktop.
/nix/store/1rhm0rq7yvknnd1qmh12ysrhib4irk31-python3.7-azure-synapse-accesscontrol-0.4.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── synapse
│   │   └── accesscontrol
│   │   ├── _access_control_client.py
│   │   ├── aio
│   │   │   ├── _access_control_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── operations
│   │   │   │   ├── _access_control_client_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _access_control_client_operations.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── __pycache__
│   │   │   ├── _access_control_client.cpython-37.pyc
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── _configuration.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   └── _models_py3.cpython-37.pyc
│   │   ├── operations
│   │   │   ├── _access_control_client_operations.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── _access_control_client_operations.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── _access_control_client.cpython-37.pyc
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   └── _version.py
│   └── azure_synapse_accesscontrol-0.4.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
17 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment