Metadata-Version: 2.1
Name: pt-library
Version: 0.1.1
Summary: A small utility package
Author-email: Smit Jethwa <smitjethwa20@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# PT Utility Package

- Time Decorator
  - decorator to calculate execution time.
  - `from pt_library import calculate_time`
- Notification
  - Currently, supports only Telegram Notifications.
  - `from pt_library.notifications import telegram_notification`
- DB Connection
  - Run Query on SQL and return records.
  - `from pt_library.sql import run_query`
