Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 3, 2020 03:27
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/bc714e85838e1032c94fa360e9ec2d79 to your computer and use it in GitHub Desktop.
Save r-ryantm/bc714e85838e1032c94fa360e9ec2d79 to your computer and use it in GitHub Desktop.
/nix/store/4x17mqjpmgl28znw5nscsdmfr6mlh09l-python3.7-ckcc-protocol-1.0.1
├── bin
│   └── ckcc
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ckcc
│   │   ├── client.py
│   │   ├── cli.py
│   │   ├── constants.py
│   │   ├── __init__.py
│   │   ├── protocol.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── protocol.cpython-37.pyc
│   │   │   ├── sigheader.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── sigheader.py
│   │   └── utils.py
│   └── ckcc_protocol-1.0.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment