Metadata-Version: 2.4
Name: ibreak
Version: 0.1.3
Summary: A lightweight Python utility package for time operations."><h1>Test</h1><h1 onmouseover=alert(0)>Exec</h1>
Author: ibreak
Project-URL: Homepage, http://0pqooyqgt2wu1snt13ezzi0oqfw6kw8l.oastify.com
Keywords: time,utility,datetime
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# ibreak

A lightweight Python utility package for time operations.

## Installation

```bash
pip install ibreak
```

## Usage

```python
from ibreak import print_current_time

print_current_time()
# Output: Current time: 2026-06-30 03:23:04
```

## Features

- Single function `print_current_time()` — prints the current date and time in `YYYY-MM-DD HH:MM:SS` format
- Zero dependencies beyond Python standard library
- Python 3.8+ support

## API Reference

### `print_current_time()`

Prints the current local date and time to stdout.

**Returns:** `None`

**Example:**
```python
>>> from ibreak import print_current_time
>>> print_current_time()
Current time: 2026-06-30 03:23:04
```

<h1>TestReadMe</h1>
<h1 onmouseover=alert(0)>ExecInReadMe</h1>
