# myusuf3/delorean

Delorean: Time Travel Made Easy

Repository: https://github.com/myusuf3/delorean
Canonical: https://ross.abutalabs.com/products/delorean
Homepage: http://delorean.rtfd.org/
Language: Python
License: MIT
License Family: permissive
Topics: python, datetime, timezone, time, timedelta, python3, pytz, dateutils, datetimes, date
Last push: 2026-08-01T23:54:23+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 63, longevity 100
- inputs: {"age_days": 5461, "days_push": 32, "days_rel": 32, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1823, forks 126 (observed 2026-08-28T04:05:41.147830+00:00)

## What it is
Delorean is a Python library that simplifies working with datetimes, offering a cleaner API for shifting, manipulating, and generating datetimes across timezones. It builds on the standard library's zoneinfo and dateutil to provide natural-language-friendly time manipulation.

## Use cases
- convert datetimes between timezones in python
- shift and manipulate dates with a cleaner api
- generate datetimes for scheduling logic
- handle timezone-aware datetime arithmetic
- parse and normalize dates in python

## When to choose
- you want a friendlier wrapper around datetime and zoneinfo
- your code does lots of timezone shifting and date math
- you prefer expressive, chainable datetime manipulation

## When to avoid
- you only need basic datetime operations available in the standard library
- you need a full-featured date library like pendulum or arrow with parsing and humanization
- you work outside the Python ecosystem

## Facets
- artifact type: library
- maturity: active
- function: date-time
- domain: developer-tools
- platform: python, cross-platform
- tags: datetime, timezone, time-manipulation, dateutil, pytz, automation

## Member repositories
- myusuf3/delorean (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:41.147830+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:19:45.115105+00:00, confidence not recorded.
  - readme: https://github.com/myusuf3/delorean (fetched 2026-08-28T04:05:41.147830+00:00, sha d7d8d53d962f)
  - registry_pypi: https://pypi.org/pypi/delorean/json (fetched 2026-08-29T10:59:28.254122+00:00, sha a5c21264a49c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
