Search Criteria
Package Details: python-piecash 1.2.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-piecash.git (read-only, click to copy) |
|---|---|
| Package Base: | python-piecash |
| Description: | A Python library providing a simple and pythonic interface to GnuCash files stored in SQL. |
| Upstream URL: | https://pypi.org/project/piecash/ |
| Keywords: | finance gnucash money |
| Licenses: | MIT |
| Submitter: | bunburya |
| Maintainer: | micwoj92 |
| Last Packager: | micwoj92 |
| Votes: | 2 |
| Popularity: | 0.40 |
| First Submitted: | 2021-12-24 21:22 (UTC) |
| Last Updated: | 2025-09-20 04:13 (UTC) |
Dependencies (15)
- python
- python-babel
- python-click
- python-pytz
- python-sqlalchemy-utils
- python-sqlalchemy1.4
- python-tzlocal
- python-setuptools (make)
- python-pandas (check)
- python-pytest (check)
- gnucash (gnucash-gitAUR, gnucash-xbtAUR, gnucash-xbt-minimalAUR) (optional) – to create, view and edit GnuCash files
- python-pandas (optional) – view data in Pandas DataFrame
- python-psycopg2 (optional) – postgresql support
- python-pymysql (optional) – MySQL support
- python-requests (optional) – retrieve quotes/prices from Yahoo Finance
Latest Comments
vEnhance commented on 2022-09-23 00:46 (UTC)
Small note: installation appears to fail if the locale
fr_FR.UTF-8is not installed, because (and probably also the English one, for that matter) because one of the pytests in the test suite assumes French exists and will fail withlocale.Error: unsupported locale setting.Relevant line: https://github.com/sdementen/piecash/blob/ec30cf469198cccf35f7ba968f889d360cfe1824/tests/test_session.py#L116
Relevant log:
Of course easy to workaround by installing French locale :)