Skip to content

AdhlanFauzan/taxi-zebra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zebra backend for Taxi

This is the Zebra backend for Taxi. It exposes the zebra protocol to push entries and fetch projects and activities from Zebra.

Installation

pip install taxi-zebra

Usage

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

If you want to use a token-based authentication, start by generating a token in your Zebra profile, then use the token as your username, without any password:

[backends]
my_zebra_backend = zebra://token@zebra.example.com

About

Zebra backend for Taxi

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%