DSL builder based on yaml specifications Save your YAML specification in a file, for example, dsl.yaml.
Run the script from the command line, specifying the YAML file and optionally the number of examples:
python -m venv .venv
source .venv/bin/activate
pip install pyyaml inflect yamlpython dsl.py object.yaml private.yaml public.yaml -n 5 -o examples.yaml
python dsl.py email/object.yaml email/private.yaml email/public.yaml -n 5 -o email/examples.yaml
python -m unittest test_dsl.py- examples do testowania
- testowe konto imap
- skrypt do parsowania i przyporządkowania wygenerowanych zdań
- wykorzystanie private do połączeń serwera z yaml/.env
- podłaczenie skryptu
- unit test
- priv repo