Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaleidos-ventures/taiga-ncurses
Project management web application with scrum in mind! (Curses client)
https://github.com/kaleidos-ventures/taiga-ncurses
Last synced: 5 days ago
JSON representation
Project management web application with scrum in mind! (Curses client)
- Host: GitHub
- URL: https://github.com/kaleidos-ventures/taiga-ncurses
- Owner: kaleidos-ventures
- License: apache-2.0
- Archived: true
- Created: 2013-04-08T15:09:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T15:41:12.000Z (over 9 years ago)
- Last Synced: 2024-05-06T15:19:43.821Z (6 months ago)
- Language: Python
- Homepage: http://taiga.io
- Size: 3.02 MB
- Stars: 105
- Watchers: 25
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - kaleidos-ventures/taiga-ncurses - Project management web application with scrum in mind! (Curses client) (others)
README
taiga-ncurses
=================.. image:: http://kaleidos.net/static/img/badge.png
:target: http://kaleidos.net/community/greenmine/
.. image:: https://taiga.io/media/support/attachments/article-22/banner-gh.png
:target: https://taiga.io
.. image:: https://travis-ci.org/taigaio/taiga-ncurses.svg?branch=master
:target: https://travis-ci.org/taigaio/taiga-ncurses
.. image:: https://coveralls.io/repos/taigaio/taiga-ncurses/badge.svg?branch=master
:target: https://coveralls.io/r/taigaio/taiga-ncurses?branch=masterA 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 https://github.com/taigaio/taiga-ncurses/issues/4#issuecomment-57717386Setup development environment
-----------------------------Just execute these commands in your virtualenv(wrapper):
.. code-block::
$ pip install -r dev-requirements.txt
$ python setup.py develop
$ py.test # to run the tests
$ taiga-ncurses # to run the appObviously you need the `taiga backend`_ and, if you don't fancy living in darkness,
you can use the `taiga web client`_, sometimes. :PNote: 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... _taiga backend: https://github.com/kaleidos/taiga-back
.. _taiga web client: https://github.com/kaleidos/taiga-front
.. _mailing list: http://groups.google.com/d/forum/taigaio
.. _@taigaio: https://twitter.com/taigaio
.. _PiWeek: http://piweek.com