{"id":20346628,"url":"https://github.com/arthurfdlr/beancount-bd","last_synced_at":"2025-08-03T19:39:27.204Z","repository":{"id":58276425,"uuid":"530069009","full_name":"ArthurFDLR/beancount-bd","owner":"ArthurFDLR","description":" 💸 Beancount Importer for Bourse Direct trades history (HTML table) - Pypi package","archived":false,"fork":false,"pushed_at":"2023-02-07T02:49:23.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-15T05:05:32.959Z","etag":null,"topics":["accounting","banking","beancount","finance","personal-finance","plaintext-accounting","pypi","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArthurFDLR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-29T04:46:58.000Z","updated_at":"2022-09-25T21:12:10.000Z","dependencies_parsed_at":"2024-11-15T01:03:04.948Z","dependency_job_id":null,"html_url":"https://github.com/ArthurFDLR/beancount-bd","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"585a5d1efbcbaa788d07eebd78f0dbd5bb3ba207"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArthurFDLR%2Fbeancount-bd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArthurFDLR%2Fbeancount-bd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArthurFDLR%2Fbeancount-bd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArthurFDLR%2Fbeancount-bd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArthurFDLR","download_url":"https://codeload.github.com/ArthurFDLR/beancount-bd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241877420,"owners_count":20035403,"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":["accounting","banking","beancount","finance","personal-finance","plaintext-accounting","pypi","python"],"created_at":"2024-11-14T22:13:40.950Z","updated_at":"2025-03-04T15:47:44.457Z","avatar_url":"https://github.com/ArthurFDLR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beancount Bourse Direct Importer\r\n\r\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ArthurFDLR/beancount-bd/beancount-bd?style=for-the-badge)](https://github.com/ArthurFDLR/beancount-bd/actions)\r\n[![PyPI](https://img.shields.io/pypi/v/beancount-bd?style=for-the-badge)](https://pypi.org/project/beancount-bd/)\r\n[![PyPI - Version](https://img.shields.io/pypi/pyversions/beancount-bd.svg?style=for-the-badge)](https://pypi.org/project/beancount-bd/)\r\n[![GitHub](https://img.shields.io/github/license/ArthurFDLR/beancount-bd?style=for-the-badge)](https://github.com/ArthurFDLR/beancount-bd/blob/master/LICENSE.txt)\r\n[![Linting](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge)](https://github.com/psf/black)\r\n\r\n`beancount-bd` provides an order history importer for the brooker [Bourse Direct](http://www.boursedirect.fr) to the [Beancount](http://furius.ca/beancount/) format.\r\n\r\n## Installation\r\n\r\n```console\r\n    $ pip install beancount-bd\r\n```\r\n\r\n## Usage\r\n\r\nAdd ```BDImporter``` to your [Beancount importers config file](https://beancount.github.io/docs/importing_external_data.html#configuration).\r\n\r\n```python\r\nCONFIG = [\r\n    BDImporter(\r\n        account='Assets:FR:BD:PEA',\r\n        fee_category='Expenses:Finances:Commission',\r\n        tickers_lut={\r\n            \"AM.E.P.SP500\": \"PE500\",\r\n            \"LY.PEANASD\": \"PUST\",\r\n            \"MSC.EM\": \"PAEEM\",\r\n            \"MSC.EUR\": \"PCEU\",\r\n        }\r\n    ),\r\n]\r\n```\r\n\r\n## Contribution\r\n\r\nFeel free to contribute!\r\n\r\nPlease make sure you have Python 3.6+ and [`Poetry`](https://poetry.eustace.io/) installed.\r\n\r\n1. Git clone the repository - `git clone https://github.com/ArthurFDLR/beancount-bd`\r\n\r\n2. Install the packages required for development - `poetry install`\r\n\r\n3. That's basically it. You should now be able to run lint checks and the test suite - `make lint test`.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurfdlr%2Fbeancount-bd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthurfdlr%2Fbeancount-bd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurfdlr%2Fbeancount-bd/lists"}