Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 10:51
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 ryantm/2f1a537124e6f0ec9c2297b3b122fe3a to your computer and use it in GitHub Desktop.
Save ryantm/2f1a537124e6f0ec9c2297b3b122fe3a to your computer and use it in GitHub Desktop.
/nix/store/kh8xjbr4qyshp58g4p1q51hx21mqcsin-python3.7-azure-mgmt-cosmosdb-0.8.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── cosmosdb
│   │   ├── _configuration.py
│   │   ├── _cosmos_db.py
│   │   ├── __init__.py
│   │   ├── models
│   │   │   ├── _cosmos_db_enums.py
│   │   │   ├── __init__.py
│   │   │   ├── _models.py
│   │   │   ├── _models_py3.py
│   │   │   ├── _paged_models.py
│   │   │   └── __pycache__
│   │   │   ├── _cosmos_db_enums.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   └── _paged_models.cpython-37.pyc
│   │   ├── operations
│   │   │   ├── _collection_operations.py
│   │   │   ├── _collection_partition_operations.py
│   │   │   ├── _collection_partition_region_operations.py
│   │   │   ├── _collection_region_operations.py
│   │   │   ├── _database_account_region_operations.py
│   │   │   ├── _database_accounts_operations.py
│   │   │   ├── _database_operations.py
│   │   │   ├── __init__.py
│   │   │   ├── _operations.py
│   │   │   ├── _partition_key_range_id_operations.py
│   │   │   ├── _partition_key_range_id_region_operations.py
│   │   │   ├── _percentile_operations.py
│   │   │   ├── _percentile_source_target_operations.py
│   │   │   ├── _percentile_target_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _collection_operations.cpython-37.pyc
│   │   │   ├── _collection_partition_operations.cpython-37.pyc
│   │   │   ├── _collection_partition_region_operations.cpython-37.pyc
│   │   │   ├── _collection_region_operations.cpython-37.pyc
│   │   │   ├── _database_account_region_operations.cpython-37.pyc
│   │   │   ├── _database_accounts_operations.cpython-37.pyc
│   │   │   ├── _database_operations.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _operations.cpython-37.pyc
│   │   │   ├── _partition_key_range_id_operations.cpython-37.pyc
│   │   │   ├── _partition_key_range_id_region_operations.cpython-37.pyc
│   │   │   ├── _percentile_operations.cpython-37.pyc
│   │   │   ├── _percentile_source_target_operations.cpython-37.pyc
│   │   │   └── _percentile_target_operations.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── _cosmos_db.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   └── version.py
│   └── azure_mgmt_cosmosdb-0.8.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment