Metadata-Version: 2.4
Name: coderutils
Version: 0.1.0
Summary: Utility functions package
Author: Prabhakar Vishwakarma
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

# coderutils

coderutils is a lightweight Python utility package that provides a `reverse()` function for reversing strings and integers.

## Features

- Reverse strings
- Reverse positive integers
- Reverse negative integers while preserving the sign
- Easy to use
- No external dependencies

## Installation

Install the package using pip:

```bash
pip install coderutils
