Metadata-Version: 2.4
Name: esewa-xls-to-csv
Version: 1.0.0
Summary: Convert eSewa XLS statement to CSV for homebank
Author-email: Pradish Bijukchhe <pradish@sandbox.com.np>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pradishb/esewa-xls-to-csv
Project-URL: Issues, https://github.com/pradishb/esewa-xls-to-csv/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xlrd>=2.0.2
Provides-Extra: pre-commit
Requires-Dist: pre-commit; extra == "pre-commit"
Dynamic: license-file

# esewa-xls-to-csv

Convert eSewa XLS statement to CSV for homebank

## Installation

You can install the package via pip:

```
pip install esewa-xls-to-csv
```

## Usage

```
esewa-xls-to-csv input.xls
```

## Output

```
02-06-2026;4;;;1XXXXXX, Fund Transferred to XXX;-180.0;;
02-04-2026;4;;;1XXXXXX, Paid for XXX;-280.0;;
01-26-2026;4;;;1XXXXXX, Fund Transferred to XXX;-3000.0;;
```

## License

This project is licensed under the terms of the MIT license.
