/stripe-datev-exporter

Exports Stripe invoices and payments in DATEV format for bookkeeping

Primary LanguagePythonMIT LicenseMIT

Stripe DATEV Exporter

Environment

Uses Python's virtualenv. To setup initially:

virtualenv -p python3 venv

To activate in your current shell:

. venv/bin/activate