Metadata-Version: 2.1
Name: x22220445_custom_apparel_calc
Version: 0.0.2
Summary: The Custom Apparel Library is a Python library for representing custom apparel with pricing.
Author-email: Balavignesh Kunkulagunta Sanghameswar <x22220445@student.ncirl.ie>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Custom Apparel Library

The Custom Apparel Library is a Python library for representing custom apparel with pricing. It allows users to create instances of custom apparel, set various attributes such as color, size, neck type, sleeve length, design preference, and custom design details, and calculate the total price based on the chosen options.

## Features

- **CustomApparel Class**: The main class representing custom apparel with pricing.
- **Attributes**: Color, size, neck type, sleeve length, design preference, custom design details.
- **Pricing Constants**: Additional pricing factors based on neck type, sleeve length, and design preference.
- **Price Calculation**: Calculate the total price based on the chosen options and quantity.

## Installation

```bash
pip install x22220445-custom-apparel-calc

