2
2
3
3
|pypi | |docs | |build-status | |coverage | |license |
4
4
5
- Install:
5
+ Setup
6
+ -----
6
7
7
8
.. code-block :: sh
8
9
@@ -18,6 +19,8 @@ Open up python:
18
19
$ pip install ptpython
19
20
$ ptpython
20
21
22
+ Usage
23
+ -----
21
24
Create a `Repo `_ object of the project to inspect / checkout / update:
22
25
23
26
.. code-block :: python
@@ -59,17 +62,17 @@ See donation options at https://www.git-pull.com/support.html.
59
62
60
63
More information
61
64
----------------
62
- Python support: Python 2.7, >= 3.4, pypy
63
- VCS supported: git(1), svn(1), hg(1)
64
- Source: https://github.com/vcs-python/libvcs
65
- Docs: https://libvcs.git-pull.com
66
- Changelog: https://libvcs.git-pull.com/history.html
67
- API: https://libvcs.git-pull.com/api.html
68
- Issues: https://github.com/vcs-python/libvcs/issues
69
- Test Coverage: https://codecov.io/gh/vcs-python/libvcs
70
- pypi: https://pypi.python.org/pypi/libvcs
71
- Open Hub: https://www.openhub.net/p/libvcs
72
- License: `MIT `_.
65
+ - Python support: Python 2.7, >= 3.4, pypy
66
+ - VCS supported: git(1), svn(1), hg(1)
67
+ - Source: https://github.com/vcs-python/libvcs
68
+ - Docs: https://libvcs.git-pull.com
69
+ - Changelog: https://libvcs.git-pull.com/history.html
70
+ - API: https://libvcs.git-pull.com/api.html
71
+ - Issues: https://github.com/vcs-python/libvcs/issues
72
+ - Test Coverage: https://codecov.io/gh/vcs-python/libvcs
73
+ - pypi: https://pypi.python.org/pypi/libvcs
74
+ - Open Hub: https://www.openhub.net/p/libvcs
75
+ - License: `MIT `_.
73
76
74
77
.. _MIT : https://opensource.org/licenses/MIT
75
78
.. _Documentation : https://libvcs.git-pull.com/
0 commit comments