Metadata-Version: 2.1
Name: pt-dev-utils
Version: 1.1.0
Summary: Internal utility package for PT backend developers
Home-page: UNKNOWN
Author: Smit Jethwa
Author-email: smitjethwa20@gmail.com
License: UNKNOWN
Description: # 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`
        
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.9
Description-Content-Type: text/markdown
