Jason R. Coombs
939894c7d6
Updated Pie docstring to match current implementation
14 years ago
jaraco
4d989d9460
Working toward a 2.0 release
15 years ago
jaraco
e95aead46c
Library now uses lxml for XML processing. This technique has a much cleaner and robust implementation. I tried using the Python 2.5 element tree, but it doesn't support processing instructions (as far as I can tell).
16 years ago
jaraco
394ac51416
Factored Graph subclass CSS handling into superclass, implemented as resource files
16 years ago
jaraco
6aa9a44ea9
Renamed lib to src
16 years ago
jaraco
70d82a850b
Fixed module references using new PEP-8 naming scheme
17 years ago
jaraco
41b6bdc67b
Renamed modules per PEP8
17 years ago
jaraco
ac0fc574bf
Refactored the project into a namespace package: svg.charts
17 years ago
jaraco
66ce686dd3
Renamed lib/SVG to lib/svg
17 years ago
jaraco
2a10be37cc
Implemented methods that were stubbed with NotImplementedError(s).
...
Copied flatten method from my internal development and add it to util.py.
Removed reference to itools from Line.py.
Cleaned up docstring tests that weren't actually executable.
17 years ago
jaraco
ba31107e08
Removed extraneous space per PEP-8
17 years ago
jaraco
3ddf22adfe
Added Pie charts to the testing modules, and fixed the bugs elicited by the tests.
17 years ago
jaraco
eb963cda81
Completed first syntax-error free Pie.py
...
Bumped to 1.1
Added setup.cfg
17 years ago