A VCR imitation for python-requests
Project description
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Description: betamax_matchers
================
Experimental set of Matchers for `Betamax
<https://github.com/sigmavirus24/betamax>`_ that may possibly end up in the
main package.
JSON Body Matcher
-----------------
Usage:
.. code-block:: python
from betamax_matchers.json_body import JSONBodyMatcher
from betamax import Betamax
Betamax.register_request_matcher(JSONBodyMatcher)
Form URL Encoded Body Matcher
-----------------------------
Usage:
.. code-block:: python
from betamax_matchers.form_urlencoded import URLEncodedBodyMatcher
from betamax import Betamax
Betamax.register_request_matcher(URLEncodedBodyMatcher)
Multipart Form Data Body Matcher
--------------------------------
Usage:
.. code-block:: python
from betamax_matchers.multipart import MultipartFormDataBodyMatcher
from betamax import Betamax
Betamax.register_request_matcher(MultipartFormDataBodyMatcher)
0.4.0 - 2017-01-16
------------------
- Remove support for python 3.2.
- Change json-body matcher to pass when the recorded request has the same
content type as the issued request, and the content type is not json.
- Update ``JSONBodyMatcher`` to work with requests 2.11+.
0.3.0 - 2016-04-16
------------------
- Update for breaking changes in ``betamax`` 0.6.0
0.2.0 - 2015-06-17
------------------
- Add ``MultipartFormDataBodyMatcher``
0.1.0 - 2014-08-20
------------------
- Add ``JSONBodyMatcher``
- Add ``URLEncodedBodyMatcher``
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Description: betamax_matchers
================
Experimental set of Matchers for `Betamax
<https://github.com/sigmavirus24/betamax>`_ that may possibly end up in the
main package.
JSON Body Matcher
-----------------
Usage:
.. code-block:: python
from betamax_matchers.json_body import JSONBodyMatcher
from betamax import Betamax
Betamax.register_request_matcher(JSONBodyMatcher)
Form URL Encoded Body Matcher
-----------------------------
Usage:
.. code-block:: python
from betamax_matchers.form_urlencoded import URLEncodedBodyMatcher
from betamax import Betamax
Betamax.register_request_matcher(URLEncodedBodyMatcher)
Multipart Form Data Body Matcher
--------------------------------
Usage:
.. code-block:: python
from betamax_matchers.multipart import MultipartFormDataBodyMatcher
from betamax import Betamax
Betamax.register_request_matcher(MultipartFormDataBodyMatcher)
0.4.0 - 2017-01-16
------------------
- Remove support for python 3.2.
- Change json-body matcher to pass when the recorded request has the same
content type as the issued request, and the content type is not json.
- Update ``JSONBodyMatcher`` to work with requests 2.11+.
0.3.0 - 2016-04-16
------------------
- Update for breaking changes in ``betamax`` 0.6.0
0.2.0 - 2015-06-17
------------------
- Add ``MultipartFormDataBodyMatcher``
0.1.0 - 2014-08-20
------------------
- Add ``JSONBodyMatcher``
- Add ``URLEncodedBodyMatcher``
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file betamax-matchers-0.4.0.tar.gz
.
File metadata
- Download URL: betamax-matchers-0.4.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83609d39ac25a7eed8ad3bec426cd15e647c89b4f0f1583ec44a4481bde4171f |
|
MD5 | 296668a96396720bfa837ea92918dff9 |
|
BLAKE2b-256 | 7e3171e2badb382bddd7521f2c2effaac7b2de01ae25b816b02459c2986aef0e |
File details
Details for the file betamax_matchers-0.4.0-py2-none-any.whl
.
File metadata
- Download URL: betamax_matchers-0.4.0-py2-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c940603cba9da4567b083647346f7b43961b309f1e549131e340af5f3bc514c4 |
|
MD5 | f8a2e7a2c683dd83268187bb7813e65a |
|
BLAKE2b-256 | 6212feb669fc1a68c87e76ce789694cd72fb53925a3f460f32982ee2cf0220cd |