No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 99.8%
  • Shell 0.2%
Find a file
Lewis Hamilton 766f5d65d1
Some checks failed
ci / tests (push) Failing after 39s
Merge pull request #18 from binkhq/feature/BPL-54-Expand-mock-service-to-include-transaction-history
BPL 54 - Expand mock service to include transaction history
2022-10-17 09:30:43 +01:00
.github/workflows Upgrade to Python 3.10, and migrate to poetry 2022-09-28 18:45:35 +01:00
account_holders_generator Added functionality for different loyalty types 2022-10-14 16:03:03 +01:00
.gitignore BPL-110: create mock vouchers 2021-07-14 16:56:26 +01:00
CODEOWNERS Update CODEOWNERS 2021-07-21 12:14:16 +00:00
config.py BPL-110: create mock vouchers 2021-07-14 16:56:26 +01:00
local.env.example BPL-110: create mock vouchers 2021-07-14 16:56:26 +01:00
poetry.lock Upgrade to Python 3.10, and migrate to poetry 2022-09-28 18:45:35 +01:00
pyproject.toml Upgrade to Python 3.10, and migrate to poetry 2022-09-28 18:45:35 +01:00
README.md Upgrade to Python 3.10, and migrate to poetry 2022-09-28 18:45:35 +01:00
run.py add README.md 2021-04-20 17:41:01 +03:00
setup.py BPL-251 update setup.py 2021-11-10 12:45:15 +02:00
style.sh Upgrade to Python 3.10, and migrate to poetry 2022-09-28 18:45:35 +01:00

Bestla

Account Holder Generator command line tool

configurations

  • create a local.env file in the root directory, use local.env.example as a base
  • add your configurations based on the environmental variables required in config.Settings

running as script:

  • poetry install
  • poetry run python run.py --help

running as package

  • pip install -U .
  • account-holders-generator --help