Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-yaml-dsl

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 yaml
python 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

TODO

  • 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

About

DSL builder based on yaml specifications

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages