{"id":23072725,"url":"https://github.com/j0ack/pybeeryaml","last_synced_at":"2025-10-08T05:19:52.489Z","repository":{"id":87544623,"uuid":"128893676","full_name":"j0ack/pybeeryaml","owner":"j0ack","description":"mirrored from https://git.joakode.fr/pybeeryaml","archived":false,"fork":false,"pushed_at":"2020-09-30T07:48:53.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T16:30:42.156Z","etag":null,"topics":["beers","beerxml","brewing","brewing-recipes"],"latest_commit_sha":null,"homepage":"http://docs.joakode.fr/pybeeryaml/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j0ack.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-10T07:42:07.000Z","updated_at":"2020-09-30T07:48:55.000Z","dependencies_parsed_at":"2023-03-02T07:30:44.744Z","dependency_job_id":null,"html_url":"https://github.com/j0ack/pybeeryaml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/j0ack/pybeeryaml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j0ack%2Fpybeeryaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j0ack%2Fpybeeryaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j0ack%2Fpybeeryaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j0ack%2Fpybeeryaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j0ack","download_url":"https://codeload.github.com/j0ack/pybeeryaml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j0ack%2Fpybeeryaml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891753,"owners_count":26063858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beers","beerxml","brewing","brewing-recipes"],"created_at":"2024-12-16T07:27:11.629Z","updated_at":"2025-10-08T05:19:52.448Z","avatar_url":"https://github.com/j0ack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pybeeryaml\n==========\n\n|version| |license| |drone|\n\nA YAML format parser for beer storage\n\nParse a recipe from a YAML file and returns an object containing ingredients and\nmetadata. Supports export to `beerxml \u003chttp://beerxml.com/\u003e`_ format.\n\nInstallation\n------------\n\n.. code:: sh\n\n    pip install pybeeryaml\n\nUsage\n-----\n\n.. code:: python\n\n    from pybeeryaml import Recipe\n\n    path_to_beeryaml_file = \"/tmp/my_recipe.yml\"\n\n    # create recipe from file\n    recipe = Recipe.from_file(path_to_beeryaml_file)\n\n    # or from string\n    with open(path_to_beeryaml_file, \"r\") as mybeer:\n        recipe2 = Recipe.from_yaml(mybeer.read())\n\n    assert recipe == recipe2  # True\n\n    # convert to beerxml format\n    recipexml = recipe.to_xml()\n\n\nTesting\n-------\n\nUnit tests can be run with `pytest \u003chttps://docs.pytest.org/en/latest/\u003e`_.\n\n.. code:: sh\n\n    py.test tests\n\n.. |version| image:: https://img.shields.io/pypi/v/pybeeryaml.svg\n.. |license| image:: https://img.shields.io/github/license/j0ack/pybeeryaml.svg\n.. |drone| image:: https://drone.joakode.fr/api/badges/joack/pybeeryaml/status.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj0ack%2Fpybeeryaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj0ack%2Fpybeeryaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj0ack%2Fpybeeryaml/lists"}