Robpol86 / terminaltables

Project no longer maintained.
https://github.com/matthewdeanmartin/terminaltables
MIT License
689 stars 70 forks source link

Table footing, CI fix. #7

Closed Robpol86 closed 9 years ago

Robpol86 commented 9 years ago

Updated meta files to use the same ones in my other projects.

Renamed new footing api from "bottom" for consistency (heading and footing, etc).

Removing hyperlinked titles in README, GitHub already does that anyway.

Moving requirements to setup.py file instead of external requirements files.

Moving pdb/etc commands from setup.py into tox.

Pinning flake8-import-order since the latest version has a bug.

Using colorclass' WindowsCSBI instead of duplicate code here.