An open API service indexing awesome lists of open source software.

https://github.com/scrapy/form2request

Python 3.8+ library to build HTTP requests out of HTML forms
https://github.com/scrapy/form2request

Last synced: 5 months ago
JSON representation

Python 3.8+ library to build HTTP requests out of HTML forms

Awesome Lists containing this project

README

          

============
form2request
============

.. image:: https://img.shields.io/pypi/v/form2request.svg
:target: https://pypi.python.org/pypi/form2request
:alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/form2request.svg
:target: https://pypi.python.org/pypi/form2request
:alt: Supported Python Versions

.. image:: https://github.com/scrapy/form2request/workflows/tox/badge.svg
:target: https://github.com/scrapy/form2request/actions
:alt: Build Status

.. image:: https://codecov.io/github/scrapy/form2request/coverage.svg?branch=main
:target: https://codecov.io/gh/scrapy/form2request
:alt: Coverage report

.. description starts

``form2request`` is a Python 3.9+ library to build HTTP requests out of HTML
forms.

.. description ends

* Documentation: https://form2request.readthedocs.io/en/latest/
* License: BSD 3-clause