]> git.armaanb.net Git - lightcards.git/history - lightcards/parse.py
Restructure menu and help into seperate classes
[lightcards.git] / lightcards / parse.py
2021-02-09 Armaan BhojwaniMake parser reject single column tables
2021-02-09 Armaan BhojwaniChange Card() from extending list to independent
2021-02-09 Armaan BhojwaniOnly grab data from first table in file
2021-02-09 Armaan BhojwaniCompress error exit
2021-02-08 Armaan BhojwaniReformat using Black
2021-02-01 Armaan BhojwaniClean up pickle implementation
2021-01-31 Armaan BhojwaniRemove executable permission on some files
2021-01-31 Armaan BhojwaniMake file not found error print more standard
2021-01-31 Armaan BhojwaniMake file not found exception prettier
2021-01-31 Armaan BhojwaniClean input better, only parse first two columns
2021-01-31 Armaan BhojwaniAdd comments to code
2021-01-31 Armaan BhojwaniAdd ability to star cards
2021-01-31 Armaan BhojwaniFix style per the suggestions of Flake8
2021-01-30 Armaan BhojwaniAdd setup.py, and make into actual Python module