Metadata-Version: 2.1
Name: http_request_codegen
Version: 0.0.8
Summary: Multilanguage HTTP requests code generator.
Home-page: https://github.com/mondeja/http-request-codegen
Author: Álvaro Mondéjar Rubio
Author-email: mondejar1994@gmail.com
License: BSD-3-Clause
Description: <h1 align="center">http-request-codegen</h1>
        
        <h2 align="center">Documentation: <a href="https://mondeja.github.io/http-request-codegen">en</a> - <a href="https://mondeja.github.io/http-request-codegen/es/">es</a></h2>
        
        <!--start-intro-->
        **http-request-codegen** generates HTTP request code snippets for different
        implementations. It's perfect if you want to include examples documenting APIs.
        Supports the following features:
        
        - Request parameters values randomization using multiples strategies:
            - Random values from iterables and callables.
            - Random values from data types.
            - Random values from [Faker providers](https://faker.readthedocs.io/en/master/providers.html).
            - Randomization using seeds and localization.
        - Request headers customization.
        - Request optional arguments by implementation.
        - Custom line wrapping.
        - Custom indentation.
        - Custom quotation characters.
        - Rendering in one line.
        <!--end-intro-->
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Documentation
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: lint
Provides-Extra: test
