[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A command-line wrapper for OpenLilyLIb
From: |
Mark Knoop |
Subject: |
Re: A command-line wrapper for OpenLilyLIb |
Date: |
Wed, 4 Nov 2015 14:23:23 +0000 |
At 14:59 on 04 Nov 2015, Matteo Ceccarello wrote:
>I just implemented a small command line tool that I hope will simplify
>the use of OpenLilyLib [1] in multiple projects. You can find a
>motivating example in a blog post [2]. The tool itself, together with
>installation instructions and a small tutorial can be found on Github
>[3].
This is very similar to my current approach, thanks for putting this
together.
>Comments and suggestions are very much appreciated :-)
You might consider using the pygit2 python module [1] rather than
calling calling git with subprocess. This could perhaps replace a
substantial part of your OpenLilyLibRepo class.
[1] http://www.pygit2.org/
--
Mark Knoop