statement-parser
Advanced tools
+1
-1
| Metadata-Version: 2.2 | ||
| Name: statement_parser | ||
| Version: 0.0.5 | ||
| Version: 0.0.6 | ||
| Summary: Bank Statement Parser is a Python library designed to parse and normalize transaction data from various bank statement formats ( CSV, Excel, etc.) into a consistent and easy-to-use Pandas DataFrame. It supports multiple banks and file formats, making it a versatile tool for financial data analysis. | ||
@@ -5,0 +5,0 @@ Author-email: Khuzema Challawala <khuzema.ac@gmail.com> |
+1
-1
@@ -7,3 +7,3 @@ [build-system] | ||
| name = "statement_parser" | ||
| version = "0.0.5" | ||
| version = "0.0.6" | ||
| authors = [ | ||
@@ -10,0 +10,0 @@ { name="Khuzema Challawala", email="khuzema.ac@gmail.com" }, |
| Metadata-Version: 2.2 | ||
| Name: statement_parser | ||
| Version: 0.0.5 | ||
| Version: 0.0.6 | ||
| Summary: Bank Statement Parser is a Python library designed to parse and normalize transaction data from various bank statement formats ( CSV, Excel, etc.) into a consistent and easy-to-use Pandas DataFrame. It supports multiple banks and file formats, making it a versatile tool for financial data analysis. | ||
@@ -5,0 +5,0 @@ Author-email: Khuzema Challawala <khuzema.ac@gmail.com> |
@@ -25,5 +25,3 @@ | ||
| _multiplier = -1 | ||
| amount = row["Amount"] * _multiplier | ||
| amount = row["Amount"] | ||
| transaction = Transaction( | ||
@@ -30,0 +28,0 @@ bank=self.__id_bank, |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
66058
-0.07%561
-0.18%