Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 4, 2020 09:53
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/d581c442e85a80cd174e7bc0d3b079f3 to your computer and use it in GitHub Desktop.
Save r-ryantm/d581c442e85a80cd174e7bc0d3b079f3 to your computer and use it in GitHub Desktop.
/nix/store/37p7m8bk81kibnhn7s0b2a91l9g8vdiz-python2.7-tvnamer-3.0.1
├── bin
│   └── tvnamer
├── lib
│   └── python2.7
│   └── site-packages
│   ├── tvnamer
│   │   ├── cliarg_parser.py
│   │   ├── cliarg_parser.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── config_defaults.py
│   │   ├── config_defaults.pyc
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __main__.py
│   │   ├── main.py
│   │   ├── __main__.pyc
│   │   ├── main.pyc
│   │   ├── _titlecase.py
│   │   ├── _titlecase.pyc
│   │   ├── tvnamer_exceptions.py
│   │   ├── tvnamer_exceptions.pyc
│   │   ├── unicode_helper.py
│   │   ├── unicode_helper.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── tvnamer-3.0.1.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment