Skip to content

Instantly share code, notes, and snippets.

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