0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move outputing stocks table outside loop to print once More... over 11 years ago
Merge pull request #4 from lionelyoung/master More... over 11 years ago
Merge branch 'yquote-dev' More... about 12 years ago
version number++ More... about 12 years ago
version number ++ More... about 12 years ago
revamping the whole portfolio class More... about 12 years ago
Adding the prettytable and pyparsing source files instead of the binaries to prvent the badmagic number errors. More... about 12 years ago
removed tab characters from the script More... about 12 years ago
version++ More... about 12 years ago
adding my .gitignore file More... about 12 years ago
1)hacked prettytable module using pyparsing module. I am resuing the code and not violating any copyright of the author of both pyparsing and prettytable 2) Gains are colored appropriately to show your profits More... about 12 years ago
adding the delete function which helps deletes the portfolio database More... about 12 years ago
some minor code changes More... about 12 years ago
adding a proper description of the app More... about 12 years ago
bumping version number to 1.0.0 beta More... about 12 years ago
removing db files More... about 12 years ago
the porfolio db is local More... about 12 years ago
lil more tuning More... about 12 years ago
adding a sensible description More... about 12 years ago
tuning the sellstock method. More... about 12 years ago
Adding some help text and doing more exception handling. More... about 12 years ago
adding appropriate error message when the portfolio database is already exsiting More... about 12 years ago
making the sid column unique to prevent addition of duplicate stocks More... about 12 years ago
updating the delstock method with sell as it makes more sense More... about 12 years ago
adding database files which have changes More... about 12 years ago
fixed a major bug addition and deletion of stocks. Thanks to my stupid logical error :) More... about 12 years ago
made the portfolio class powerful, added functions update,create,addstock,show More... about 12 years ago
created a class protfolio with update action method More... about 12 years ago
adding the sample database file More... about 12 years ago
playing with sqlite3 db access More... about 12 years ago