{"id":19901224,"url":"https://github.com/rbaltrusch/batch_transactions","last_synced_at":"2026-02-18T02:02:01.502Z","repository":{"id":134139602,"uuid":"470324811","full_name":"rbaltrusch/batch_transactions","owner":"rbaltrusch","description":"An object-oriented transaction management system written in batchfile","archived":false,"fork":false,"pushed_at":"2025-09-02T16:12:22.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-15T03:17:11.529Z","etag":null,"topics":["batch","batch-file","batch-script","batchfile","object-oriented-programming","oop","oop-examples","transaction","transaction-management","transaction-manager","transactions"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","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/rbaltrusch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2022-03-15T20:40:27.000Z","updated_at":"2025-09-02T16:12:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"e34ba20c-ce66-492b-a7e6-7029e14906da","html_url":"https://github.com/rbaltrusch/batch_transactions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rbaltrusch/batch_transactions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fbatch_transactions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fbatch_transactions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fbatch_transactions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fbatch_transactions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbaltrusch","download_url":"https://codeload.github.com/rbaltrusch/batch_transactions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fbatch_transactions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29566366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T00:47:08.760Z","status":"online","status_checked_at":"2026-02-18T02:00:09.468Z","response_time":162,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["batch","batch-file","batch-script","batchfile","object-oriented-programming","oop","oop-examples","transaction","transaction-management","transaction-manager","transactions"],"created_at":"2024-11-12T20:14:25.198Z","updated_at":"2026-02-18T02:02:01.464Z","avatar_url":"https://github.com/rbaltrusch.png","language":"Batchfile","readme":"[![Run Tests](https://github.com/rbaltrusch/batch_transactions/actions/workflows/run_tests.yml/badge.svg)](https://github.com/rbaltrusch/batch_transactions/actions/workflows/run_tests.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](https://opensource.org/licenses/MIT)\n\n# Batch transaction management system\n\nAn object-oriented transaction management system written in MSDOS Batch to test out the object-oriented capabilities of the [objectbatch](https://github.com/rbaltrusch/objectbatch) framework.\n\nThe repository includes two transaction classes, as well as a transaction management class, all of which are instantiated and used in conjunction in the main.bat file.\n\n## Getting started\n\nClone the repository and its submodules, then run the main.bat file:\n\n```batch\ngit clone https://github.com/rbaltrusch/chess_bot\ngit submodule update --init --recursive\ncd src\ncall main.bat\n```\n\nTo run the unit tests for this repository, call the tests/run_tests.bat script from the root directory:\n```batch\ncall tests/run_tests.bat\n```\n\n## Dependencies\n\nThis repository has two prime dependencies, both of which are added as git submodules to this repository:\n- objectbatch (OOP framework for batch scripts)\n- batest (unit test framework for batch scripts)\n\n## Python implementation\n\nThe functionality present in the main.bat file was also implemented in an equivalent [main.py](https://github.com/rbaltrusch/batch_transactions/blob/master/src/main.py) file, primarily to showcase the differences and similarities between the batch OOP and the python OOP approaches.\n\n## License\n\nThis repository is licensed as open-source software under the [MIT License](https://github.com/rbaltrusch/batch_transactions/blob/master/LICENSE).\n\n## Contact\n\nFor code changes or suggestions, please raise an issue. For anything else, contact richard@baltrusch.net.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbaltrusch%2Fbatch_transactions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbaltrusch%2Fbatch_transactions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbaltrusch%2Fbatch_transactions/lists"}