Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webcheck/cmd.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix setuptools entry point invocationArthur de Jong2013-12-021-1/+1
| | | | Reported by Emmanuel Blot, fixes 24e191f.
* Initialise crawler with a configurationArthur de Jong2013-09-201-43/+13
| | | | | | This changes the constructor to accept a dict configuration of the crawler. This is currently combined with the configuration in the config module but the goal is to replace it completely.
* Get default configuration from config moduleArthur de Jong2013-09-201-9/+9
|
* Use the argparse Python moduleArthur de Jong2013-09-201-136/+110
| | | | This greatly simplifies the command line parsing.
* now setup.py gets homepage and version from ↵Devin Bayer2011-11-191-2/+2
| | | | | | webcheck/__init__.py git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@470 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* cleanup after introduction of entry_pointDevin Bayer2011-11-161-11/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@468 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move cmd.py to package to support an entry point called ↵Devin Bayer2011-11-161-0/+208
webcheck git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@466 86f53f14-5ff3-0310-afe5-9b438ce3f40c