Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Get files ready for 0.5 release0.5Arthur de Jong2017-01-211-2/+2
|
* Get files ready for 0.4 release0.4Arthur de Jong2016-03-281-1/+3
|
* Get files ready for 0.3 release0.3Arthur de Jong2015-10-071-1/+3
|
* Support Python 3Arthur de Jong2015-10-061-2/+4
| | | | | | | | This enables support for Python 3 together with Python 2 support with a single codebase. On Python 3 key data is passed around as bytestrings which makes the doctests a little harder to maintain across Python versions.
* Get files ready for 0.2 release0.2Arthur de Jong2014-06-191-0/+2
|
* Support various ElementTree implementationsArthur de Jong2014-06-141-0/+1
| | | | | | | | | | | When using a recent enough lxml, even Python 2.6 should work now. The most important requirement is that the findall() function supports the namespaces argument. This also now catches all exceptions when parsing the PSKC file fails and wraps it in ParseError because various implementations raise different exceptions, even between versions (Python 2.6's ElementTree raises ExpatError, lxml raises XMLSyntaxError).
* Fix install_requiresArthur de Jong2014-05-231-1/+1
|
* Fix dateutil dependencyArthur de Jong2014-05-171-1/+1
| | | | This also ignores downloaded .egg files.
* Add initial setup scriptArthur de Jong2014-04-161-0/+57