Metadata-Version: 2.1
Name: monday_helper
Version: 1.0.1
Summary: Monday API
Author: white_hat25
Author-email: devmarcel30@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE.TXT
Requires-Dist: requests

# Monday Test API

Welcome to the Monday Test API project! This is a simple API built for testing purposes. It allows you to interact with Monday's API and perform various operations.

## Table of Contents
- [Overview](#overview)
- [Installation](#installation)
- [Usage](#usage)
- [API Endpoints](#api-endpoints)
- [Contributing](#contributing)
- [License](#license)

## Overview

This project serves as a demonstration of how to interact with Monday's API. It allows you to integrate with Monday's task management system and perform actions like retrieving data, creating tasks, updating tasks, and more.

## Installation

To get started with this project, follow the steps below to install the necessary dependencies.

1. Clone the repository:

   ```bash
   git clone https://github.com/mj4w/monday-helper.git
   cd monday-helper
