Anyone interested in making this tool installable via pip (and optionally on PiPI, but for my own use cases pip+github URL works).
Right now I use this by having a submodule in another project (https://github.com/coderefinery/git-calendar), and then explicitly call this using python yaml2ics/yaml2ics.py. While it works, it feels a bit hackish, and maybe it's time to improve some?
How is this used by others?
On the other hand the current system works just fine for me, so maybe it's not worth doing more?
Anyone interested in making this tool installable via pip (and optionally on PiPI, but for my own use cases pip+github URL works).
Right now I use this by having a submodule in another project (https://github.com/coderefinery/git-calendar), and then explicitly call this using
python yaml2ics/yaml2ics.py. While it works, it feels a bit hackish, and maybe it's time to improve some?How is this used by others?
On the other hand the current system works just fine for me, so maybe it's not worth doing more?