{"id":19316624,"url":"https://github.com/wisskirchenj/simple-banking","last_synced_at":"2026-05-18T05:04:26.187Z","repository":{"id":230465562,"uuid":"622279422","full_name":"wisskirchenj/simple-banking","owner":"wisskirchenj","description":"Simple credit card account system in Python using sqlite.","archived":false,"fork":false,"pushed_at":"2024-03-29T22:05:56.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T04:12:36.068Z","etag":null,"topics":["python-3-11","sqlalchemy-orm","sqlite3"],"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/wisskirchenj.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-04-01T16:36:14.000Z","updated_at":"2023-06-19T00:35:52.000Z","dependencies_parsed_at":"2024-03-29T23:32:02.929Z","dependency_job_id":null,"html_url":"https://github.com/wisskirchenj/simple-banking","commit_stats":null,"previous_names":["wisskirchenj/simple-banking"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisskirchenj%2Fsimple-banking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisskirchenj%2Fsimple-banking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisskirchenj%2Fsimple-banking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisskirchenj%2Fsimple-banking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisskirchenj","download_url":"https://codeload.github.com/wisskirchenj/simple-banking/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240420938,"owners_count":19798501,"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":["python-3-11","sqlalchemy-orm","sqlite3"],"created_at":"2024-11-10T01:12:02.796Z","updated_at":"2026-05-18T05:04:21.147Z","avatar_url":"https://github.com/wisskirchenj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IDEA EDU Course\n\nProject implemented in the track 'SQL with Python' of hyperskill.org JetBrains Academy. Purpose of doing this\nproject is to further practice and stay in touch with Python programming.\n\n## Technology / External Libraries\n\n- Python 3.11.3,\n- with packages: SQLAlchemy (ORM \u0026 Core) 2.0.9, typing, typing_extensions, random, os, unittest, unittest.mock, parameterized\n\n## Repository Contents\n\nThe sources of main project tasks (4 stages) and pytest testing.\n\n## Installation\n\nInstall the wheel file using pip after clone/fork:\n\n    \u003e pip install dist/banking-3.11.3.post1-py3-none-any.whl\n\n## Program description\n\nSimple banking is mainly about credit card accounts and a CL-menu to add cards, do transactions, see balances and\nstuff like that. Transactions as well as the credit card accounts are stored in an SQLite-database using database\ntransactions.\n\nHave fun!\n\n## Project completion\n\nProject was completed on 09.04.23\n\n## Progress\n\n01.04.23 Project started - gitHub repo and project structure setup.\n\n03.04.23 Stage 1 completed - creation of credit cards, user session to login to account, used @patch.object of\nunittest.mock to replace method with mock.\n\n04.04.23 Stage 2 completed - implement luhn algorithm for checksum to yield valid credit card number. Parameterized\ntests with package parameterized.\n\n08.04.23 Stage 3 completed - bind SQLite database with SQLAlchemy 2.0.9 to the credit card accounts. Use new Declarative\nORM-mapping of SQLAlchemy with Dataclasses.\n\n09.04.23 Final Stage 4 completed - Add deposit, transfer and close account functionality. Full coverage integration \ntesting with mock input and mocking random.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisskirchenj%2Fsimple-banking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisskirchenj%2Fsimple-banking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisskirchenj%2Fsimple-banking/lists"}