Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 07:21
Show Gist options
  • Save ryantm/27d5fb81edc03d756084b13b40b51cd3 to your computer and use it in GitHub Desktop.
Save ryantm/27d5fb81edc03d756084b13b40b51cd3 to your computer and use it in GitHub Desktop.
/nix/store/8hw66mv48k7pypc6rjrxm7zk2a4j9hci-python3.6-readme_renderer-22.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── readme_renderer
│   │   ├── __about__.py
│   │   ├── clean.py
│   │   ├── __init__.py
│   │   ├── integration
│   │   │   ├── distutils.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── distutils.cpython-36.pyc
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── markdown.py
│   │   ├── __pycache__
│   │   │   ├── __about__.cpython-36.pyc
│   │   │   ├── clean.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── markdown.cpython-36.pyc
│   │   │   ├── rst.cpython-36.pyc
│   │   │   └── txt.cpython-36.pyc
│   │   ├── rst.py
│   │   └── txt.py
│   └── readme_renderer-22.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment