docker-compose-types 0.5.2

Deserialization and Serialization of docker-compose.yml files in a relatively strongly typed fashion.
Documentation
version: "3"
services:
  foo:
    image: busybox:1.31.0-uclibc
  bar:
    image: busybox:1.31.0-uclibc
    profiles:
      - test
  baz:
    image: busybox:1.31.0-uclibc
    depends_on:
      - bar
    profiles:
      - test
  zot:
    image: busybox:1.31.0-uclibc
    depends_on:
      - bar
    profiles:
      - debug