In my junior year,I had used echarts-python to provide the backend APIs in my personal project. I like it. Could you please publish it onto the pypi?
PS: This project had stopped to maintained before 2 years, and I want to continue develop it, let it support most features of echarts 3. Can I continue developing this repo?
Thanks,
Yufei Li
This commit includes:
Write test cases and improve coverage to 100%.
Create MANIFEST.in for packaging.
Run Tox testing for python 2.6, 2.7, 3.3, 3.4, 3.5.
Hi, lepture
In my junior year,I had used
echarts-python
to provide the backend APIs in my personal project. I like it. Could you please publish it onto thepypi
?PS: This project had stopped to maintained before 2 years, and I want to continue develop it, let it support most features of
echarts 3
. Can I continue developing this repo?Thanks, Yufei Li
This commit includes:
MANIFEST.in
for packaging.Tox
testing for python 2.6, 2.7, 3.3, 3.4, 3.5..travis.yml
file for CI testing..gitignore
.