Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Turn on and improve branch coverageArthur de Jong2015-08-161-0/+1
|
* Provide a module with validation exceptionsArthur de Jong2013-06-081-0/+1
| | | | | | | | | | This introduces a new module for switching the validation scheme. Instead of using the is_valid() function that returns a boolean a validate() function either returns the sanitised number or raises an exception that should indicate the kind of validation failure. This should make it easier for applications calling this library to present more informative messages to the user.
* generate documentation using SphinxArthur de Jong2012-02-241-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@162 9dea7c4f-944c-4273-ac1a-574ede026edc
* switch to distutilsArthur de Jong2011-12-311-0/+4
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@93 9dea7c4f-944c-4273-ac1a-574ede026edc
* write some more tests (some of which are a bit of a ↵Arthur de Jong2010-08-201-0/+1
| | | | | | hack) to get coverage to 100% git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@29 9dea7c4f-944c-4273-ac1a-574ede026edc
* add more doctests that are not part of the module ↵Arthur de Jong2010-08-141-0/+1
| | | | | | documentation git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@19 9dea7c4f-944c-4273-ac1a-574ede026edc
* use nose for testing and ignore generated files and ↵Arthur de Jong2010-07-251-0/+6
directories git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@9 9dea7c4f-944c-4273-ac1a-574ede026edc