Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from YAML 1.1 to YAML 1.2; replace PyYAML with ruamel.yaml #47

Merged
merged 5 commits into from
Feb 14, 2024

Conversation

dbohdan
Copy link
Member

@dbohdan dbohdan commented Feb 14, 2024

No description provided.

Migrate from PyYAML to ruamel.yaml.

Drop support for `--sort-keys` for YAML output.

Replace the keyword argument `ordered` with `sort_keys`.
Create a dataclass for `yaml_options` arguments.
Replace the weather API example with one that works     without an API key today.
@dbohdan dbohdan merged commit 6e87dc2 into master Feb 14, 2024
57 checks passed
@dbohdan dbohdan deleted the ruamel.yaml branch February 14, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant