Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Latest commit

 

History

History
54 lines (37 loc) · 1.81 KB

README.rst

File metadata and controls

54 lines (37 loc) · 1.81 KB

taiga-ncurses

http://kaleidos.net/static/img/badge.png https://taiga.io/media/support/attachments/article-22/banner-gh.png https://travis-ci.org/taigaio/taiga-ncurses.svg?branch=master https://coveralls.io/repos/taigaio/taiga-ncurses/badge.svg?branch=master

A NCurses client for Taiga.

Project status

Currently on design phases: This project was a proof of concept to try to create a curses client for Taiga in the 6th PiWeek. It isn't finished yet and currently it isn't feature complete. You can see some screenshots at #4 (comment)

Setup development environment

Just execute these commands in your virtualenv(wrapper):

$ pip install -r dev-requirements.txt
$ python setup.py develop
$ py.test               # to run the tests
$ taiga-ncurses         # to run the app

Obviously you need the taiga backend and, if you don't fancy living in darkness, you can use the taiga web client, sometimes. :P

Note: taiga-ncurses only runs with python 3.3+.

Community

Taiga has a mailing list. Feel free to join it and ask any questions you may have.

To subscribe for announcements of releases, important changes and so on, please follow @taigaio on Twitter.