{"id":15492301,"url":"https://github.com/stranger6667/hypothesis-openapi","last_synced_at":"2026-03-01T13:05:56.116Z","repository":{"id":239801346,"uuid":"800849136","full_name":"Stranger6667/hypothesis-openapi","owner":"Stranger6667","description":"Hypothesis plugin for generating valid Open API documents","archived":false,"fork":false,"pushed_at":"2025-07-20T00:28:28.000Z","size":62,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T02:54:45.681Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stranger6667.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"Stranger6667"}},"created_at":"2024-05-15T05:48:04.000Z","updated_at":"2025-07-06T09:37:03.000Z","dependencies_parsed_at":"2024-08-25T07:40:01.528Z","dependency_job_id":"98e136e9-99c3-48a8-aa7f-9624d5b3d10c","html_url":"https://github.com/Stranger6667/hypothesis-openapi","commit_stats":{"total_commits":50,"total_committers":3,"mean_commits":"16.666666666666668","dds":0.24,"last_synced_commit":"921f4e220c023b8a2ba8fd34308aa5481aea06b7"},"previous_names":["stranger6667/hypothesis-openapi"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Stranger6667/hypothesis-openapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stranger6667%2Fhypothesis-openapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stranger6667%2Fhypothesis-openapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stranger6667%2Fhypothesis-openapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stranger6667%2Fhypothesis-openapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stranger6667","download_url":"https://codeload.github.com/Stranger6667/hypothesis-openapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stranger6667%2Fhypothesis-openapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266592315,"owners_count":23953109,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-10-02T08:00:15.954Z","updated_at":"2026-03-01T13:05:56.087Z","avatar_url":"https://github.com/Stranger6667.png","language":"Python","funding_links":["https://github.com/sponsors/Stranger6667"],"categories":[],"sub_categories":[],"readme":"# hypothesis-openapi\n\n[![CI](https://github.com/Stranger6667/hypothesis-openapi/actions/workflows/ci.yml/badge.svg)](https://github.com/Stranger6667/hypothesis-openapi/actions/workflows/ci.yml)\n[![Coverage](https://codecov.io/gh/Stranger6667/hypothesis-openapi/branch/main/graph/badge.svg)](https://codecov.io/gh/Stranger6667/hypothesis-openapi/branch/main)\n[![Version](https://img.shields.io/pypi/v/hypothesis-openapi.svg)](https://pypi.org/project/hypothesis-openapi/)\n[![Python versions](https://img.shields.io/pypi/pyversions/hypothesis-openapi.svg)](https://pypi.org/project/hypothesis-openapi/)\n[![License](https://img.shields.io/pypi/l/hypothesis-openapi.svg)](https://opensource.org/licenses/MIT)\n\nHypothesis plugin for generating valid Open API documents.\n\n## Usage\n\n```python\nfrom hypothesis import given\nfrom hypothesis_openapi import openapis\n\n\n@given(openapis(version=\"2.0\"))\ndef test_openapi(spec):\n    assert spec[\"swagger\"] == \"2.0\"\n    assert \"info\" in spec\n```\n\n## License\n\nThe code in this project is licensed under [MIT license](https://opensource.org/licenses/MIT).\nBy contributing to `hypothesis-openapi`, you agree that your contributions will be licensed under its MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstranger6667%2Fhypothesis-openapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstranger6667%2Fhypothesis-openapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstranger6667%2Fhypothesis-openapi/lists"}