On Wed, Apr 27, 2022 at 7:35 AM David Bremner <
da...@tethera.net> wrote:
>
> Philogy <
phild...@gmail.com> writes:
>
> > Hello everyone, I'm just starting to get into ledger and other PTA tools
> > but I'm wondering where and how I can use the `ledger` Python package. I
> > see on github that there's a python folder with an example but I can't seem
> > to find the referenced package / module anywhere in the documentation or
> > online. I'm very interested in using ledger as my accounting system but I'd
> > need to extend with a couple features.
>
> It might depend a bit on your OS. On Linux it suffices to add
> "-DUSE_PYTHON=ON" to the cmake arguments. This generates an
> appropriately named shared library, which is the extension [1]. I agree it would be cool if
> this was documented somewhere.
>
>