Skip to content

Commit

Permalink
Merge branch 'master' into 10.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Aug 5, 2021
2 parents c367751 + 8d52f96 commit a46f835
Show file tree
Hide file tree
Showing 20 changed files with 1,827 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
- uses: actions/checkout@v2
- run: python3 -m pip install codespell
- run: codespell --ignore-words-list="ba,fo,hel,revered,womens"
--skip="./README.de.md,./README.es.md,./README.sv.md,*.svg"
--skip="./README.de.md,./README.es.md,./README.sv.md,./README.fr.md,./README.de-ch.md,./README.hi.md,./README.pt-br.md,*.svg"
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ The following people have contributed to the development of Rich:
- [Alexander Mancevice](https://github.com/amancevice)
- [Will McGugan](https://github.com/willmcgugan)
- [Nathan Page](https://github.com/nathanrpage97)
- [Kylian Point](https://github.com/p0lux)
- [Clément Robert](https://github.com/neutrinoceros)
- [Gabriele N. Tornetta](https://github.com/p403n1x87)
8 changes: 6 additions & 2 deletions README.cn.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Rich

[![Downloads](https://pepy.tech/badge/rich/month)](https://pepy.tech/project/rich)
[![PyPI version](https://badge.fury.io/py/rich.svg)](https://badge.fury.io/py/rich)
[![codecov](https://codecov.io/gh/willmcgugan/rich/branch/master/graph/badge.svg)](https://codecov.io/gh/willmcgugan/rich)
[![Rich blog](https://img.shields.io/badge/blog-rich%20news-yellowgreen)](https://www.willmcgugan.com/tag/rich/)
[![Twitter Follow](https://img.shields.io/twitter/follow/willmcgugan.svg?style=social)](https://twitter.com/willmcgugan)

![Logo](https://github.com/willmcgugan/rich/raw/master/imgs/logo.svg)

[中文 readme](https://github.com/willmcgugan/rich/blob/master/README.cn.md)[Lengua española readme](https://github.com/willmcgugan/rich/blob/master/README.es.md)[Deutsche readme](https://github.com/willmcgugan/rich/blob/master/README.de.md)[Läs på svenska](https://github.com/willmcgugan/rich/blob/master/README.sv.md)[日本語 readme](https://github.com/willmcgugan/rich/blob/master/README.ja.md)[한국어 readme](https://github.com/willmcgugan/rich/blob/master/README.kr.md)[Français readme](https://github.com/willmcgugan/rich/blob/master/README.fr.md)[Schwizerdütsch readme](https://github.com/willmcgugan/rich/blob/master/README.de-ch.md)[हिन्दी readme](https://github.com/willmcgugan/rich/blob/master/README.hi.md)
[Português brasileiro readme](https://github.com/willmcgugan/rich/blob/master/README.pt-br.md)

Rich 是一个 Python 库,可以为您在终端中提供富文本和精美格式。

[Rich API](https://rich.readthedocs.io/en/latest/) 可以很容易的在终端输出添加各种颜色和不同风格。Rich 还可以绘制漂亮的表格,进度条,markdown,突出显示语法的源代码及回溯等等,不胜枚举。
Expand Down
Loading

0 comments on commit a46f835

Please sign in to comment.