Metadata-Version: 2.1
Name: http-request-codegen
Version: 0.0.6
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 License
Description: 
        <h1 align="center">http-request-codegen</h1>
        
        <h2 align="center"><a href="https://mondeja.github.io/http-request-codegen">Documentation</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 lists and functions.
            - Random values from data types.
            - Random values from [Faker providers](https://faker.readthedocs.io/en/master/providers.html).
            - Randomization seeds.
            - Localization.
        - Request headers customization.
        - Request optional arguments.
        - Custom line wrapping.
        - Custom indentation.
        - Custom quotation character.
        - Rendering in one line.
        <!--end-intro-->
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
Provides-Extra: lint
Provides-Extra: doc
