@@ -153,41 +153,17 @@ See donation options at https://git-pull.com/support.html.
153153
154154Project details
155155---------------
156-
157- ============== ==========================================================
158- tmux support 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7. 2.8
159- python support 2.7, >= 3.5, pypy, pypy3
160- config support yaml, json, python dict
161- Source https://github.com/tmux-python/tmuxp
162- Docs http://tmuxp.git-pull.com
163- API http://tmuxp.git-pull.com/en/latest/api.html
164- Changelog http://tmuxp.git-pull.com/en/latest/history.html
165- Issues https://github.com/tmux-python/tmuxp/issues
166- Travis http://travis-ci.org/tmux-python/tmuxp
167- Test Coverage https://codecov.io/gh/tmux-python/tmuxp
168- pypi https://pypi.python.org/pypi/tmuxp
169- Open Hub https://www.openhub.net/p/tmuxp
170- License `MIT `_.
171- git repo .. code-block:: bash
172-
173- $ git clone https://github.com/tmux-python/tmuxp.git
174- install stable .. code-block:: bash
175-
176- $ pip install --user tmuxp
177- install dev .. code-block:: bash
178-
179- $ git clone https://github.com/tmux-python/tmuxp.git tmuxp
180- $ cd ./tmuxp
181- $ virtualenv .venv
182- $ source .venv/bin/activate
183- $ pip install -e .
184-
185- See the `developing and testing `_ page in the docs for
186- more.
187- tests .. code-block:: bash
188-
189- $ make test
190- ============== ==========================================================
156+ - tmux support: 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
157+ - python support: 2.7, >= 3.3, pypy, pypy3
158+ - Source: https://github.com/tmux-python/tmuxp
159+ - Docs: https://tmuxp.git-pull.com
160+ - API: https://tmuxp.git-pull.com/api.html
161+ - Changelog: https://tmuxp.git-pull.com/history.html
162+ - Issues: https://github.com/tmux-python/tmuxp/issues
163+ - Test Coverage: https://codecov.io/gh/tmux-python/tmuxp
164+ - pypi: https://pypi.python.org/pypi/tmuxp
165+ - Open Hub: https://www.openhub.net/p/tmuxp-python
166+ - License: `MIT `_.
191167
192168.. _MIT : http://opensource.org/licenses/MIT
193169.. _developing and testing : http://tmuxp.git-pull.com/en/latest/developing.html
0 commit comments