Metadata-Version: 2.4
Name: py-naija-utils
Version: 0.1.0
Summary: Lightweight Nigerian utility functions (phone numbers, NIN, currency, date).
Author-email: Ibrahim <iabdulrasheed919@gmail.com>
License: MIT License
        
        Copyright (c) 2025 Ibrahim
        Permission is hereby granted..
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# py-naija-utils

A lightweight utility toolkit for Nigerian-specific tasks:
- Format phone numbers
- Validate NIN
- Format currency (₦)
- Date helpers

## Usage

```python
from py_naija_utils import format_phone, format_currency

print(format_phone("0803 123 4567"))
print(format_currency(15000))
