Skip to content

Python library for fetching and parsing credit card statements

License

Notifications You must be signed in to change notification settings

vmalloc/pycredit

Repository files navigation

Overview

pycredit is a Python library for fetching and parsing credit card statements from various credit card services.

Usage

from pycredit.il_leumi_card import LeumiCardImporter

importer = LeumiCardImporter((username, password))
for charge in importer.fetch():
	print('Paid', charge.amount, 'to', charge.payee, 'on', charge.date)

Supported Providers

  • LeumiCard (Israel)

Licence

MIT

About

Python library for fetching and parsing credit card statements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published