Metadata-Version: 2.1
Name: cookiesparser
Version: 1.1
Summary: Mini Module for Parsing Cookies.
Author: Farhan Ali
Author-email: i.farhanali.dev@gmail.com
Keywords: cookiesparser,cookie parser,cookies parser,parse cookies
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# cookiesparser

[![GitHub](https://img.shields.io/github/license/farhanaliofficial/cookiesparser)](https://github.com/farhanaliofficial/cookiesparser/blob/main/LICENSE)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/farhanaliofficial/cookiesparser)](https://github.com/farhanaliofficial/cookiesparser/releases)
[![PyPI](https://img.shields.io/pypi/v/cookiesparser)](https://pypi.org/project/cookiesparser/)

# Description
cookiesparser is a Mini Module for Parsing Cookies.

# Installation
You can install cookiesparser using pip:
```
pip install cookiesparser
```

# Usage
```python
from cookiesparser import parse

parsed = parse("foo=bar; id=191002929; key=avjwowuejbnwoqo; bar=foo;")
print(parsed)
```

# Contributing
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the [GitHub repository](https://github.com/farhanaliofficial/cookiesparser).

# License
cookiesparser is released under the [Apache License](https://github.com/farhanaliofficial/cookiesparser/blob/main/LICENSE).
