Metadata-Version: 2.4
Name: p_c_vijay
Version: 0.1.0
Summary: A small encoding library
Author-email: vijay kumar <vijayds809@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# p_c

`p_c` is a simple Python package that provides encoding/decoding utilities (or any functionality your library offers).  
You can extend this library with custom logic and publish it to PyPI.

---

## 🚀 Installation

You can install the package using pip:

```bash
pip install p_c_vijay
