No description
- Python 99.8%
- Shell 0.2%
|
Some checks failed
ci / tests (push) Failing after 39s
BPL 54 - Expand mock service to include transaction history |
||
|---|---|---|
| .github/workflows | ||
| account_holders_generator | ||
| .gitignore | ||
| CODEOWNERS | ||
| config.py | ||
| local.env.example | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| run.py | ||
| setup.py | ||
| style.sh | ||
Bestla
Account Holder Generator command line tool
configurations
- create a
local.envfile 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 installpoetry run python run.py --help
running as package
pip install -U .account-holders-generator --help