No description
Find a file
2022-09-12 15:12:15 +02:00
.gitignore feat(init): project work without CLI at the moment 2022-09-12 13:41:20 +02:00
bloc-fixture.py feat(main): rename main file and add CLI domain/iteration parameters 2022-09-12 14:16:37 +02:00
entity.py refactor(entity): remove unused imports 2022-09-12 13:48:27 +02:00
loader.py feat(init): project work without CLI at the moment 2022-09-12 13:41:20 +02:00
README.md doc(readme): replace old main file name 2022-09-12 15:12:15 +02:00
requirements.txt feat(init): project work without CLI at the moment 2022-09-12 13:41:20 +02:00

Bloc Fixture Loader

Quickstart

$ git clone https://codeberg.org/coldwire/bloc-fixture.git
(bloc-fixture) $ python -m venv venv
(bloc-fixture) $ source ./venv/bin/activate         # WIN : .\venv\Scripts\Activate.(ps1/cmd)
(bloc-fixture) $ pip install -r ./requirements.txt
(bloc-fixture) $ python ./bloc-fixture.py -h