Metadata-Version: 2.3
Name: tech_fellows
Version: 0.1.0
Summary: 
Author: Soliton
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: inquirer (>=3.4.1,<4.0.0)
Requires-Dist: numpy (>=2.3.3,<3.0.0)
Requires-Dist: rich (>=14.1.0,<15.0.0)
Description-Content-Type: text/markdown

# Tech Fellow Tools & Plugin

## Overview

**Tech Fellow Tools** is a Python package designed to streamline data handling, mathematical operations, and string manipulation. It is organized into modular sub-packages for ease of use and scalability.

Additionally, the **Tech Fellow Plugin** provides graph-related utilities built around graph data structures.

## Package: `tech_fellow_tools`

### Sub-packages and Modules

#### 📊 Data Tools

- **`csv_operations`**: Functions for reading, writing, and processing CSV files.
- **`data_transformation_operations`**: Functions for transforming and cleaning datasets.

#### ➗ Math Tools

- **`matrix_operations`**: Functions for matrix creation, manipulation, and computation.
- **`statistical_operations`**: Functions for statistical analysis and calculations.

#### 🔤 String Tools

- **`string_manipulation`**: Functions for modifying and formatting strings.
- **`string_operations`**: General-purpose string operations and utilities.

## Plugin: `tech_fellow_plugin`

### Modules

#### 📈 Graph Tools

- **`graph_tools`**: Implements graph data structures and related algorithms.

