@@ -155,7 +155,6 @@ powerful traversal features::
155155 >>> pane.window.session
156156 Session($3 foo)
157157
158- .. _MIT : http://opensource.org/licenses/MIT
159158.. _developing and testing : http://libtmux.git-pull.com/en/latest/developing.html
160159.. _tmuxp : https://tmuxp.git-pull.com/
161160.. _documentation : https://libtmux.git-pull.com/
@@ -176,39 +175,19 @@ See donation options at https://git-pull.com/support.html.
176175
177176Project details
178177---------------
178+ - tmux support: 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
179+ - python support: 2.7, >= 3.3, pypy, pypy3
180+ - Source: https://github.com/tmux-python/libtmux
181+ - Docs: https://libtmux.git-pull.com
182+ - API: https://libtmux.git-pull.com/en/latest/api.html
183+ - Changelog: https://libtmux.git-pull.com/en/latest/history.html
184+ - Issues: https://github.com/tmux-python/libtmux/issues
185+ - Test Coverage: https://codecov.io/gh/tmux-python/libtmux
186+ - pypi: https://pypi.python.org/pypi/libtmux
187+ - Open Hub: https://www.openhub.net/p/libtmux-python
188+ - License: `MIT `_.
179189
180- ============== ==========================================================
181- tmux support 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
182- python support 2.7, >= 3.3, pypy, pypy3
183- Source https://github.com/tmux-python/libtmux
184- Docs https://libtmux.git-pull.com
185- API https://libtmux.git-pull.com/en/latest/api.html
186- Changelog https://libtmux.git-pull.com/en/latest/history.html
187- Issues https://github.com/tmux-python/libtmux/issues
188- Test Coverage https://codecov.io/gh/tmux-python/libtmux
189- pypi https://pypi.python.org/pypi/libtmux
190- Open Hub https://www.openhub.net/p/libtmux-python
191- License `MIT `_.
192- git repo .. code-block:: bash
193-
194- $ git clone https://github.com/tmux-python/libtmux.git
195- install stable .. code-block:: bash
196-
197- $ pip install libtmux
198- install dev .. code-block:: bash
199-
200- $ git clone https://github.com/tmux-python/libtmux.git libtmux
201- $ cd ./libtmux
202- $ virtualenv .venv
203- $ source .venv/bin/activate
204- $ pip install -e .
205-
206- See the `developing and testing `_ page in the docs for
207- more.
208- tests .. code-block:: bash
209-
210- $ make test
211- ============== ==========================================================
190+ .. _MIT : http://opensource.org/licenses/MIT
212191
213192.. |pypi | image :: https://img.shields.io/pypi/v/libtmux.svg
214193 :alt: Python Package
0 commit comments