Checks static .html files for bad links
Project description
Checks 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 check_directory check_directory("/path/to/dir") `
Existence will recursively check each subdir as well!
# 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.3.zip
.
File metadata
- Download URL: existence-0.1.3.zip
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1223e4bb96d59b1b5f57fa0a715a2cf8e4f8d09e2e0d279559016d3f2d1c6f4 |
|
MD5 | cf97015e7e19ada21ef0c63aa7408ad3 |
|
BLAKE2b-256 | 45d84de09a00dbb45306fa080bac013daf265b1f70fb4b9e90126d6d58af8945 |