--- id: parsedatetime version: "2.6" license: Apache License 2.0 license_treatment: permissive maintenance: active --- # parsedatetime — Parse human-readable date/time text. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install parsedatetime uv add parsedatetime poetry add parsedatetime ## Description parsedatetime ============= Parse human-readable date/time strings. Python 2.6 or greater is required for parsedatetime version 1.0 or greater. While we still test with Python 2.6 we cannot guarantee that future changes will not break under 2.6 .. image:: https://img.shields.io/pypi/v/parsedatetime.svg :target: https://pypi.python.org/pypi/parsedatetime/ :alt: Downloads .. image:: https://travis-ci.org/bear/parsedatetime.svg?branch=master :target: https://travis-ci.org/bear/parsedatetime :alt: Travis CI .. image:: http://codecov.io/github/bear/parsedatetime/coverage.svg?branch=master :target: http://codecov.io/github/bear/parsedatetime :alt: Codecov .. image:: https://requires.io/github/bear/parsedatetime/requirements.svg?branch=master :target: https://requires.io/github/bear/parsedatetime/requirements/?branch=master :alt: Requirements Status .. image:: https://dependencyci.com/github/bear/parsedatetime/badge :target: https://dependencyci.com/github/bear/parsedatetime :alt: Dependency Status ========== Installing ========== You can install parsedatetime using:: pip install parsedatetime ============= Running... ## AI interpretation — verify before relying Parses human-readable date and time strings (like "tomorrow" or "next Friday") into structured date/time objects that Python can work with. Verdict: Stable, well-maintained library with no known vulnerabilities and permissive licensing. Zero dependencies and pure Python distribution make it straightforward to integrate. The 2020 release date is notable but maintenance status remains active; suitable for production use in date parsing workflows. [View on SkillFed](https://skillfed.io/packages/parsedatetime) · [View on PyPI](https://pypi.org/project/parsedatetime/)