Skip to content

Commit 9a26453

Browse files
committed
Update README
1 parent 395d50a commit 9a26453

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
# cmd2-table
1+
<h1 align="center">cmd2-table : Backport of cmd2.table_creator module from cmd2 2.7.0 to ease migration to cmd2 3.x</h1>
22

3-
Backport of cmd2.table_creator module from cmd2 2.7.0 to ease migration to cmd2 3.x
3+
[![Latest Version](https://img.shields.io/pypi/v/cmd2-table.svg?style=flat-square&label=latest%20stable%20version)](https://pypi.python.org/pypi/cmd2-table/)
4+
[![GitHub Actions](https://github.com/python-cmd2/cmd2-table/workflows/Tests/badge.svg)](https://github.com/python-cmd2/cmd2-table/actions?query=workflow%3ATests)
5+
6+
cmd2-table is a backport of the cmd2.table_creator module from cmd2 2.7.0. It exists to ease the
7+
migration from cmd2 2.x to cmd2 3.x. In cmd2 3.x, there is no built-in table creation functionality
8+
since cmd2 now has a dependency on [rich](https://github.com/Textualize/rich) which has great
9+
support for creating tables.

0 commit comments

Comments
 (0)