Metadata-Version: 2.1
Name: pt-dev-utils
Version: 1.0.1
Summary: Internal utility package for PT backend developers
Home-page: UNKNOWN
Author: Smit Jethwa
Author-email: smitjethwa20@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: Other/Proprietary License
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
Requires-Dist: six<2,>=1.10.0
Requires-Dist: python-dateutil<2.9.0,>=2.8.0
Requires-Dist: certifi<2022.0.0
Requires-Dist: chardet<5.0.0,>=3.0.0
Requires-Dist: idna<3,>=2.5
Requires-Dist: requests==2.27.1
Requires-Dist: urllib3<2,>=1.25.11
Requires-Dist: pt-dev-utils>=1.0.0

# pt_dev_utils

**pt_dev_utils** is an internal Python utility package designed to support backend developers working on the PT system. It provides reusable helper functions, validation logic, and tools commonly used in backend workflows.

---

## Features

- Common utility functions for file handling, logging, and validation
- Reusable data validators for backend pipelines
- Organized modules to keep backend scripts clean and DRY
- Lightweight and built for internal use only

---

## Installation
`pip install pt_dev_utils`


