Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/us
Commit message (Collapse)AuthorAgeFilesLines
* Make import ordering consistentArthur de Jong2017-09-111-1/+1
|
* Docstring improvementsArthur de Jong2017-09-117-33/+26
|
* Switch to HTTPS URLsArthur de Jong2017-04-131-1/+1
|
* Add new 47 EIN prefix; fix duplicate 46; move 81Greg Kuwaye2016-12-111-2/+2
| | | | | | | | | 47 appears to be a new Internet campus code. Prefix 46 was listed twice, once under the Philadelphia campus and again under the Internet campus. This error may be seen on the IRS website itself. The Wikipedia article on EIN (https://en.wikipedia.org/wiki/Employer_Identification_Number) does not have 46 listed twice. 81 has moved from the Philadelphia campus to the Internet campus.
* Fix formatting of bulleted listArthur de Jong2016-05-291-0/+1
|
* Make more information links consistentArthur de Jong2016-04-111-3/+4
| | | | | Also fix a docstring in stdnum.nl.bsn and add a pointer to stdnum.nl.onderwijsnummer.
* Integrate information from the wikiArthur de Jong2015-10-301-2/+19
| | | | | | | This adds the information that was previously in the Trac wiki into the source docstrings because the Trac instance is being phased out. This also includes small updates to the ISIL module.
* Code style improvementsArthur de Jong2015-10-115-5/+6
| | | | | | | Ensure that regular expressions are r'' strings, avoid too long lines and fix line wrapping. Also avoid catching toplevel Exception when possible and use binascii for hex to binary conversion which is available in both Python 2 and 3.
* Turn on and improve branch coverageArthur de Jong2015-08-163-0/+6
|
* Add US bank routing transit numbersTony Bajan2014-09-021-0/+87
|
* Add a United States TIN moduleArthur de Jong2013-11-091-0/+97
| | | | | | The Taxpayer Identification Number is used used for tax purposes in the United States. This module uses the SSN, ITIN, EIN, PTIN and ATIN modules to determine validitiy of the TIN.
* Add a United States PTIN moduleArthur de Jong2013-11-091-0/+68
| | | | | | A Preparer Tax Identification Number (PTIN) is United States identification number for tax return preparers. It is an eight-digit number prefixed with a capital P.
* Add a United States ATIN moduleArthur de Jong2013-11-091-0/+75
| | | | | | An Adoption Taxpayer Identification Number (ATIN) is a temporary nine-digit number issued by the United States IRS for a child for whom the adopting parents cannot obtain a Social Security Number.
* Add a United States EIN moduleArthur de Jong2013-11-092-0/+107
| | | | | | | The Employer Identification Number (EIN), also known as Federal Employer Identification Number (FEIN), is used to identify a business entity in the United States. It is issued to anyone that has to pay withholding taxes on employees.
* Add a United States ITIN moduleArthur de Jong2013-11-091-0/+96
| | | | | | | The ITIN (Individual Taxpayer Identification Number) is issued by the United States IRS to individuals who are required to have a taxpayer identification number but who are not eligible to obtain a Social Security Number.
* Implement validate() for U.S. Social Security NumberArthur de Jong2013-06-081-15/+32
|
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-261-2/+4
| | | | | | usable format git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
* give all packages a descriptionArthur de Jong2012-02-191-0/+21
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@152 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement a stdnum.util module for holding utility ↵Arthur de Jong2012-02-041-2/+5
| | | | | | functions (for now clean()) git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@100 9dea7c4f-944c-4273-ac1a-574ede026edc
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-1/+4
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@76 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an SSN (U.S. Social Security Number) moduleArthur de Jong2011-02-062-0/+72
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@63 9dea7c4f-944c-4273-ac1a-574ede026edc