Find a file
Eeshan Garg 3d0f7955b6 api: Move the API package to a dedicated subdirectory.
In order to keep all three packages (zulip, zulip_bots,
zulip_botserver) in the same repo, all package files must now
be nested one level deeper.

For instance, python-zulip-api/zulip_bots/zulip_bots/bots/, instead
of python-zulip-api/zulip_bots/bots/.
2017-07-18 02:20:32 -02:30
tools api: Move the API package to a dedicated subdirectory. 2017-07-18 02:20:32 -02:30
zulip api: Move the API package to a dedicated subdirectory. 2017-07-18 02:20:32 -02:30
zulip_bots bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
zulip_botserver flask_server: Move the server to its own package. 2017-07-18 01:31:54 -02:30
.gitignore bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
.travis.yml tools: Add pep8 linter. 2017-07-06 19:58:50 -04:00
README.md api: Move the API package to a dedicated subdirectory. 2017-07-18 02:20:32 -02:30

Zulip API

This repository contains the source code for Zulip's PyPI packages:

  • zulip: PyPI package for Zulip's API bindings.
  • zulip_bots: PyPI package for Zulip's bots and bots API.
  • zulip_botserver: PyPI package for Zulip's Flask bot server.