{"id":28395172,"url":"https://github.com/databiosphere/wdl-parsers","last_synced_at":"2025-06-27T01:31:05.187Z","repository":{"id":62588376,"uuid":"323965502","full_name":"DataBiosphere/wdl-parsers","owner":"DataBiosphere","description":"A package that provides the generated ANTLR4 WDL parsers for Python.","archived":false,"fork":false,"pushed_at":"2022-05-01T06:02:58.000Z","size":18,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-21T13:18:51.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DataBiosphere.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}},"created_at":"2020-12-23T17:39:43.000Z","updated_at":"2023-06-02T03:32:16.000Z","dependencies_parsed_at":"2022-11-03T17:48:42.159Z","dependency_job_id":null,"html_url":"https://github.com/DataBiosphere/wdl-parsers","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/DataBiosphere/wdl-parsers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataBiosphere%2Fwdl-parsers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataBiosphere%2Fwdl-parsers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataBiosphere%2Fwdl-parsers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataBiosphere%2Fwdl-parsers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataBiosphere","download_url":"https://codeload.github.com/DataBiosphere/wdl-parsers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataBiosphere%2Fwdl-parsers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262172328,"owners_count":23269985,"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":[],"created_at":"2025-05-31T19:39:23.197Z","updated_at":"2025-06-27T01:31:05.164Z","avatar_url":"https://github.com/DataBiosphere.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wdl-parsers\n\nA Python package that provides the generated `Hermes` and `Antlr4` WDL parsers for Python.\n\n| Version | Parser(s) | Module |\n|---------|-----------|--------|\n| draft-2 | Hermes | draft2 |\n| v1.0 | Antlr4 | v1 |\n| development | Antlr4 |dev |\n\n\n## Installation\n\nFrom the CLI:\n\n```\npip install wdlparse\n```\n\n## Usage\n\n```python\n# the following modules are available:\nimport wdlparse.draft2\nimport wdlparse.v1\nimport wdlparse.dev\n```\n\n```python\n# draft-2 hermes parser\nfrom wdlparse.draft2 import wdl_parser\n\n# 1.0 antlr4 parser\nfrom wdlparse.v1.WdlV1Lexer import WdlV1Lexer\nfrom wdlparse.v1.WdlV1Parser import WdlV1Parser\n\n# development antlr4 parser\nfrom wdlparse.dev.WdlLexer import WdlLexer\nfrom wdlparse.dev.WdlParser import WdlParser\n\n# parse WDL files with these parsers\n# ...\n```\n\n## License\n\nThe grammar and generated files come from [openwdl/wdl](https://github.com/openwdl/wdl/) under the [BSD 3-Clause \"New\" or \"Revised\" License](https://github.com/openwdl/wdl/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabiosphere%2Fwdl-parsers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatabiosphere%2Fwdl-parsers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatabiosphere%2Fwdl-parsers/lists"}