Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 08:58
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/2ddce598a4768d9ba393e3e79c43cd0c to your computer and use it in GitHub Desktop.
Save ryantm/2ddce598a4768d9ba393e3e79c43cd0c to your computer and use it in GitHub Desktop.
/nix/store/ra4lirbw6myyrhyik7ly0n1rm0423qcl-python3.7-ftfy-5.6
├── bin
│   └── ftfy
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ftfy
│   │   ├── bad_codecs
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── sloppy.cpython-37.pyc
│   │   │   │   └── utf8_variants.cpython-37.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-37.pyc
│   │   ├── build_data.cpython-37.pyc
│   │   ├── chardata.cpython-37.pyc
│   │   ├── cli.cpython-37.pyc
│   │   ├── fixes.cpython-37.pyc
│   │   ├── formatting.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   └── ftfy-5.6.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