Metadata-Version: 2.1
Name: finalHWcringe
Version: 0.1.0
Summary: A package containing console applications for business metrics and analysis.
Author-email: osisochka <a.onufrienko@edu.centraluniversity.ru>
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas

# finalHWcringe

A Python package containing console applications for business metrics and analysis.

## Overview

This package includes several console applications designed to help you analyze business data and generate reports. Each module provides a specific functionality, leveraging the power of the `pandas` library for data manipulation.

## Modules

- **business_metrics**: Analyze key business metrics.
- **customer_analysis**: Perform detailed customer analysis.
- **generate_receipt**: Generate receipts based on transactions.
- **sales_report**: Create comprehensive sales reports.
- **transaction_counter**: Count and summarize transactions.

## Requirements

- Python >= 3.6
- `pandas`

## Installation

You can install the package using pip. Run the following command:

```bash
pip install finalHWcringe
