Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 26, 2020 22:58
Show Gist options
  • Save r-ryantm/acf27bbfdbf33c0ffaa33d9abe40b254 to your computer and use it in GitHub Desktop.
Save r-ryantm/acf27bbfdbf33c0ffaa33d9abe40b254 to your computer and use it in GitHub Desktop.
/nix/store/gwvk7a7sawh2chkx72lcnh8xhb6z5c6w-python3.7-ciscomobilityexpress-1.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ciscomobilityexpress
│   │   ├── ciscome.py
│   │   ├── constants.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── ciscome.cpython-37.pyc
│   │   ├── constants.cpython-37.pyc
│   │   ├── exceptions.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   └── ciscomobilityexpress-1.0.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment