Skip to main content

Parse and convert Invoice PDFs from Trade republic to JSON.

Project description

Logo for transformation of trade republic reports to json

trepublic2json

This is a library for parsing reports and invoices from Trade Republic to JSON. The library provides the command line tool: trepublic2json. It only takes the path to the folder of pdf files as an argument and returns a single json with information from all pdf files.

An example output with a folder containing a single pdf file.

[
    {
        "account_num": "AB01234567890123456",
        "date": "2001-01-01",
        "depot_num": "0123456789",
        "depot_owner": "John Doe",
        "filename": "/path/to/pdfs/ab012345678901234567890123456789.pdf",
        "isin": "GB0123456789",
        "name": "A Company that Manufactures Everything (ACME)",
        "order_id": "c829-8f27",
        "order_type": "buy",
        "share_price": 0.07,
        "shares": 900.0,
        "total_check_amount": -64.0,
        "total_share_price": 63.0,
        "total_share_price_calc": 63.00000000000001,
        "transaction_id": "o832-a928"
    }
]

Install

You can install trepublic2json using either pypi:

pip install trepublic2json

Or from source using rye:

git clone git@github.com:ucyo/trepublic2json.git && cd trepublic2json && rye install .

Usage

Once the package is installed you can use the command-line tool trepublic2json:

> trepublic2json --help
usage: trepublic2json [-h] path

positional arguments:
  path        Path of the pdf files to parse.

options:
  -h, --help  show this help message and exit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trepublic2json-0.3.7.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

trepublic2json-0.3.7-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file trepublic2json-0.3.7.tar.gz.

File metadata

  • Download URL: trepublic2json-0.3.7.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for trepublic2json-0.3.7.tar.gz
Algorithm Hash digest
SHA256 7a695f3861532971fb063445a15537467636b6566d8f07c527906021dfa70910
MD5 a34eeee74566308daea29d86f9c859a4
BLAKE2b-256 fee83298f2cb2cd859c5b1edd0171466729e5d5ed5295f8fc431cc946f57f54c

See more details on using hashes here.

File details

Details for the file trepublic2json-0.3.7-py3-none-any.whl.

File metadata

File hashes

Hashes for trepublic2json-0.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 a5ce63259c44020c98299062ad4cdd0733c0103a04340e88f79c0293878b5b34
MD5 6b15a4506ef858f345149ba1b24d3e67
BLAKE2b-256 a96eb506470eb413920afd10e2091385cdc0044b87b37c3a680cd6aa49f01ba3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page