Time Helper
A lightweight Python library for effortless datetime handling with timezone support. Built for simplicity and flexibility, it provides a comprehensive set of utilities for parsing, converting, and manipulating dates and times.
Key Features:
π Timezone-aware operations with abbreviation support (e.g., IST, PST, CET)
with abbreviation support (e.g., IST, PST, CET) π Universal datetime parsing from strings, timestamps, and various formats
from strings, timestamps, and various formats π Optional pandas/numpy integration for DataFrame operations
for DataFrame operations π― Simple, intuitive API with one-line conversions
with one-line conversions π Modern Python 3.10+ with full type hints
Installation
Basic Installation
... continue reading