jamesscottbrown / pyyed

A simple Python library to export networks to yEd
BSD 3-Clause "New" or "Revised" License
82 stars 38 forks source link

Make pyyed available on PyPI / pip #1

Closed marco-m closed 6 years ago

marco-m commented 6 years ago

Hello James, thanks a lot for pyyed! :-)

Right now I can use pip install with the following requirements.txt file:

git+https://github.com/jamesscottbrown/pyyed.git@master

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

jamesscottbrown commented 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.

marco-m commented 6 years ago

Thanks! I will soon also make a PR to port pyyed to Python3

LarsaSolidor commented 6 years ago

Any chance of making this pip installable and allowing the more polished documentation to follow?

Az8th commented 6 years ago

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