awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
arrow-py avatar

arrow-py/arrow

0
View on GitHub↗
9,046 stars·757 forks·Python·Apache-2.0·22 viewsarrow.readthedocs.io↗

Arrow

Arrow is a Python date and time library that provides a simplified interface for creating and manipulating timestamps by wrapping the Python standard library. It serves as a tool for managing date objects, handling timezone offsets, and performing relative date calculations.

The library is distinguished by its ability to humanize timestamps into natural language relative descriptions across multiple locales and parse human-readable time phrases back into precise date objects. It also features a specialized parser for converting ISO 8601 strings and custom formatted text into date objects.

Broad capabilities include temporal arithmetic for shifting dates, range generation for calculating time spans, and boundary rounding to align timestamps to specific units. It also covers global timezone and daylight savings transitions, as well as locale-driven translation for internationalized date formatting.

Features

  • Date and Time Libraries - Provides a simplified Python library for parsing, validating, manipulating, and formatting date and time values.
  • Standard Library Wrappers - Provides a simplified interface that wraps the Python standard library datetime module to improve ergonomics.
  • Relative Date Generations - Enables the creation of date objects using relative offsets like days, weeks, or months.
  • Date Object Creators - Instantiates date and time objects from common input standards such as ISO 8601.
  • Date String Parsers - Automatically converts ISO 8601 strings or custom text into native date objects.
  • Temporal Arithmetic - Provides functions for adding or subtracting time increments from timestamps while accounting for calendar variations.
  • Natural Language Formatters - Translates timestamps and time intervals into colloquial, natural language phrases based on locale.
  • Relative Time Humanization - Translates timestamps into localized, human-readable relative time descriptions like 'two hours ago'.
  • Natural Language Time Parsers - Parses human-readable time phrases and relative strings back into precise date objects using rule-based patterns.
  • ISO 8601 Parsers - Implements specialized parsing to convert ISO 8601 compliant date-time strings into Python date objects.
  • Temporal Natural Language Parsing - Provides utilities to parse human-readable date and time strings into structured temporal objects.
  • Timezone Management - Provides comprehensive logic for managing global timezone offsets and daylight savings transitions.
  • Timezone Conversions - Changes the timezone of a timestamp and handles corresponding offset conversions for different geographic regions.
  • Chronological Comparisons - Provides logic for determining chronological relationships to check if one timestamp occurs before or after another.
  • Relative Offset Management - Shifts dates and times forward or backward using relative offsets for units ranging from microseconds to years.
  • Date Manipulation Utilities - Provides tools for performing arithmetic and transformations to adjust timestamps by specified durations.
  • Bidirectional Parsing - Transforms date objects into strings and parses strings back into date objects using automated rules.
  • Calendar Date Calculations - Calculates date shifts by adding or subtracting calendar units while accounting for varying month and year lengths.
  • Temporal Offset Calculations - Performs calculations of time intervals and relative offsets such as hours, days, or weeks.
  • Temporal Rounding - Provides utilities to align timestamps to the nearest floor or ceiling boundary based on specific time units.
  • Token-Based Templates - Generates formatted strings from date objects using custom token patterns and built-in templates.
  • Locale Mappings - Uses lookup tables and mapping logic to translate temporal components into language-specific equivalents for globalized output.
  • Timestamp Generators - Generates date and time objects from simplified input options and current system time.
  • Date Formatting Utilities - Offers utilities for formatting date and time values into human-readable strings via customizable patterns.
  • Date Localizations - Adapts date representations and names to specific global locales and languages.
  • Temporal String Interpolation - Transforms date objects into human-readable strings using customized alphanumeric tokens and predefined mappings.
  • Temporal Span Calculators - Calculates time spans, ranges, floors, and ceilings for frames ranging from microseconds to years.
  • Date Range Iterators - Generates programmatic sequences of date objects between two points in time using a specified interval.
  • Temporal Translation Mappings - Uses external mapping files to swap date and time components with language-specific equivalents.
  • Interpolation Tokens - Translates custom alphanumeric tokens into date and time components for flexible string generation.
  • Internationalized Date Formatting - Adapts date and time strings to specific languages and locales for user-facing displays.
  • Data Manipulation Libraries - Enhanced work with dates and times.
  • Date And Time - Human-friendly date and time manipulation.

Star history

Star history chart for arrow-py/arrowStar history chart for arrow-py/arrow

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Arrow

Similar open-source projects, ranked by how many features they share with Arrow.
  • sdispater/pendulumsdispater avatar

    sdispater/pendulum

    6,668View on GitHub↗

    Pendulum is a Python date and time library that provides a simplified interface for date arithmetic, ISO parsing, localization, and timezone management. It serves as a replacement for the standard library datetime module, extending existing classes to maintain compatibility while offering a more intuitive management interface. The library distinguishes itself through a natural language date formatter that translates time differences into localized strings and a dedicated ISO 8601 date parser. It also includes tools for time-dependent logic testing, allowing the system clock to be mocked or fi

    Python
    View on GitHub↗6,668
  • dromara/carbondromara avatar

    dromara/carbon

    5,221View on GitHub↗

    Carbon is a Go library for semantic date and time calculations, formatting, and parsing. It provides a semantic interface to simplify temporal data handling and improve the readability of date and time manipulations. The library is distinguished by its support for multi-calendar date conversion, allowing transformations between Gregorian, Chinese Lunar, Persian, and Hebrew calendar systems. It also includes a localized temporal framework that uses ISO 639-1 codes to format dates and relative time differences across multiple language locales. Additional capabilities cover global time zone man

    Go
    View on GitHub↗5,221
  • python-pendulum/pendulumpython-pendulum avatar

    python-pendulum/pendulum

    6,668View on GitHub↗

    Pendulum is a Python datetime library used for creating, manipulating, and formatting date and time objects with native timezone awareness. It extends the native Python datetime class to maintain compatibility while providing a specialized engine for date arithmetic and timezone management. The library features a dedicated ISO 8601 and RFC 3339 parser that converts standardized strings into date objects without requiring manual format strings. It also includes a relative time generator for producing natural language descriptions of time differences and a timezone management tool that automati

    Python
    View on GitHub↗6,668
  • spencermountain/spacetimespencermountain avatar

    spencermountain/spacetime

    4,109View on GitHub↗

    Spacetime is a JavaScript timezone library and date manipulation framework designed for parsing, formatting, and managing dates across global timezones. It provides an internationalization tool for localizing date components and includes static type definitions for TypeScript environments to ensure type checking and autocompletion. The project features a plugin system for custom date logic, allowing the injection of specialized methods and behaviors into date objects. This extensibility enables the implementation of project-specific time requirements through prototype-based method extensions.

    JavaScriptdate-formattingdaylight-savingstime-formatting
    View on GitHub↗4,109
See all 30 alternatives to Arrow→

Frequently asked questions

What does arrow-py/arrow do?

Arrow is a Python date and time library that provides a simplified interface for creating and manipulating timestamps by wrapping the Python standard library. It serves as a tool for managing date objects, handling timezone offsets, and performing relative date calculations.

What are the main features of arrow-py/arrow?

The main features of arrow-py/arrow are: Date and Time Libraries, Standard Library Wrappers, Relative Date Generations, Date Object Creators, Date String Parsers, Temporal Arithmetic, Natural Language Formatters, Relative Time Humanization.

What are some open-source alternatives to arrow-py/arrow?

Open-source alternatives to arrow-py/arrow include: sdispater/pendulum — Pendulum is a Python date and time library that provides a simplified interface for date arithmetic, ISO parsing,… dromara/carbon — Carbon is a Go library for semantic date and time calculations, formatting, and parsing. It provides a semantic… python-pendulum/pendulum — Pendulum is a Python datetime library used for creating, manipulating, and formatting date and time objects with… spencermountain/spacetime — Spacetime is a JavaScript timezone library and date manipulation framework designed for parsing, formatting, and… malcommac/swiftdate — SwiftDate is a date manipulation library for the Swift programming language. It provides a toolkit for parsing,… formkit/tempo — Tempo is a JavaScript date manipulation library that provides a suite of tools for parsing, formatting, and…