Checks static .html files for bad links
Project description
Recursively scans directories for static html files for bad or empty links. See [here](http://www.ericcarmichael.com/writing-my-first-python-package.html) why I wrote this, I hate missing details!
# Example bad or empty links
`html <a href=""></a> Empty <a href></a> Empty <a href="python.org"></a> Any bad link will fail, this one is missing http:// `
# Usage
Command line
> existence /path/to/dir
Python
`python from existence import scan scan("/path/to/dir") `
# Options
existence.SHOW_PROGRESS_BAR
Default is False, set to True to show a handy progress bar. Requires progressbar
# Running tests
> python -m unittest discover
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file existence-0.1.8.zip
.
File metadata
- Download URL: existence-0.1.8.zip
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9ad3bef882f1901bdb55eb824a8765499ec60739c9f50f2d9fd814891c11401 |
|
MD5 | 2bd4f054eae81ec678fa469d843e1f6c |
|
BLAKE2b-256 | 1a65ad874d652127c9b44d37a7dcc6752370f5b90770a93bdf0aa83e92f50e9f |