{"id":21884603,"url":"https://github.com/ecopque/simple_banking_system","last_synced_at":"2025-03-22T01:29:43.463Z","repository":{"id":198698564,"uuid":"700922413","full_name":"ecopque/simple_banking_system","owner":"ecopque","description":"This script set creates a simple banking system, just as a demonstration of the use of object-oriented concepts, including abstraction, encapsulation, and polymorphism.","archived":false,"fork":false,"pushed_at":"2024-08-28T18:38:23.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T19:44:08.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://linktr.ee/edsoncopque","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/ecopque.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,"publiccode":null,"codemeta":null}},"created_at":"2023-10-05T14:56:11.000Z","updated_at":"2024-08-28T18:38:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c1aed6c-9fe4-4bb0-85a5-463f01a5e491","html_url":"https://github.com/ecopque/simple_banking_system","commit_stats":null,"previous_names":["ecopsantos1/sistema_bancario_simples","ecopque/sistema_bancario_simples","ecopque/simple_banking_system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecopque%2Fsimple_banking_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecopque%2Fsimple_banking_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecopque%2Fsimple_banking_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecopque%2Fsimple_banking_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecopque","download_url":"https://codeload.github.com/ecopque/simple_banking_system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244892828,"owners_count":20527501,"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":[],"created_at":"2024-11-28T10:14:52.039Z","updated_at":"2025-03-22T01:29:43.440Z","avatar_url":"https://github.com/ecopque.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Banking System\n\nThis Python script demonstrates a simple banking system implemented using object-oriented programming principles such as abstraction, encapsulation, and polymorphism.\nOverview\n\n## The project consists of three main modules:\n\n- contas.py: Defines abstract classes for bank accounts (Conta) and specific types of accounts such as savings (ContaPoupanca) and current accounts (ContaCorrente). It includes methods for depositing and withdrawing money from accounts.\n- pessoas.py: Defines classes for individuals (Pessoa) and clients (Cliente). A client can have a bank account associated with them.\n- banco.py: Defines the Banco class, which represents a bank and provides methods for authenticating clients and managing accounts.\n\n## Usage\n\n- Run the banco.py script to create a bank instance.\n- Instantiate clients and accounts using classes defined in pessoas.py and contas.py.\n- Add clients and accounts to the bank instance.\n- Authenticate clients and perform banking operations such as depositing and withdrawing money.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecopque%2Fsimple_banking_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecopque%2Fsimple_banking_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecopque%2Fsimple_banking_system/lists"}