Metadata-Version: 2.4
Name: AutomationJobs
Version: 0.1.1
Summary: A AutomationJobs package
Home-page: https://github.com/viswanadhGowd/AutomationJobs
Author: Viswanadh
Author-email: gowd7272@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# My Package

This is a AutomationJobs Python package.
# AutomationJobs: Send Email Process

This repository includes an automation tool that allows you to send an email programmatically using the `run_email_process` function from the `AutomationJobs.runemail` module.

## Prerequisites

Before you begin, ensure that you have the following:

1. **Python 3.x** installed on your machine.
2. **Required Python Libraries**:
   - `smtplib` (for sending emails)
   - `email` (for creating email content)
   - Any other dependencies required by `AutomationJobs` (can be installed via `requirements.txt`)
   

## Installation

You can install this package using `pip install AutomationJobs==0.1.0`:

