I would like to use this package as a dependency in order to update it more easily with pip. Right now I added the file directly in my repository, so the whole process of adding something in PySankey, doing a pull request and updating my project is complicated. Adding the package on Pypi would permit to do a "pip install pysankey" directly to use the last version.
Are you familliar with Pypi @anazalea ? "pysankey" is available as a name for now. I can help you create the package and upload it on Pypi (creating the setup.py). I could also do it myself, and add you as a package manager if you have an account. But I don't want to steal your thunder :)
Hi,
I would like to use this package as a dependency in order to update it more easily with pip. Right now I added the file directly in my repository, so the whole process of adding something in PySankey, doing a pull request and updating my project is complicated. Adding the package on Pypi would permit to do a "pip install pysankey" directly to use the last version.
Are you familliar with Pypi @anazalea ? "pysankey" is available as a name for now. I can help you create the package and upload it on Pypi (creating the setup.py). I could also do it myself, and add you as a package manager if you have an account. But I don't want to steal your thunder :)
Regards,