jazzband / prettytable

Display tabular data in a visually appealing ASCII table format
https://pypi.org/project/PrettyTable/
Other
1.35k stars 154 forks source link

Add `py.typed` and update `setup.cfg` #211

Closed phershbe closed 1 year ago

phershbe commented 1 year ago

As mentioned here: https://github.com/jazzband/prettytable/issues/203#issuecomment-1295330801

Created py.typed in src/prettytable as a marker file in order to indicate that the package supports typing. Also added Typing :: Typed to setup.cfg as a Trove classifier in the classifiers list in order to help find and classify things on PyPI.

codecov[bot] commented 1 year ago

Codecov Report

Merging #211 (d230f77) into master (d582f49) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #211   +/-   ##
=======================================
  Coverage   94.05%   94.05%           
=======================================
  Files           5        5           
  Lines        2254     2254           
=======================================
  Hits         2120     2120           
  Misses        134      134           
Flag Coverage Δ
macos-latest 94.05% <ø> (ø)
ubuntu-latest 94.05% <ø> (ø)
windows-latest 93.92% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more