Check a site for spelling errors
Project description
Check a site for spelling errors in a way that can be integrated with your testing
Why?
I wanted a way to add spellchecking to a suite of tests for a Flask-based site. I saw some windows tools, using a combination of lynx/curl/wget and i/a/hunspell.
But I just want a way to get a +/- test and a list of misspelled words.
How
So sitechantment is a command line utility to do just that. You can pass it a url to crawl, an optional additional list of words, language, etc. It will crawl the site (not wandering off to another host/port) spellcheck every page and give you a list of words that are “misspelled”.
You have the ability to run with a –update flag to automatically add all words to a personal word list so they aren’t flagged on the next run.
It is also available as a class sitechantment.SiteCheck, that can be used inside a test suite. You can even pass it a flask test client instead of using requests and be able to crawl a site inside of py.test or whatever is being used to unit test a flask application. (Really anything can be used as long as it supports handling uri’s with a get() method).
Documentation
The full documentation is at http://sitechantment.rtfd.org.
History
0.1.0 (2015-07-18)
First release on PyPI.
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 sitechantment-0.1.0.tar.gz
.
File metadata
- Download URL: sitechantment-0.1.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92b5ef1e5a11dd22c4d161dba724b71ea66bc23bc6a43e6bb42849d1f58bcf15 |
|
MD5 | f0c2f39cfd9195cee57a22354ec256b3 |
|
BLAKE2b-256 | 4af03f3155c45c6aa52cbec56eed6f9509218d9215df9c3ca3d9dfe14d6408a5 |