Skip to content

Custom YAML-like generator for GatorGrader config files.

License

Notifications You must be signed in to change notification settings

ullrichd21/GatorYaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GatorYAML

GatorYAML Logo

Custom YAML-like generator for GatorGrader config files.

General installation:

You can install GatorYAML from PyPi using pip: pip install gatoryaml

Basic Usage:

Basic usage is very simple. Just import GatorYAML and provide the dump function with a header and body. That function returns a formatted string you can drop right into a file!

import gatoryaml

header = {"option":"value"}
body = {"some/file/path.md":["--options!", "new lines are list indexes", "all file parameters must be a list"],
        "some/other/folder":"Otherwise it's output as (pure) text!"}

print(gatoryaml.dump(header, body))

Contributing:

To contribute, please make sure your code passes all test cases and linting before creating a pull request!

About

Custom YAML-like generator for GatorGrader config files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages