piecash icon indicating copy to clipboard operation
piecash copied to clipboard

Pythonic interface to GnuCash SQL documents

Results 46 piecash issues
Sort by recently updated
recently updated
newest added

Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.7.1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

[Quickstart](https://piecash.readthedocs.io/en/master/doc/doc.html#quickstart) > book = piecash.open_book("test.gnucash", readonly=True) - Appears intended to be executable but no file provided. Maybe the simplest workflow, with no stock prices, is: ```python from piecash import open_book...

Close #175 Usage: `sphinx-autobuild docs docs/_build/html`

Should use [system locale](https://docs.python.org/3/library/locale.html) for all monetary defaults rather than just 3-letter International currency symbol (#174) with rest from https://github.com/sdementen/piecash/blob/master/piecash/core/currency_ISO.py

How can I use this document offline? ## Purpose: - Allow Documentation files to be viewed offline - Make edits to the docs themselves and render them locally so you...