Metadata-Version: 2.1
Name: pt-dev-utils
Version: 1.0.0
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>=1.10.0
Requires-Dist: python-dateutil<2.9.0,>=2.8.0

# pt_dev_utils

**pt_dev_utils** is an internal Python utility package designed to support backend developers working on the Poshan Tracker 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

---

## Folder Structure

pt_dev_utils/
â”œâ”€â”€ init.py
â”œâ”€â”€ file_ops.py # File and path handling helpers
â”œâ”€â”€ validation.py # Data validators
â”œâ”€â”€ logger.py # Standardized logging setup
â”œâ”€â”€ constants.py # Shared constants

## Installation
`pip install pt_dev_utils`


