Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 20, 2018 18:22
Show Gist options
  • Save ryantm/f36eb5277839d9ca3d15995cec7cc592 to your computer and use it in GitHub Desktop.
Save ryantm/f36eb5277839d9ca3d15995cec7cc592 to your computer and use it in GitHub Desktop.
/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment