{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/19"}],"enrichment":{"capability":"Delorean simplifies Python datetime manipulation by wrapping the standard library and dateutil with a cleaner API for shifting timezones, manipulating dates, and generating datetime objects.","skillfed_tags":["datetime","timezone-handling","api-wrapper"],"use_cases":["Convert and display times across multiple timezones in web applications or APIs.","Simplify date arithmetic (e.g., shifting a datetime forward or backward) in scheduling or reporting code.","Generate human-readable timestamps and relative time strings in logs or user interfaces.","Handle timezone-aware datetime creation and manipulation in data pipelines.","Build timezone-sensitive business logic without repeated dateutil boilerplate."],"what_it_does":"Delorean is a datetime manipulation library that abstracts away the complexity of Python's standard datetime and timezone handling. It builds on python-dateutil and zoneinfo to provide a simpler, more intuitive API for common tasks like shifting between timezones, manipulating dates, and creating datetime objects. Rather than chaining multiple imports and method calls, you work with Delorean objects that handle the boilerplate\u2014timezone conversions, localization, and arithmetic become single-line operations.\n\nThe library targets developers who find Python's native datetime API verbose or error-prone, especially when working across timezones or performing repeated date manipulations. It integrates humanize for readable time representations and babel for locale-aware formatting, making it useful in applications that need both programmatic precision and human-friendly output.","worth_installing":"Yes, if you work frequently with datetimes and timezones in Python. The low install friction, active maintenance, MIT license, and clean API make it a practical choice for reducing datetime-related complexity. Not necessary for simple, timezone-naive use cases, but worthwhile for applications that juggle multiple timezones or need readable time output."},"id":"delorean","links":{"html":"https://skillfed.io/packages/delorean","md":"https://skillfed.io/packages/delorean.md","pypi":"https://pypi.org/project/delorean/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-01","license_spdx":"MIT","license_treatment":"permissive","name":"delorean","python_support":"supports_current","summary":"library for manipulating datetimes with ease and clarity"},"popularity":{"monthly_downloads":114790,"position":12280,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.0"}
