Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 10:46
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/acbf21f9935acfdc12a02c31ac6387c7 to your computer and use it in GitHub Desktop.
Save ryantm/acbf21f9935acfdc12a02c31ac6387c7 to your computer and use it in GitHub Desktop.
/nix/store/dlv4n0nkijwfxx9cbnv0ybhfdghr25xr-python3.7-black-19.3b0
├── bin
│   ├── black
│   └── blackd
├── lib
│   └── python3.7
│   └── site-packages
│   ├── black-19.3b0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── blackd.py
│   ├── black.py
│   ├── blib2to3
│   │   ├── Grammar.txt
│   │   ├── __init__.py
│   │   ├── PatternGrammar.txt
│   │   ├── pgen2
│   │   │   ├── conv.py
│   │   │   ├── driver.py
│   │   │   ├── grammar.py
│   │   │   ├── __init__.py
│   │   │   ├── literals.py
│   │   │   ├── parse.py
│   │   │   ├── pgen.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conv.cpython-37.pyc
│   │   │   │   ├── driver.cpython-37.pyc
│   │   │   │   ├── grammar.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── literals.cpython-37.pyc
│   │   │   │   ├── parse.cpython-37.pyc
│   │   │   │   ├── pgen.cpython-37.pyc
│   │   │   │   ├── token.cpython-37.pyc
│   │   │   │   └── tokenize.cpython-37.pyc
│   │   │   ├── tokenize.py
│   │   │   └── token.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pygram.cpython-37.pyc
│   │   │   └── pytree.cpython-37.pyc
│   │   ├── pygram.py
│   │   └── pytree.py
│   └── __pycache__
│   ├── black.cpython-37.pyc
│   └── blackd.cpython-37.pyc
└── nix-support
└── propagated-build-inputs
11 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment