Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/imsi.py
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong2020-08-091-1/+10
|
* Parse multiple Wikipedia pages for full MCC/MNC listArthur de Jong2019-10-271-33/+56
|
* Switch update scripts to Python 3Arthur de Jong2019-10-271-6/+4
|
* Switch update scripts to use requestsArthur de Jong2019-10-271-4/+6
| | | | This makes the scripts more consistent.
* Correctly split IMSI with multi-length MNCArthur de Jong2018-04-101-2/+3
| | | | | | | | | | | | Ensures that imsi.split() will correctly split the IMSI into an MCC, MNC and MSIN even if not all MNCs within a single MCC have the same length. This has the downside of not being able to guess the MNC length in some cases. This also omits empty information from the data file and updates the data file from Wikipedia. Closes https://github.com/arthurdejong/python-stdnum/issues/68
* Move update scripts to own directoryArthur de Jong2018-01-011-0/+192
This moves all the update scripts to their own directory so they don't clutter the toplevel directory. This also ensures that the scripts are passed through flake8 and makes some adjustments for that alongside a few other cleanups.