We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab20ba3 commit 99eb0b6Copy full SHA for 99eb0b6
3 files changed
.gitignore
@@ -1,5 +1,4 @@
1
*~
2
+*#
3
*.pyc
-consumer_oauth.json
4
-*.pkl
5
*bank*
src/.gitignore
@@ -0,0 +1,5 @@
+*~
+*.pyc
+consumer_oauth.json
+*.pkl
+*bank*
test/csv_settings.pkl
@@ -0,0 +1,24 @@
+(i__main__
+CsvSettings
+p0
+(dp1
+S'remember'
6
+p2
7
+I01
8
+sS'has_title_row'
9
+p3
10
11
+sS'amount_col'
12
+p4
13
+I1
14
+sS'desc_col'
15
+p5
16
+I4
17
+sS'local_currency'
18
+p6
19
+S'CAD'
20
+p7
21
+sS'date_col'
22
+p8
23
+I0
24
+sb.
0 commit comments