Metadata-Version: 2.4
Name: cronjoborganize
Version: 0.1.2
Summary: A command-line utility to parse and categorize cron job expressions into structured CSV reports
Author: Moudi Alameel
Project-URL: Homepage, https://github.com/moudialameel/cronjoborganize
Project-URL: Bug Tracker, https://github.com/moudialameel/cronjoborganize/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# cronjoborganize

![PyPI](https://img.shields.io/pypi/v/cronjoborganize)
![License](https://img.shields.io/pypi/l/cronjoborganize)
![Python](https://img.shields.io/pypi/pyversions/cronjoborganize)

A Python command-line tool designed to seamlessly parse and structure cron job expressions into well-organized CSV reports. 

## Features

* **Parse Cron Expressions:** Accurately reads standard cron scheduling syntax.
* **CSV Reporting:** Exports your parsed cron jobs into a structured, readable CSV format for straightforward auditing and analysis.
* **CLI Interface:** Provides a lightweight and intuitive command-line interface.

## Installation

You can install `cronjoborganize` directly from PyPI using pip:

```bash
pip install cronjoborganize
```

## Usage

Use the tool from the command line to parse your cron files and generate reports:
