Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 29, 2020 21:12
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 r-ryantm/aa627e5bb82a1fcca46477bdfd85306d to your computer and use it in GitHub Desktop.
Save r-ryantm/aa627e5bb82a1fcca46477bdfd85306d to your computer and use it in GitHub Desktop.
/nix/store/x0z1x9qbhw3mnnx6phcsnbxkkf2djc1i-python3.7-ftfy-5.8
├── 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.py
│   │   ├── chardata.py
│   │   ├── cli.py
│   │   ├── fixes.py
│   │   ├── formatting.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── badness.cpython-37.pyc
│   │   ├── build_data.cpython-37.pyc
│   │   ├── char_classes.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.8.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment