Package Details: python-pytr 0.4.8-1

Git Clone URL: https://aur.archlinux.org/python-pytr.git (read-only, click to copy)
Package Base: python-pytr
Description: This is a library for the private API of the Trade Republic online brokerage.
Upstream URL: https://github.com/pytr-org/pytr
Licenses: MIT
Conflicts: python-pytr
Provides: python-pytr
Submitter: Felixoid
Maintainer: Felixoid
Last Packager: Felixoid
Votes: 0
Popularity: 0.000000
First Submitted: 2024-10-16 20:17 (UTC)
Last Updated: 2026-04-16 17:07 (UTC)

Latest Comments

Felixoid commented on 2026-03-30 08:34 (UTC)

Funny thing, I added it myself there and forgot to add it here.

Done.

jnk22 commented on 2026-03-29 19:25 (UTC) (edited on 2026-03-29 19:26 (UTC) by jnk22)

It seems that a dependency to python-curl_cffi is required for this recent change (v0.4.7): https://github.com/pytr-org/pytr/commit/aa6cc25055276da8779f0323d643d608c1edfe1e

Without this package, I get this error:

Traceback (most recent call last):
  File "/usr/sbin/pytr", line 5, in <module>
    from pytr.main import main
  File "/usr/lib/python3.14/site-packages/pytr/main.py", line 14, in <module>
    from pytr.account import login
  File "/usr/lib/python3.14/site-packages/pytr/account.py", line 8, in <module>
    from pytr.api import CREDENTIALS_FILE, TradeRepublicApi
  File "/usr/lib/python3.14/site-packages/pytr/api.py", line 39, in <module>
    from curl_cffi import requests as cffi_requests
ModuleNotFoundError: No module named 'curl_cffi'

Felixoid commented on 2025-02-11 13:59 (UTC) (edited on 2025-02-12 11:02 (UTC) by Felixoid)

There's missing hatch-babel https://aur.archlinux.org/packages?O=0&K=hatch-babel python module required for the build. https://github.com/pytr-org/pytr/blob/f1484b6f19dc41a13b782a8335612e63ce656d08/pyproject.toml#L2

Feel free to add it to get the package upgraded.