wiremock


Namewiremock JSON
Version 2.6.1 PyPI version JSON
download
home_page
SummaryWiremock Admin API Client
upload_time2023-09-06 15:26:35
maintainer
docs_urlNone
authorCody Lee
requires_python>=3.7,<4.0
licenseOSI Approved :: Apache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python WireMock

<p align="center">
    <a href="https://wiremock.org/docs/solutions/python/" target="_blank">
        <img width="512px" src="docs/images/python-wiremock-horizontal.png" alt="WireMock Logo"/>
    </a>
</p>

Python WireMock is a library that allows users to interact with a WireMock instance from within a Python project.
Full documentation can be found at [wiremock.readthedocs.org](http://wiremock.readthedocs.org/).

[![a](https://img.shields.io/badge/slack-%23wiremock%2Fpython-brightgreen?style=flat&logo=slack)](https://slack.wiremock.org/)
[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://wiremock.readthedocs.org/)

<!--
FIXME: Reporting is dead: https://github.com/wiremock/python-wiremock/issues/74
[![Coverage Status](https://coveralls.io/repos/github/wiremock/python-wiremock/badge.svg?branch=master)](https://coveralls.io/github/wiremock/python-wiremock?branch=master)
-->

## Key Features

WireMock can run in unit tests, as a standalone process or a container. Key features include:

- [Testcontainers Python](https://github.com/testcontainers/testcontainers-python) module to easily start WireMock server for your tests
- REST API Client for a standalone WireMock Java server
- Support for most of major [WireMock features ](https://wiremock.org/docs) (more on their way soon)

## References

- [Quickstart Guide](./docs/quickstart.md)
- [Installation](./docs/install.md)
- [Full documentation](http://wiremock.readthedocs.org/)

## Examples

There are several [example projects](./examples/) included to demonstrate the different ways that WireMock can be used to mock
services in your tests and systems. The example test modules demonstrate different strategies for testing against
the same "product service" and act as a good demonstration of real world applications to help you get started.

- [Testcontainers Python](examples/intro/tests/test_testcontainers.py)
- [Standalone Java Server Version](examples/intro/tests/test_java_server.py)

## Contributing

See the [Contributor Guide](./docs/CONTRIBUTING.md)


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wiremock",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cody Lee",
    "author_email": "cody.lee@datadoghq.com",
    "download_url": "https://files.pythonhosted.org/packages/18/61/9196428a4d0cb75b830c5ba05f48333d6a81d04692d86717eb0eabd3800d/wiremock-2.6.1.tar.gz",
    "platform": null,
    "description": "# Python WireMock\n\n<p align=\"center\">\n    <a href=\"https://wiremock.org/docs/solutions/python/\" target=\"_blank\">\n        <img width=\"512px\" src=\"docs/images/python-wiremock-horizontal.png\" alt=\"WireMock Logo\"/>\n    </a>\n</p>\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&logo=slack)](https://slack.wiremock.org/)\n[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://wiremock.readthedocs.org/)\n\n<!--\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-->\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\n",
    "bugtrack_url": null,
    "license": "OSI Approved :: Apache Software License",
    "summary": "Wiremock Admin API Client",
    "version": "2.6.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8679aac28b828d105bb8787220cc0e3f399bf53b88aa5ec38a9e3644baf8272",
                "md5": "6b07b2536c25efe026b53d388af15a2a",
                "sha256": "417a803b0bba3ab6240410aedb4de15a32581fb29b1310b05289b4aa1a7c9ffd"
            },
            "downloads": -1,
            "filename": "wiremock-2.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b07b2536c25efe026b53d388af15a2a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 14211983,
            "upload_time": "2023-09-06T15:26:32",
            "upload_time_iso_8601": "2023-09-06T15:26:32.217875Z",
            "url": "https://files.pythonhosted.org/packages/b8/67/9aac28b828d105bb8787220cc0e3f399bf53b88aa5ec38a9e3644baf8272/wiremock-2.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18619196428a4d0cb75b830c5ba05f48333d6a81d04692d86717eb0eabd3800d",
                "md5": "783f6efdddfc345fd7924b52e2c9a6e1",
                "sha256": "89b64d763a68a1808274aa4daf802f7ce3f9bff2a18ac6bf8923c997a21d67c1"
            },
            "downloads": -1,
            "filename": "wiremock-2.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "783f6efdddfc345fd7924b52e2c9a6e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 14203314,
            "upload_time": "2023-09-06T15:26:35",
            "upload_time_iso_8601": "2023-09-06T15:26:35.188707Z",
            "url": "https://files.pythonhosted.org/packages/18/61/9196428a4d0cb75b830c5ba05f48333d6a81d04692d86717eb0eabd3800d/wiremock-2.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-06 15:26:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wiremock"
}
        
Elapsed time: 7.74837s