Metadata-Version: 2.1
Name: kopiluwak
Version: 0.1
Summary: kopiluwak bikin mencret
Author-email: amapa <amapa619@gmail.com>
Project-URL: Homepage, https://github.com/amapas/kopiluwak
Project-URL: repository, https://github.com/amapas/kopiluwak
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: kedongdong==0.2

# Extended Python Code

This is an extended Python code along with a README file.

## Description

The Python script `extended_code.py` demonstrates a simple shopping cart implementation. It defines classes for `ShoppingCart` and `Item`, where `ShoppingCart` can add and remove items, calculate the total cost, and `Item` represents a product with a name and price.

## How to Run

To run the script, simply execute `extended_code.py` using Python.

```bash
python extended_code.py
