python-zulip-api icon indicating copy to clipboard operation
python-zulip-api copied to clipboard

Python library for the Zulip API.

Results 126 python-zulip-api issues
Sort by recently updated
recently updated
newest added

Motivation: * Bot: It's challenging to keep up with latest updates of eg. mypy, so a bot seemed a reasonable idea :) * Async: Grabbing the information via lots of...

size: XL
has conflicts

This breaks the `async` support out of #390, aiming to add compatibility with python 3.4 and tests. This is currently WIP since: * some commits could be squashed together, notably...

size: XL
has conflicts

This is for the use case of playground.zulipdev.org.

size: M
has conflicts

This PR adds the functionality to the GitHub Detail bot such that when given a valid URL, it gets the contents of that file. TODO: - [ ] Annotate with...

size: L
has conflicts

This PR improves test coverage from 0% to 98%. This PR directly tackles issue #433

size: L
has conflicts

This commit refactors unit handling into a class and encapsulate similar portions into functions. Also, added conversions for time, pressure, and angles. This commit is related to #409

size: XL
has conflicts

The API will first check whether config file exists in the home directory. If not it will take the file from PWD. This fixes #497

size: M
has conflicts

Set delay time on failure in do_api_query according to random exponential backoff. Fixes #537 .

size: S
has conflicts

Removed an unneeded provision check and corrected a typo. Fixes #489

size: S
has conflicts