{"id":16830156,"url":"https://github.com/njason/grow-recipe-schema","last_synced_at":"2026-01-03T15:48:54.006Z","repository":{"id":73400600,"uuid":"70413596","full_name":"njason/grow-recipe-schema","owner":"njason","description":" XML data format for storing structured plant recipe information.","archived":false,"fork":false,"pushed_at":"2019-03-27T00:41:06.000Z","size":2877,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-24T08:23:51.297Z","etag":null,"topics":["agriculture","agtech"],"latest_commit_sha":null,"homepage":"https://grow-recipe-schema.readthedocs.io","language":null,"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/njason.png","metadata":{"files":{"readme":"README.md","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":"2016-10-09T15:50:51.000Z","updated_at":"2022-10-24T00:19:18.000Z","dependencies_parsed_at":"2023-04-28T17:00:15.840Z","dependency_job_id":null,"html_url":"https://github.com/njason/grow-recipe-schema","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njason%2Fgrow-recipe-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njason%2Fgrow-recipe-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njason%2Fgrow-recipe-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/njason%2Fgrow-recipe-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/njason","download_url":"https://codeload.github.com/njason/grow-recipe-schema/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244121707,"owners_count":20401295,"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","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":["agriculture","agtech"],"created_at":"2024-10-13T11:37:40.668Z","updated_at":"2026-01-03T15:48:53.953Z","avatar_url":"https://github.com/njason.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grow Recipe Schema\n\nXML data format to represent grow recipes for plants. Designed for controlled-environment agriculture.\n\n## High-level overview\n- [presentation](https://www.youtube.com/watch?v=Zhoeu7jPA-w)\n- [slides](https://njason.github.io/grow-recipe-schema/presentation)\n\n[Documentation](https://grow-recipe-schema.readthedocs.io)\n\n## SDKs\n - [Python](https://github.com/njason/grow-recipe-python)\n\n## Schema validation\n\nThe XML Schema Definition file in this repository, `grow-recipe.xsd`, can be used to validate recipe XML files. There are many ways to validate an XML file against a schema. There are many free XML validator web apps that can be found with a search engine. There is also a CLI tool, [xmllint](http://xmlsoft.org/xmllint.html).\n\n### Install xmllint\n\n#### Debian\n`$ apt install libxml2-utils`\n\n#### Windows via [Chocolatey](https://chocolatey.org/)\n`C:\\ choco install xsltproc`\n\n#### macOS\npre-installed\n\n### Using xmllint\n\nTo validate a grow recipe against the schema, run the following xmllint command in the repository root directory:\n\n`xmllint --schema grow-recipe.xsd \u003cpath to the recipe XML file\u003e`\n\n## Development\n\nIf you make any changes to the schema, you need to verify that all examples and documentations complies to the current state of the schema. To test that all example recipe files in this repository validate against the schema, run this command:\n\n`$ find . -name \"*.xml\" | xargs xmllint --schema grow-recipe.xsd --noout`\n\n### Documentation\n\nDocumentation is stored in the `docs` directory in [reStructuredText](http://docutils.sourceforge.net/rst.html) format and built using [Sphinx](http://www.sphinx-doc.org). To build the documentation, you first need to install Sphinx. To install Sphinx using [pip](https://pip.pypa.io/en/stable/), run:\n\n`pip install -U Sphinx sphinx_rtd_theme`\n\nTo build the documentation, run the following command in the repository root:\n\n`sphinx-build -b html docs docs/build`\n\nTo view the built documentation, open a browser to `docs/build/index.html`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnjason%2Fgrow-recipe-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnjason%2Fgrow-recipe-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnjason%2Fgrow-recipe-schema/lists"}