Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 20, 2018 18:22

Revisions

  1. ryantm created this gist May 20, 2018.
    58 changes: 58 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,58 @@
    /nix/store/gpf4j5mmd5zbz0rqj39d57d38f6311pn-urlwatch-2.11
    ├── bin
    │   └── urlwatch
    ├── lib
    │   └── python3.6
    │   └── site-packages
    │   ├── urlwatch
    │   │   ├── command.py
    │   │   ├── config.py
    │   │   ├── filters.py
    │   │   ├── handler.py
    │   │   ├── html2txt.py
    │   │   ├── ical2txt.py
    │   │   ├── __init__.py
    │   │   ├── jobs.py
    │   │   ├── mailer.py
    │   │   ├── main.py
    │   │   ├── migration.py
    │   │   ├── __pycache__
    │   │   │   ├── command.cpython-36.pyc
    │   │   │   ├── config.cpython-36.pyc
    │   │   │   ├── filters.cpython-36.pyc
    │   │   │   ├── handler.cpython-36.pyc
    │   │   │   ├── html2txt.cpython-36.pyc
    │   │   │   ├── ical2txt.cpython-36.pyc
    │   │   │   ├── __init__.cpython-36.pyc
    │   │   │   ├── jobs.cpython-36.pyc
    │   │   │   ├── mailer.cpython-36.pyc
    │   │   │   ├── main.cpython-36.pyc
    │   │   │   ├── migration.cpython-36.pyc
    │   │   │   ├── reporters.cpython-36.pyc
    │   │   │   ├── storage.cpython-36.pyc
    │   │   │   ├── util.cpython-36.pyc
    │   │   │   └── worker.cpython-36.pyc
    │   │   ├── reporters.py
    │   │   ├── storage.py
    │   │   ├── util.py
    │   │   └── worker.py
    │   └── urlwatch-2.11.dist-info
    │   ├── DESCRIPTION.rst
    │   ├── INSTALLER
    │   ├── METADATA
    │   ├── metadata.json
    │   ├── RECORD
    │   ├── top_level.txt
    │   └── WHEEL
    ├── nix-support
    │   └── propagated-build-inputs
    └── share
    ├── man
    │   └── man1
    │   └── urlwatch.1.gz
    └── urlwatch
    └── examples
    ├── hooks.py.example
    └── urls.yaml.example

    13 directories, 42 files