I had a small project that I wanted to use your charting software for. I was importing some basic CSV files in to plot and ended up writing a class to support my local effort. When I was done it occurred to me that it might be useful for you. There are a couple of changes:
Created python/lib/ sub directory
Placed your original(and unchanged) Client class in lib/charter_client.py
Placed my new class (Chart) in lib/charter_client.py
Placed a sample CSV importer that uses my basic Chart object in the main python/ directory.
README in python/ directory explain layout.
renamed the original charter_client.py example and re-wrote it to use lib/charter_client.py.
No obligation to pull, just offering the changes up if you want them :)
I had a small project that I wanted to use your charting software for. I was importing some basic CSV files in to plot and ended up writing a class to support my local effort. When I was done it occurred to me that it might be useful for you. There are a couple of changes:
No obligation to pull, just offering the changes up if you want them :)