{"id":13813917,"url":"https://github.com/Yelp/bravado-core","last_synced_at":"2025-05-15T01:32:09.011Z","repository":{"id":45397351,"uuid":"33146014","full_name":"Yelp/bravado-core","owner":"Yelp","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-02T17:48:51.000Z","size":2076,"stargazers_count":108,"open_issues_count":50,"forks_count":99,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-07T08:38:21.221Z","etag":null,"topics":["openapi","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yelp.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2015-03-30T20:23:27.000Z","updated_at":"2025-03-18T21:49:03.000Z","dependencies_parsed_at":"2024-06-18T13:55:24.136Z","dependency_job_id":"45146343-9730-47d1-a0ed-b35b6dd9a373","html_url":"https://github.com/Yelp/bravado-core","commit_stats":{"total_commits":1062,"total_committers":66,"mean_commits":16.09090909090909,"dds":0.7871939736346516,"last_synced_commit":"ac5e46d618d4f7720f79eba02edad221a50047e1"},"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yelp%2Fbravado-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yelp%2Fbravado-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yelp%2Fbravado-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yelp%2Fbravado-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yelp","download_url":"https://codeload.github.com/Yelp/bravado-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254256255,"owners_count":22040258,"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":["openapi","python"],"created_at":"2024-08-04T04:01:36.149Z","updated_at":"2025-05-15T01:32:08.183Z","avatar_url":"https://github.com/Yelp.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":".. image:: https://github.com/Yelp/bravado-core/workflows/build/badge.svg?branch=master\n  :target: https://github.com/Yelp/bravado-core/actions?query=workflow%3Abuild\n\n.. image:: https://img.shields.io/coveralls/Yelp/bravado-core.svg\n  :target: https://coveralls.io/r/Yelp/bravado-core\n\n.. image:: https://img.shields.io/pypi/v/bravado-core.svg\n    :target: https://pypi.python.org/pypi/bravado-core/\n    :alt: PyPi version\n\n.. image:: https://img.shields.io/pypi/pyversions/bravado_core.svg\n    :target: https://pypi.python.org/pypi/bravado-core/\n    :alt: Supported Python versions\n\nbravado-core\n============\n\nAbout\n-----\n\nbravado-core is a Python library that adds client-side and server-side support\nfor the `OpenAPI Specification v2.0 \u003chttps://github.com/OAI/OpenAPI-Specification\u003e`__.\n\nFeatures\n--------\n* OpenAPI Specification schema validation\n* Marshaling, transformation, and validation of requests and responses\n* Models as Python classes or dicts\n* Custom formats for type conversion\n\nDocumentation\n-------------\n\nDocumentation is available at `readthedocs.org \u003chttp://bravado-core.readthedocs.org\u003e`__\n\n\nInstallation\n------------\n\n::\n\n    $ pip install bravado-core\n\n\nRelated Projects\n----------------\n* `bravado \u003chttps://github.com/Yelp/bravado\u003e`__\n* `pyramid-swagger \u003chttps://github.com/striglia/pyramid_swagger\u003e`__\n* `swagger-spec-validator \u003chttps://github.com/Yelp/swagger_spec_validator\u003e`__\n\nDevelopment\n===========\n\n| Code is documented using `Sphinx \u003chttp://sphinx-doc.org/\u003e`__.\n| `virtualenv \u003chttp://virtualenv.readthedocs.org/en/latest/virtualenv.html\u003e`__ is recommended to keep dependencies and libraries isolated.\n| `tox \u003chttps://tox.readthedocs.org/en/latest/\u003e`__ is used for standardized testing.\n\nSetup\n-----\n\n::\n\n    # Run tests\n    tox\n\n    # Install git pre-commit hooks\n    .tox/py310/bin/pre-commit install\n\n\nContributing\n------------\n\n1. Fork it ( http://github.com/Yelp/bravado-core/fork )\n2. Create your feature branch (``git checkout -b my-new-feature``)\n3. Add your modifications\n4. Add short summary of your modifications on ``CHANGELOG.rst``\n5. Commit your changes (``git commit -m \"Add some feature\"``)\n6. Push to the branch (``git push origin my-new-feature``)\n7. Create new Pull Request\n\nLicense\n-------\n\n| Copyright (c) 2013, Digium, Inc. All rights reserved.\n| Copyright (c) 2014-2015, Yelp, Inc. All rights reserved.\n\nBravado is licensed with a `BSD 3-Clause\nLicense \u003chttp://opensource.org/licenses/BSD-3-Clause\u003e`__.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYelp%2Fbravado-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYelp%2Fbravado-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYelp%2Fbravado-core/lists"}