Skip to content

Instantly share code, notes, and snippets.

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