1
0
Commit Graph

24 Commits

Author SHA1 Message Date
2fd57bf193 Hurray! A huge refactoring! 2020-07-07 02:28:33 +04:00
df9a8f0632 A little clean up. 2020-07-07 02:28:31 +04:00
2a126c3dfd Also I renamed main.py ot __main__.py and placed in root directory. 2020-06-30 23:46:15 +04:00
f2da816be5 I changed the license from WTFPLv2 to MIT. 2020-06-30 23:45:17 +04:00
f2d2e75128 I moved built-in currencies to a configuration file. Made some clean ups, fixed what I've done last night. I guess, it's READY! 2020-06-07 20:41:17 +04:00
f4f026f8b2 Final rewrite of CLI arguments form. Now program has single entry point that serves everything. README to be updated. 2020-06-07 04:47:15 +04:00
ab6647ceb3 Added possibility to add missing currencies through config. 2020-06-06 03:00:36 +04:00
945110f89f Alas, I can't use attr: with author and author_email. :( 2020-06-05 04:20:47 +04:00
1da27a0271 Massive refactoring continues. All the mess I made last night is fixed next night. Program works! 2020-06-05 03:51:29 +04:00
f58b675107 argparse package was thrown the heck out and replaced with regexp. It has resulted in change of arguments' structure. Configuration class put in action. All these changes are to be tested. 2020-06-04 05:11:29 +04:00
f99ce3f6cc First part of a massive refactoring. Also Configuration class that'll be used to store a default currency in a config file was added. 2020-06-04 03:12:31 +04:00
d27f42644d Minor refactoring of Transaction class. 2020-05-19 02:36:00 +04:00
92443d59a9 Build scripts replaced by Makefile. Minor update for setup.cfg. Added main.py
(to be written) that will replace current CLI realisation.
2020-05-19 02:13:36 +04:00
Alexander "Arav" Andreev
d9dbf0fb8d Performed some refactoring on an existing code base before further work. 2020-03-27 20:14:22 +04:00
Alexander "Arav" Andreev
fc15b333b7 README.md updated. Added name of config file. To be thinked on how to implement configuration. There's only one option to store, but I want to come up with solution suitable to use in future. 2019-12-29 22:40:50 +04:00
Alexander "Arav" Andreev
684bb1a457 ...And instantly shitted my pants. I forgot to add 'f' to a string. FUUUUU 2019-12-29 18:39:38 +04:00
Alexander "Arav" Andreev
7e407297d9 Brought __date__ field into use. 2019-12-29 18:38:11 +04:00
Alexander "Arav" Andreev
413c63a688 Shit! Forgot to update __date__ field to last modified date, LOL. 2019-12-29 18:36:22 +04:00
Alexander "Arav" Andreev
647ce92db3 Yep, it's ready but I suddenly decided to put my surname in author name. 2019-12-29 18:34:55 +04:00
Alexander "Arav" Andreev
1157c7b7d4 LOL, forgot this one. Now I think it's ready for 1.0.0. :) 2019-12-29 18:33:38 +04:00
Alexander "Arav" Andreev
ca5d2157c8 A little edit of strings and docstrings. Sorted imports ascendingly.
Added replacement of letter T that separates data and time in a timestamp.
So timestamps now are looking prettier.
2019-12-29 18:26:37 +04:00
Alexander "Arav" Andreev
558257e674 Fixed recursion error. Worked in 3.7.x, 3.8.x doesn't differ variables and properties of same name. 2019-12-27 12:54:58 +04:00
Alexander "Arav" Andreev
be640a8b60 Added TypedDict implementation for currencies. 2019-12-26 00:00:59 +04:00
Alexander "Arav" Andreev
da5f71ab2c Initial commit adding everything that consists the project. 2019-12-25 23:08:20 +04:00