Search Criteria
Package Details: python-piecash 1.2.0-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: | None |
Last Packager: | bunburya |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-12-24 21:22 (UTC) |
Last Updated: | 2021-12-24 21:22 (UTC) |
Dependencies (14)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-pytz
- python-sqlalchemy-utils
- python-sqlalchemy1.3
- python-tzlocal
- python-setuptools (make)
- python-pytest (check)
- python-pytest-runnerAUR (check)
- gnucash (gnucash-gitAUR, gnucash-xbt-minimalAUR, gnucash-xbtAUR) (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-8
is 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 :)