Search Criteria
Package Details: python-zulip-api 0.8.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-zulip-api.git (read-only, click to copy) |
---|---|
Package Base: | python-zulip-api |
Description: | Pyhton bindings for Zulip API. |
Upstream URL: | https://github.com/zulip/python-zulip-api |
Licenses: | GPL |
Submitter: | Anty0 |
Maintainer: | None |
Last Packager: | Anty0 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-22 14:29 (UTC) |
Last Updated: | 2022-04-05 23:26 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-distro
- python-pyopenssl
- python-requests
- python-six
- cython (cython-gitAUR, cython0AUR) (make)
- python-setuptools (make)
- python-matrix-client-gitAUR (optional) – For zulip matrix bridge
Latest Comments
Anty0 commented on 2020-09-29 13:45 (UTC)
Looking through code I agree matrix_client may not be strictly required to use zulip api itself. Though I'm not sure it is good idea long term to mark required dependency by upstream as opt dependency...
Is there anyone with opinion on this? In case there isn't I'll mark matrix_client as optional dependency later this week.
Anty0 commented on 2020-09-29 13:28 (UTC)
They list matrix-client as strict dependency...
https://github.com/zulip/python-zulip-api/blob/1dac75f9797485cbf4b87aac857947f84c134ca1/zulip/setup.py#L66
wcasanova commented on 2020-09-25 22:56 (UTC) (edited on 2020-09-25 23:36 (UTC) by wcasanova)
because
python-matrix-client-git
, not strictly necessary, the package is outdated. better place it as optionaloptdepends
. regards