arrow-py/arrow
🏹 Better dates & times for Python observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 88
- Release rhythm 21
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5036
- days_rel: 313
- days_push: 73
- n_releases_24m: 1
Adoption not part of the score
9047 stars · 774 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Arrow is a Python library providing a human-friendly, drop-in replacement for the datetime type with simpler creation, manipulation, formatting, and timezone conversion. It fills gaps in the standard library such as ISO 8601 parsing, timespans, and humanized date output.
Use cases
- parse dates and timestamps in python
- convert datetimes between timezones
- humanize relative dates like '2 hours ago'
- parse iso 8601 date strings
- generate date ranges and time spans
- replace verbose datetime/pytz boilerplate
When to choose
- you want timezone-aware datetimes by default with minimal code
- you need ISO 8601 parsing or humanized date strings in many locales
- you want a drop-in datetime replacement with a friendlier API
When to avoid
- you need maximum performance or zero dependencies - the stdlib datetime may suffice
- you're on a project standardized around datetime/dateutil and don't want a new type
- you need immutable or high-precision time handling beyond Arrow's scope
Facets
library · maturity stable
date-time parser internationalization developer-tools cross-platform python cross-platform datetime timezone humanize iso-8601 timestamp moment-js-inspired
3 sources
- readme: https://github.com/arrow-py/arrow · fetched 2026-08-28 · 187a3073d1dc
- homepage: https://arrow.readthedocs.io · fetched 2026-08-29 · 90eb9225659f
- registry_pypi: https://pypi.org/pypi/arrow/json · fetched 2026-08-29 · 385f58d5dd76
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| arrow-py/arrow | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem