Metadata-Version: 2.4
Name: cart_sorter
Version: 0.1.0
Summary: A simple utility to sort cart items by price in ascending order
Home-page: https://github.com/SnehalKolhe10/cart_sorter.git
Author: Snehal
Author-email: snehalkolhe3010@gmail.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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# cart_sorter

A tiny utility to sort shopping cart items by price in ascending order.

## Installation

```bash
pip install cart_sorter

