Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 15:34
Show Gist options
  • Save ryantm/4aabee5ab11818315ba195e59356bb18 to your computer and use it in GitHub Desktop.
Save ryantm/4aabee5ab11818315ba195e59356bb18 to your computer and use it in GitHub Desktop.
/nix/store/4v399bydvgyx0y5vxq3z6354fx5k6s05-python3.6-ftfy-5.3.0
├── bin
│   └── ftfy
├── lib
│   └── python3.6
│   └── site-packages
│   ├── ftfy
│   │   ├── bad_codecs
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── sloppy.cpython-36.pyc
│   │   │   │   └── utf8_variants.cpython-36.pyc
│   │   │   ├── sloppy.py
│   │   │   └── utf8_variants.py
│   │   ├── badness.py
│   │   ├── build_data.py
│   │   ├── char_classes.dat
│   │   ├── chardata.py
│   │   ├── cli.py
│   │   ├── fixes.py
│   │   ├── formatting.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── badness.cpython-36.pyc
│   │   ├── build_data.cpython-36.pyc
│   │   ├── chardata.cpython-36.pyc
│   │   ├── cli.cpython-36.pyc
│   │   ├── fixes.cpython-36.pyc
│   │   ├── formatting.cpython-36.pyc
│   │   └── __init__.cpython-36.pyc
│   └── ftfy-5.3.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment