Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 24, 2019 14:38
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/c68120ee2d25f18fa060e88f200c104c to your computer and use it in GitHub Desktop.
Save ryantm/c68120ee2d25f18fa060e88f200c104c to your computer and use it in GitHub Desktop.
/nix/store/ldhv3m5k9v9an90vayjwk6l2ldxf7flr-reuse-0.7.0
├── bin
│   └── reuse
├── lib
│   └── python3.7
│   └── site-packages
│   ├── reuse
│   │   ├── _comment.py
│   │   ├── download.py
│   │   ├── _format.py
│   │   ├── header.py
│   │   ├── __init__.py
│   │   ├── init.py
│   │   ├── _licenses.py
│   │   ├── lint.py
│   │   ├── __main__.py
│   │   ├── _main.py
│   │   ├── project.py
│   │   ├── __pycache__
│   │   │   ├── _comment.cpython-37.pyc
│   │   │   ├── download.cpython-37.pyc
│   │   │   ├── _format.cpython-37.pyc
│   │   │   ├── header.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── init.cpython-37.pyc
│   │   │   ├── _licenses.cpython-37.pyc
│   │   │   ├── lint.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── _main.cpython-37.pyc
│   │   │   ├── project.cpython-37.pyc
│   │   │   ├── report.cpython-37.pyc
│   │   │   ├── spdx.cpython-37.pyc
│   │   │   └── _util.cpython-37.pyc
│   │   ├── report.py
│   │   ├── resources
│   │   │   ├── exceptions.json
│   │   │   ├── exceptions.json.license
│   │   │   ├── licenses.json
│   │   │   └── licenses.json.license
│   │   ├── spdx.py
│   │   ├── templates
│   │   │   ├── default_template.jinja2
│   │   │   └── default_template.jinja2.license
│   │   └── _util.py
│   └── reuse-0.7.0.dist-info
│   ├── AUTHORS.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment