Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 21:30
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 ryantm/90a963976f96aca27f0f1a97732fa6db to your computer and use it in GitHub Desktop.
Save ryantm/90a963976f96aca27f0f1a97732fa6db to your computer and use it in GitHub Desktop.
/nix/store/pahmxva9520422ynf9wmc7pp2h2m80wv-python3.7-parver-0.2.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── parver
│   │   ├── _about.py
│   │   ├── _helpers.py
│   │   ├── __init__.py
│   │   ├── _parse.py
│   │   ├── __pycache__
│   │   │   ├── _about.cpython-37.pyc
│   │   │   ├── _helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _parse.cpython-37.pyc
│   │   │   ├── _segments.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── _segments.py
│   │   └── _version.py
│   └── parver-0.2.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment