-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15fd77d
commit 4d3d781
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
============ | ||
About "PTable" | ||
============ | ||
|
||
See: https://github.com/kxxoling/PTable | ||
|
||
=============== | ||
About this fork, | ||
"ptable": | ||
=============== | ||
This is a low effort fork of the super handy "PTable" library by Kane Blueriver | ||
( https://github.com/kxxoling ). This fork is meant to simply address the capitalization | ||
of the library name "PTable", changing it to "ptable" in order to be more pythonic. | ||
I became interested in this issue after trying to build packages for other projects | ||
which depend on this package. | ||
|
||
This issue is described in the original project here: | ||
https://github.com/kxxoling/PTable/issues/13 | ||
|
||
Also trying to test repackaging for pypi: | ||
https://test.pypi.org/project/ptable/ | ||
ptable 0.9.2 | ||
|
||
To install this fork of "PTable", "ptable": | ||
'pip install -i https://test.pypi.org/simple/ ptable' |