This is the Zebra backend for Taxi. It
exposes the zebra
protocol to push entries and fetch projects and
activities from Zebra.
pip install taxi-zebra
In your .taxirc
file, use the zebra
protocol for your backend. For example,
if your Zebra instance is hosted at https://zebra.example.com/ you'll use the
following configuration:
[backends] my_zebra_backend = zebra://username:password@zebra.example.com