Metadata-Version: 2.1
Name: pt-dev-utils
Version: 1.1.7
Summary: Internal utility package for PT backend developers
Home-page: UNKNOWN
Author: Smit Jethwa
Author-email: smitjethwa20@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://pt-dev-utils.web.app/
Project-URL: Source, https://github.com/smitjethwa/pt_dev_utility
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: Other/Proprietary License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: python-dateutil>=2.8.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`


