Metadata-Version: 2.4
Name: pakutils
Version: 0.1.1
Summary: Useful utilities for Pakistan (Phone numbers, CNIC, and more)
Author: ASAD
License: MIT
Project-URL: Homepage, https://github.com/codewithtabish/pakutils_package
Project-URL: Repository, https://github.com/codewithtabish/pakutils_package
Project-URL: Bug Tracker, https://github.com/codewithtabish/pakutils_package/issues
Project-URL: Changelog, https://github.com/codewithtabish/pakutils_package/blob/main/CHANGELOG.md
Keywords: pakistan,pakistani,phone,utility,mobile,cnic
Classifier: Development Status :: 3 - Alpha
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: ruff>=0.15; extra == "dev"
Requires-Dist: pyright>=1.1; extra == "dev"
Dynamic: license-file

# pakutils 🇵🇰

## Pakistan Utilities Library

A clean, fast, and reliable Python package for handling Pakistani phone numbers, CNIC, and other Pakistan-specific utilities.

---

## ✨ Features

- `clean_phone()` – Clean and normalize Pakistani phone numbers to 10 digits
- `is_valid_pak_phone()` – Validate if a number is a valid Pakistani mobile number
- `format_phone()` – Format numbers in standard Pakistani style (`0300-1234567`)

---

## 📦 Installation

```bash
pip install pakutils
