Metadata-Version: 2.4
Name: fullautomation-logging
Version: 1.0.0
Summary: Reusable logging framework for automation projects
Author: Sanjay
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# FullAutomation Framework

A modular Python automation framework providing reusable components for test automation.

## Features

- Selenium Web Automation support
- Custom Logging framework
- Page Object Model support
- Reusable UI elements
- Wait utilities
- Configurable framework architecture
- Package-based installation

---

# Architecture

FullAutomation is designed as a modular framework where users can install only the required components.

Packages:

## fullautomation-logging

Provides:

- Centralized logging
- Log formatting
- File and console logging support

## fullautomation-selenium

Provides:

- Selenium WebDriver management
- Page Object Model utilities
- Element handling
- Wait mechanisms

---

# Project Structure
