Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 3, 2021 20:12
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/fa4bd7422b05c284928752d965eb6576 to your computer and use it in GitHub Desktop.
Save r-ryantm/fa4bd7422b05c284928752d965eb6576 to your computer and use it in GitHub Desktop.
/nix/store/fym1qhc65k74nwsjaly7l10glwpm0hpr-python3.7-openwrt-luci-rpc-1.1.7
├── lib
│   └── python3.7
│   └── site-packages
│   ├── openwrt_luci_rpc
│   │   ├── constants.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── openwrt_luci_rpc.py
│   │   ├── __pycache__
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── openwrt_luci_rpc.cpython-37.pyc
│   │   │   └── utilities.cpython-37.pyc
│   │   └── utilities.py
│   └── openwrt_luci_rpc-1.1.7.dist-info
│   ├── AUTHORS.rst
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment