mikedewar / d3py

a plottling library for python, based on D3
1.42k stars 202 forks source link

add py3 support #72

Closed lxyu closed 8 years ago

lxyu commented 11 years ago
  1. add py3k support while stay compatiable with py2k
  2. fixed 2 failed tests
  3. refine coding style based on PEP8
  4. added travis ci config, you can enable it in your repo settings, here is a demo of my repo: https://travis-ci.org/lxyu/d3py
lxyu commented 11 years ago

btw, this package is able to be uploaded to pypi, why not register and upload it?