Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wiki: Pactman does not support message queues #304

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/implementation_guides/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Overview

[Pact Python](https://github.com/pact-foundation/pact-python/) is currently in active development and supports Pact Specification v2, [pending pacts][pending], and [WIP pacts][wip].

[Pactman](https://github.com/reecetech/pactman) is another Python implementation of Pact, which is not officially supported by the core Pact Foundation team. It is in maintenance mode, and supports Pact Specification v3. It has a more idiomatic Python interface as it is pure Python and doesn't wrap the [pact-ruby-standalone CLI][pact-ruby-standalone], however it does not support [pending][pending] or [WIP pacts][wip].
[Pactman](https://github.com/reecetech/pactman) is another Python implementation of Pact, which is not officially supported by the core Pact Foundation team. It is in maintenance mode, and supports Pact Specification v3. It has a more idiomatic Python interface as it is pure Python and doesn't wrap the [pact-ruby-standalone CLI][pact-ruby-standalone], however it does not support [pending][pending], [WIP pacts][wip], or [message queue](https://docs.pact.io/implementation_guides/pact_specification#specification-documentation).

[pending]: https://docs.pact.io/pending
[wip]: https://docs.pact.io/wip
Expand Down