3 Commits (fd851f97cbf8247a2c3fea27514368e73ec2e61b)

Author SHA1 Message Date
Jason R. Coombs 57f29bc86e Fixed style rendering in Pie chart 14 years ago
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). 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 17 years ago