Commit graph

21 commits

Author SHA1 Message Date
Nikita Karamov
507020449f
Fix setup.py 2023-01-23 07:26:43 +01:00
Nikita Karamov
24c297cfe7
Remove six dependency 2023-01-23 07:26:43 +01:00
Nikita Karamov
de3d930421
Remove redundant open() flags 2023-01-23 06:51:43 +01:00
Nikita Karamov
1cc86cc3c8
Use str.format() 2023-01-23 06:51:29 +01:00
a1346054
0609c59676
Fix spelling (#284) 2021-08-30 19:17:00 +02:00
Patrick Storz
ab97a01427 anti-aliasing 2020-08-06 22:34:04 +02:00
Eduard Braun
49f3664f82 make flake8 happier 2017-08-06 04:55:43 +02:00
Eduard Braun
53d87ed35a make flake8 happy 2017-08-06 04:47:33 +02:00
Eduard Braun
c089448bb5 Update project description and use in both, README.md and setup.py 2017-08-06 04:38:33 +02:00
Eduard Braun
d9198d7872 Order imports as suggested by PEP 8 2016-09-15 21:56:36 +02:00
Eduard Braun
0f1974c1e2 Consistent whitespace across source files according to PEP 8
(mostly automated by using autopep8, fixes #69)
2016-09-15 00:35:13 +02:00
Tobias Oberstein
73ec7da13e allow installation via direct execution of setup.py from outside the package directory 2016-01-15 11:15:22 +01:00
Tobias Oberstein
d3b29a68da fix links; only upload source dist 2015-11-16 18:12:56 +01:00
Tobias Oberstein
ec7385c995 update readme 2015-11-16 18:08:02 +01:00
Tobias Oberstein
e903475289 cleanups; bump version 2015-11-16 18:05:35 +01:00
Andy Levisay
d1c66cc75b Python 3 Updates
Ran python-modernizer, this fixed most of the Python 3
incompatibilities.

Had to manually rework the iteration in svg_regex and svg_transform;
.next doesn't exist in Python 3. Wrapped the builtin next function in a
partial for equivalent functionality.
2015-04-28 15:26:55 -05:00
Tobias Oberstein
85dff51cc9 fix ingoring of additional args when invoked from scons; bump version 2014-08-05 12:47:33 +02:00
Tobias Oberstein
26a360a00c add option to ingore unknown cmd line opts; bump version 2014-07-26 17:20:47 +02:00
Tobias Oberstein
3353500845 allow direct calling of module 2013-10-26 17:47:42 +02:00
Tobias Oberstein
8dc6137373 whitespace cleanup 2013-10-26 16:43:39 +02:00
Tobias Oberstein
f89b6bbf6a initial source import (v0.26) and packaging 2013-10-22 16:31:42 +02:00