Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 10, 2020 05:43
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/e8f0d933f7cefd839ee0b22a6304d216 to your computer and use it in GitHub Desktop.
Save r-ryantm/e8f0d933f7cefd839ee0b22a6304d216 to your computer and use it in GitHub Desktop.
/nix/store/6gwh0fwq0nzjz2mdmiy0zibffcg60csf-python3.7-prance-0.20.0
├── bin
│   └── prance
├── lib
│   └── python3.7
│   └── site-packages
│   ├── prance
│   │   ├── cli.py
│   │   ├── convert.py
│   │   ├── __init__.py
│   │   ├── mixins.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── convert.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── mixins.cpython-37.pyc
│   │   └── util
│   │   ├── exceptions.py
│   │   ├── formats.py
│   │   ├── fs.py
│   │   ├── __init__.py
│   │   ├── iterators.py
│   │   ├── path.py
│   │   ├── __pycache__
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── formats.cpython-37.pyc
│   │   │   ├── fs.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── iterators.cpython-37.pyc
│   │   │   ├── path.cpython-37.pyc
│   │   │   ├── resolver.cpython-37.pyc
│   │   │   └── url.cpython-37.pyc
│   │   ├── resolver.py
│   │   └── url.py
│   └── prance-0.20.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
10 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment