Skip to content

Commit eec951e

Browse files
committed
docs(README): Add centered header with logo matching libtmux style
why: Visual consistency across vcs-python/tmux-python projects what: - Add libvcs SVG logo from docs/_static/img - Convert header to centered HTML layout - Move badges into centered container - Keep tagline as bold paragraph vs blockquote
1 parent fbec3d8 commit eec951e

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# libvcs
2-
3-
[![Python Package](https://img.shields.io/pypi/v/libvcs.svg)](https://pypi.org/project/libvcs/)
4-
[![Python Versions](https://img.shields.io/pypi/pyversions/libvcs.svg)](https://pypi.org/project/libvcs/)
5-
[![CI Status](https://github.com/vcs-python/libvcs/actions/workflows/tests.yml/badge.svg)](https://github.com/vcs-python/libvcs/actions)
6-
[![Code Coverage](https://codecov.io/gh/vcs-python/libvcs/branch/master/graph/badge.svg)](https://codecov.io/gh/vcs-python/libvcs)
7-
[![License](https://img.shields.io/github/license/vcs-python/libvcs.svg)](https://github.com/vcs-python/libvcs/blob/master/LICENSE)
8-
9-
> **The Swiss Army Knife for Version Control Systems in Python.**
1+
<div align="center">
2+
<a href="https://libvcs.git-pull.com/"><img src="https://raw.githubusercontent.com/vcs-python/libvcs/master/docs/_static/img/libvcs.svg" alt="libvcs logo" height="120"></a>
3+
<h1>libvcs</h1>
4+
<p><strong>The Swiss Army Knife for Version Control Systems in Python.</strong></p>
5+
<p>
6+
<a href="https://pypi.org/project/libvcs/"><img src="https://img.shields.io/pypi/v/libvcs.svg" alt="PyPI version"></a>
7+
<a href="https://pypi.org/project/libvcs/"><img src="https://img.shields.io/pypi/pyversions/libvcs.svg" alt="Python versions"></a>
8+
<a href="https://github.com/vcs-python/libvcs/actions"><img src="https://github.com/vcs-python/libvcs/actions/workflows/tests.yml/badge.svg" alt="Tests status"></a>
9+
<a href="https://codecov.io/gh/vcs-python/libvcs"><img src="https://codecov.io/gh/vcs-python/libvcs/branch/master/graph/badge.svg" alt="Coverage"></a>
10+
<a href="https://github.com/vcs-python/libvcs/blob/master/LICENSE"><img src="https://img.shields.io/github/license/vcs-python/libvcs.svg" alt="License"></a>
11+
</p>
12+
</div>
1013

1114
**libvcs** provides a unified, [typed](https://docs.python.org/3/library/typing.html), and pythonic interface for managing Git, Mercurial, and Subversion repositories. Whether you're building a deployment tool, a developer utility, or just need to clone a repo in a script, libvcs handles the heavy lifting.
1215

0 commit comments

Comments
 (0)