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
- Host: GitHub
- URL: https://github.com/scrapy/form2request
- Owner: scrapy
- License: bsd-3-clause
- Created: 2024-06-18T16:29:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T19:01:37.000Z (10 months ago)
- Last Synced: 2025-04-14T23:37:30.944Z (9 months ago)
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: NEWS.rst
- License: LICENSE
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