Skip to content

Instantly share code, notes, and snippets.

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/edecbf9c542b5e94c697601b1be2bb2d to your computer and use it in GitHub Desktop.
Save r-ryantm/edecbf9c542b5e94c697601b1be2bb2d to your computer and use it in GitHub Desktop.
/nix/store/4fwhp9h3g3y6wqpalmsa9d9mw4d6mcbb-python2.7-guessit-3.1.1
├── bin
│   └── guessit
├── lib
│   └── python2.7
│   └── site-packages
│   ├── guessit
│   │   ├── api.py
│   │   ├── api.pyc
│   │   ├── backports.py
│   │   ├── backports.pyc
│   │   ├── config
│   │   │   └── options.json
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── jsonutils.py
│   │   ├── jsonutils.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── monkeypatch.py
│   │   ├── monkeypatch.pyc
│   │   ├── options.py
│   │   ├── options.pyc
│   │   ├── reutils.py
│   │   ├── reutils.pyc
│   │   ├── rules
│   │   │   ├── common
│   │   │   │   ├── comparators.py
│   │   │   │   ├── comparators.pyc
│   │   │   │   ├── date.py
│   │   │   │   ├── date.pyc
│   │   │   │   ├── expected.py
│   │   │   │   ├── expected.pyc
│   │   │   │   ├── formatters.py
│   │   │   │   ├── formatters.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── numeral.py
│   │   │   │   ├── numeral.pyc
│   │   │   │   ├── pattern.py
│   │   │   │   ├── pattern.pyc
│   │   │   │   ├── quantity.py
│   │   │   │   ├── quantity.pyc
│   │   │   │   ├── validators.py
│   │   │   │   ├── validators.pyc
│   │   │   │   ├── words.py
│   │   │   │   └── words.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── markers
│   │   │   │   ├── groups.py
│   │   │   │   ├── groups.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── path.py
│   │   │   │   └── path.pyc
│   │   │   ├── match_processors.py
│   │   │   ├── match_processors.pyc
│   │   │   ├── processors.py
│   │   │   ├── processors.pyc
│   │   │   └── properties
│   │   │   ├── audio_codec.py
│   │   │   ├── audio_codec.pyc
│   │   │   ├── bit_rate.py
│   │   │   ├── bit_rate.pyc
│   │   │   ├── bonus.py
│   │   │   ├── bonus.pyc
│   │   │   ├── cds.py
│   │   │   ├── cds.pyc
│   │   │   ├── container.py
│   │   │   ├── container.pyc
│   │   │   ├── country.py
│   │   │   ├── country.pyc
│   │   │   ├── crc.py
│   │   │   ├── crc.pyc
│   │   │   ├── date.py
│   │   │   ├── date.pyc
│   │   │   ├── edition.py
│   │   │   ├── edition.pyc
│   │   │   ├── episodes.py
│   │   │   ├── episodes.pyc
│   │   │   ├── episode_title.py
│   │   │   ├── episode_title.pyc
│   │   │   ├── film.py
│   │   │   ├── film.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── language.py
│   │   │   ├── language.pyc
│   │   │   ├── mimetype.py
│   │   │   ├── mimetype.pyc
│   │   │   ├── other.py
│   │   │   ├── other.pyc
│   │   │   ├── part.py
│   │   │   ├── part.pyc
│   │   │   ├── release_group.py
│   │   │   ├── release_group.pyc
│   │   │   ├── screen_size.py
│   │   │   ├── screen_size.pyc
│   │   │   ├── size.py
│   │   │   ├── size.pyc
│   │   │   ├── source.py
│   │   │   ├── source.pyc
│   │   │   ├── streaming_service.py
│   │   │   ├── streaming_service.pyc
│   │   │   ├── title.py
│   │   │   ├── title.pyc
│   │   │   ├── type.py
│   │   │   ├── type.pyc
│   │   │   ├── video_codec.py
│   │   │   ├── video_codec.pyc
│   │   │   ├── website.py
│   │   │   └── website.pyc
│   │   ├── test
│   │   │   ├── config
│   │   │   │   ├── dummy.txt
│   │   │   │   ├── test.json
│   │   │   │   ├── test.yaml
│   │   │   │   └── test.yml
│   │   │   ├── enable_disable_properties.yml
│   │   │   ├── episodes.yml
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── movies.yml
│   │   │   ├── rules
│   │   │   │   ├── audio_codec.yml
│   │   │   │   ├── bonus.yml
│   │   │   │   ├── cds.yml
│   │   │   │   ├── common_words.yml
│   │   │   │   ├── country.yml
│   │   │   │   ├── date.yml
│   │   │   │   ├── edition.yml
│   │   │   │   ├── episodes.yml
│   │   │   │   ├── film.yml
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── language.yml
│   │   │   │   ├── other.yml
│   │   │   │   ├── part.yml
│   │   │   │   ├── processors_test.py
│   │   │   │   ├── processors_test.pyc
│   │   │   │   ├── processors.yml
│   │   │   │   ├── release_group.yml
│   │   │   │   ├── screen_size.yml
│   │   │   │   ├── size.yml
│   │   │   │   ├── source.yml
│   │   │   │   ├── title.yml
│   │   │   │   ├── video_codec.yml
│   │   │   │   └── website.yml
│   │   │   ├── streaming_services.yaml
│   │   │   ├── suggested.json
│   │   │   ├── test_api.py
│   │   │   ├── test_api.pyc
│   │   │   ├── test_api_unicode_literals.py
│   │   │   ├── test_api_unicode_literals.pyc
│   │   │   ├── test_benchmark.py
│   │   │   ├── test_benchmark.pyc
│   │   │   ├── test-input-file.txt
│   │   │   ├── test_main.py
│   │   │   ├── test_main.pyc
│   │   │   ├── test_options.py
│   │   │   ├── test_options.pyc
│   │   │   ├── test_yml.py
│   │   │   ├── test_yml.pyc
│   │   │   └── various.yml
│   │   ├── tlds-alpha-by-domain.txt
│   │   ├── __version__.py
│   │   ├── __version__.pyc
│   │   ├── yamlutils.py
│   │   └── yamlutils.pyc
│   └── guessit-3.1.1.dist-info
│   ├── AUTHORS.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
15 directories, 166 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment