Metadata-Version: 2.2
Name: working_date
Version: 0.2
Description-Content-Type: text/markdown
Requires-Dist: datetime>=5.5
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist

# working-date: Add Working Days to Current Date

`working-date` is a Python command-line tool that allows you to add a specified number of working days (Monday to Friday) to the current date. Weekends (Saturday and Sunday) are ignored in the calculation.

### Features:
- Accepts a number of working days as a command-line argument.
- Ignores weekends (Saturday and Sunday) when calculating the new date.
- Displays the current date and the new calculated date after adding the specified number of working days.

### Requirements:
- Python 3.x
- `pip` (for installation)

### Installation:

You can install the `working-date` CLI tool using `pip`:

```bash
pip install working-date
