Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 19, 2021 23:31
Show Gist options
  • Save r-ryantm/e8bc89a68f7f8d4c3f49c1735633e594 to your computer and use it in GitHub Desktop.
Save r-ryantm/e8bc89a68f7f8d4c3f49c1735633e594 to your computer and use it in GitHub Desktop.
/nix/store/v0dadfzd8l3781v51cpfsnlij8x6kn3q-python3.8-mypy-boto3-s3-1.18.65
├── lib
│   └── python3.8
│   └── site-packages
│   ├── mypy_boto3_s3
│   │   ├── client.py
│   │   ├── client.pyi
│   │   ├── __init__.py
│   │   ├── __init__.pyi
│   │   ├── literals.py
│   │   ├── literals.pyi
│   │   ├── __main__.py
│   │   ├── paginator.py
│   │   ├── paginator.pyi
│   │   ├── __pycache__
│   │   │   ├── client.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── literals.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   ├── paginator.cpython-38.pyc
│   │   │   ├── service_resource.cpython-38.pyc
│   │   │   ├── type_defs.cpython-38.pyc
│   │   │   ├── version.cpython-38.pyc
│   │   │   └── waiter.cpython-38.pyc
│   │   ├── py.typed
│   │   ├── service_resource.py
│   │   ├── service_resource.pyi
│   │   ├── type_defs.py
│   │   ├── type_defs.pyi
│   │   ├── version.py
│   │   ├── waiter.py
│   │   └── waiter.pyi
│   └── mypy_boto3_s3-1.18.65.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 34 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment