{"id":18875806,"url":"https://github.com/wiremock/python-wiremock","last_synced_at":"2025-05-16T07:00:27.990Z","repository":{"id":46188582,"uuid":"86112432","full_name":"wiremock/python-wiremock","owner":"wiremock","description":"A Python library for API mocking and testing with Testcontainers module and WireMock","archived":false,"fork":false,"pushed_at":"2024-12-17T09:38:20.000Z","size":37710,"stargazers_count":67,"open_issues_count":28,"forks_count":28,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-13T12:53:52.846Z","etag":null,"topics":["api","api-client","hacktoberfest","pytest","python","test-automation","testing-tools","wiremock"],"latest_commit_sha":null,"homepage":"https://wiremock.readthedocs.io","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/wiremock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["platinummonkey"],"custom":"https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=UV978FNAYLYZE\u0026item_name=Github+Donations\u0026currency_code=USD\u0026source=url"}},"created_at":"2017-03-24T21:34:20.000Z","updated_at":"2025-04-25T14:46:43.000Z","dependencies_parsed_at":"2024-12-11T03:00:59.280Z","dependency_job_id":"35a2f966-fe60-47d6-a7f1-0ce7eae7c6f2","html_url":"https://github.com/wiremock/python-wiremock","commit_stats":{"total_commits":137,"total_committers":24,"mean_commits":5.708333333333333,"dds":0.7226277372262774,"last_synced_commit":"ef37003f58a896065ded22a6e5f62752245e3afc"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fpython-wiremock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fpython-wiremock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fpython-wiremock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiremock%2Fpython-wiremock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiremock","download_url":"https://codeload.github.com/wiremock/python-wiremock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254485025,"owners_count":22078764,"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":["api","api-client","hacktoberfest","pytest","python","test-automation","testing-tools","wiremock"],"created_at":"2024-11-08T06:09:14.140Z","updated_at":"2025-05-16T07:00:27.855Z","avatar_url":"https://github.com/wiremock.png","language":"Python","funding_links":["https://github.com/sponsors/platinummonkey","https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=UV978FNAYLYZE\u0026item_name=Github+Donations\u0026currency_code=USD\u0026source=url"],"categories":[],"sub_categories":[],"readme":"# Python WireMock\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://wiremock.org/docs/solutions/python/\" target=\"_blank\"\u003e\n        \u003cimg width=\"512px\" src=\"docs/images/python-wiremock-horizontal.png\" alt=\"WireMock Logo\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nPython WireMock is a library that allows users to interact with a WireMock instance from within a Python project.\nFull documentation can be found at [wiremock.readthedocs.org](http://wiremock.readthedocs.org/).\n\n[![a](https://img.shields.io/badge/slack-%23wiremock%2Fpython-brightgreen?style=flat\u0026logo=slack)](https://slack.wiremock.org/)\n[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://wiremock.readthedocs.org/)\n\n\u003c!--\nFIXME: Reporting is dead: https://github.com/wiremock/python-wiremock/issues/74\n[![Coverage Status](https://coveralls.io/repos/github/wiremock/python-wiremock/badge.svg?branch=master)](https://coveralls.io/github/wiremock/python-wiremock?branch=master)\n--\u003e\n\n## Key Features\n\nWireMock can run in unit tests, as a standalone process or a container. Key features include:\n\n- [Testcontainers Python](https://github.com/testcontainers/testcontainers-python) module to easily start WireMock server for your tests\n- REST API Client for a standalone WireMock Java server\n- Support for most of major [WireMock features ](https://wiremock.org/docs) (more on their way soon)\n\n## References\n\n- [Quickstart Guide](./docs/quickstart.md)\n- [Installation](./docs/install.md)\n- [Full documentation](http://wiremock.readthedocs.org/)\n\n## Examples\n\nThere are several [example projects](./examples/) included to demonstrate the different ways that WireMock can be used to mock\nservices in your tests and systems. The example test modules demonstrate different strategies for testing against\nthe same \"product service\" and act as a good demonstration of real world applications to help you get started.\n\n- [Testcontainers Python](examples/intro/tests/test_testcontainers.py)\n- [Standalone Java Server Version](examples/intro/tests/test_java_server.py)\n\n## Contributing\n\nSee the [Contributor Guide](./docs/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiremock%2Fpython-wiremock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiremock%2Fpython-wiremock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiremock%2Fpython-wiremock/lists"}