Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 5, 2020 08:57
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/1ffbae50125d41d657d8ca759d38704e to your computer and use it in GitHub Desktop.
Save r-ryantm/1ffbae50125d41d657d8ca759d38704e to your computer and use it in GitHub Desktop.
/nix/store/n0lsp0vd1b9sdw5c8q9v8mlwildwk7ql-python3.7-proto-plus-1.11.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── proto
│   │   ├── datetime_helpers.py
│   │   ├── enums.py
│   │   ├── fields.py
│   │   ├── _file_info.py
│   │   ├── __init__.py
│   │   ├── marshal
│   │   │   ├── collections
│   │   │   │   ├── __init__.py
│   │   │   │   ├── maps.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── maps.cpython-37.pyc
│   │   │   │   │   └── repeated.cpython-37.pyc
│   │   │   │   └── repeated.py
│   │   │   ├── compat.py
│   │   │   ├── __init__.py
│   │   │   ├── marshal.py
│   │   │   ├── __pycache__
│   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── marshal.cpython-37.pyc
│   │   │   └── rules
│   │   │   ├── dates.py
│   │   │   ├── enums.py
│   │   │   ├── __init__.py
│   │   │   ├── message.py
│   │   │   ├── __pycache__
│   │   │   │   ├── dates.cpython-37.pyc
│   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── message.cpython-37.pyc
│   │   │   │   ├── struct.cpython-37.pyc
│   │   │   │   └── wrappers.cpython-37.pyc
│   │   │   ├── struct.py
│   │   │   └── wrappers.py
│   │   ├── message.py
│   │   ├── modules.py
│   │   ├── _package_info.py
│   │   ├── primitives.py
│   │   ├── __pycache__
│   │   │   ├── datetime_helpers.cpython-37.pyc
│   │   │   ├── enums.cpython-37.pyc
│   │   │   ├── fields.cpython-37.pyc
│   │   │   ├── _file_info.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── message.cpython-37.pyc
│   │   │   ├── modules.cpython-37.pyc
│   │   │   ├── _package_info.cpython-37.pyc
│   │   │   ├── primitives.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── proto_plus-1.11.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── 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