{"id":28865875,"url":"https://github.com/pb-/beancount-comdirect","last_synced_at":"2025-10-23T22:05:50.595Z","repository":{"id":43737559,"uuid":"331453795","full_name":"pb-/beancount-comdirect","owner":"pb-","description":"A beancount importer for comdirect","archived":false,"fork":false,"pushed_at":"2022-02-20T21:14:29.000Z","size":46,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-30T19:54:53.836Z","etag":null,"topics":["beancount","comdirect","plaintext-accounting"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pb-.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-20T22:52:54.000Z","updated_at":"2022-09-13T04:16:17.000Z","dependencies_parsed_at":"2022-08-22T14:10:10.932Z","dependency_job_id":null,"html_url":"https://github.com/pb-/beancount-comdirect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pb-/beancount-comdirect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pb-%2Fbeancount-comdirect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pb-%2Fbeancount-comdirect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pb-%2Fbeancount-comdirect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pb-%2Fbeancount-comdirect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pb-","download_url":"https://codeload.github.com/pb-/beancount-comdirect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pb-%2Fbeancount-comdirect/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260927878,"owners_count":23084111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beancount","comdirect","plaintext-accounting"],"created_at":"2025-06-20T10:39:32.496Z","updated_at":"2025-10-23T22:05:50.577Z","avatar_url":"https://github.com/pb-.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# beancount-comdirect\n\nA [beancount](https://github.com/beancount/beancount) importer for [comdirect](https://comdirect.de). **Work in progress.**\n\n\n## Usage\n\n```python\nfrom beancount_comdirect.multi_importer import MultiImporter\nfrom beancount_comdirect.accounts import (\n    CHECKING, SAVINGS, BROKERAGE, CREDIT\n)\n\nCONFIG = [\n    # Note that you have to configure the importer once per each account type\n    # that want to enable (CSVs always contain all accounts).\n\n    MultiImporter(CHECKING, 'Assets:Checking'),\n    # MultiImporter(SAVINGS, 'Assets:Savings'),\n    # MultiImporter(BROKERAGE, 'Assets:Stocks'),\n    # MultiImporter(CREDIT, 'Liabilities:Credit'),\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpb-%2Fbeancount-comdirect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpb-%2Fbeancount-comdirect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpb-%2Fbeancount-comdirect/lists"}