Closed marco-m closed 6 years ago
This is a good suggestion. I want to improve the quality of the documentation first though.
I initially wrote this package quickly to use myself, but since other people are now apparently finding it useful it's probably worth me taking the time to polish it a little and package it for PyPI.
Thanks! I will soon also make a PR to port pyyed to Python3
Any chance of making this pip installable and allowing the more polished documentation to follow?
Thanks for the library ! You're right, it is very usefull, especially when you reach the limits of Graphviz. I advise use to use readthedocs.io for a beautiful and easy to read documentation, feel free to ask for help with doc writing/making it avaible on PyPI
Hello James, thanks a lot for pyyed! :-)
Right now I can use pip install with the following
requirements.txt
file:but it would be neat if I could just refer to
pyyed
. I never packaged a Python project for PyPI but it looks simple according to https://marthall.github.io/blog/how-to-package-a-python-app/Hope you will consider uploading to PyPI.
thanks! marco