1
1
Metadata-Version: 2.3
2
2
Name: prettytable
3
- Version: 3.11 .0
3
+ Version: 3.12 .0
4
4
Summary: A simple Python library for easily displaying tabular data in a visually appealing ASCII table format
5
- Project-URL: Changelog, https://github.com/jazzband/prettytable/releases
6
- Project-URL: Homepage, https://github.com/jazzband/prettytable
7
- Project-URL: Source, https://github.com/jazzband/prettytable
5
+ Project-URL: Changelog, https://github.com/prettytable/prettytable/releases
6
+ Project-URL: Funding, https://tidelift.com/subscription/pkg/pypi-prettytable?utm_source=pypi-prettytable&utm_medium=pypi
7
+ Project-URL: Homepage, https://github.com/prettytable/prettytable
8
+ Project-URL: Source, https://github.com/prettytable/prettytable
8
9
Author-email: Luke Maurits <luke@maurits.id.au>
9
- Maintainer: Jazzband
10
- License: BSD (3 clause)
10
+ Maintainer: Hugo van Kemenade
11
+ License-Expression : BSD-3-Clause
11
12
License-File: LICENSE
12
13
Classifier: License :: OSI Approved :: BSD License
13
14
Classifier: Programming Language :: Python
14
15
Classifier: Programming Language :: Python :: 3 :: Only
15
- Classifier: Programming Language :: Python :: 3.8
16
16
Classifier: Programming Language :: Python :: 3.9
17
17
Classifier: Programming Language :: Python :: 3.10
18
18
Classifier: Programming Language :: Python :: 3.11
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
22
22
Classifier: Programming Language :: Python :: Implementation :: PyPy
23
23
Classifier: Topic :: Text Processing
24
24
Classifier: Typing :: Typed
25
- Requires-Python: >=3.8
25
+ Requires-Python: >=3.9
26
26
Requires-Dist: wcwidth
27
27
Provides-Extra: tests
28
28
Requires-Dist: pytest; extra == 'tests'
@@ -32,13 +32,13 @@ Description-Content-Type: text/markdown
32
32
33
33
# PrettyTable
34
34
35
- [](https://jazzband.co/)
36
35
[](https://pypi.org/project/prettytable/)
37
36
[](https://pypi.org/project/prettytable/)
38
37
[](https://pypistats.org/packages/prettytable)
39
- [](https://github.com/jazzband/prettytable/actions)
40
- [](https://codecov.io/gh/jazzband/prettytable)
41
- [](https://github.com/psf/black)
38
+ [](https://github.com/prettytable/prettytable/actions)
39
+ [](https://codecov.io/gh/prettytable/prettytable)
40
+ [](https://github.com/psf/black)
41
+ [](https://tidelift.com/subscription/pkg/pypi-prettytable?utm_source=pypi-prettytable&utm_medium=badge)
42
42
43
43
PrettyTable lets you print tables in an attractive ASCII form:
44
44
@@ -64,11 +64,11 @@ Install via pip:
64
64
65
65
Install latest development version:
66
66
67
- python -m pip install -U git+https://github.com/jazzband /prettytable
67
+ python -m pip install -U git+https://github.com/prettytable /prettytable
68
68
69
69
Or from `requirements.txt`:
70
70
71
- -e git://github.com/jazzband /prettytable.git#egg=prettytable
71
+ -e git://github.com/prettytable /prettytable.git#egg=prettytable
72
72
73
73
## Tutorial on how to use the PrettyTable API
74
74
0 commit comments