Metadata-Version: 2.1
Name: ajax_requester
Version: 0.1
Summary: A simple library to handle AJAX requests with cookies
Home-page: https://github.com/yourusername/ajax_requester
Author: Fyah
Author-email: 727475183@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests

# AjaxRequester

A simple library to handle AJAX requests with cookies.

## Installation

You can install this library using pip:

```bash
pip install ajax_requester
