Find a file
Eeshan Garg 61d84cd649 zulip/examples: Remove sys.path modifications.
With the new repo, doing a `pip install -e ./zulip` will be a part
of the core workflow. This mitigates the risk of developers
accidentally testing their changes against an installed copy of the
zulip package rather than the copy in their checkout. Therefore,
we can now get rid of the various `sys.path.inserts` in the examples.
2017-07-29 00:24:42 -02:30
tools linter: Add open() call restriction for the john bot. 2017-07-27 10:35:31 -07:00
zulip zulip/examples: Remove sys.path modifications. 2017-07-29 00:24:42 -02:30
zulip_bots bots: Enable googlesearch bot to run by 'zulip-run-bot' command. 2017-07-27 10:44:41 -07:00
zulip_botserver zulip_botserver: Migrate from optparse to argparse. 2017-07-29 00:17:43 -02:30
.gitignore bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
.travis.yml travis: Update Travis config to install and test all packages. 2017-07-18 02:25:29 -02:30
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.