Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 25, 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/7a471567fa9245634c68766587cd6a52 to your computer and use it in GitHub Desktop.
Save r-ryantm/7a471567fa9245634c68766587cd6a52 to your computer and use it in GitHub Desktop.
/nix/store/r7cvl08j2cx1ra35680i9aayk74s6h0a-python3.7-lazr.uri-1.0.4
├── lib
│   └── python3.7
│   └── site-packages
│   ├── lazr
│   │   └── uri
│   │   ├── configure.zcml
│   │   ├── docs
│   │   │   ├── index.rst
│   │   │   ├── Makefile
│   │   │   └── NEWS.rst
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── _uri.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_docs.cpython-37.pyc
│   │   │   │   └── test_uri.cpython-37.pyc
│   │   │   ├── test_docs.py
│   │   │   └── test_uri.py
│   │   ├── _uri.py
│   │   └── version.txt
│   ├── lazr.uri-1.0.4.dist-info
│   │   ├── COPYING.txt
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── lazr.uri-1.0.4-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
11 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment