--- id: rfc3339-validator version: "0.1.4" license: MIT license license_treatment: permissive maintenance: abandoned --- # rfc3339-validator — A pure python RFC3339 validator License: permissive · Maintenance: abandoned · Popularity: top 1,000 on PyPI ## Install pip install rfc3339-validator uv add rfc3339-validator poetry add rfc3339-validator ## Description # rfc3339-validator A pure python RFC3339 validator [![image](https://img.shields.io/pypi/v/rfc3339_validator.svg)](https://pypi.python.org/pypi/rfc3339_validator) [![Build Status](https://travis-ci.org/naimetti/rfc3339-validator.svg?branch=master)](https://travis-ci.org/naimetti/rfc3339-validator) # Install ```shell script pip install rfc3339-validator ``` # Usage ```python from rfc3339_validator import validate_rfc3339 validate_rfc3339('1424-45-93T15:32:12.9023368Z') >>> False validate_rfc3339('2001-10-23T15:32:12.9023368Z') >>> True ``` - Free software: MIT license ## AI interpretation — verify before relying Validates RFC3339-formatted timestamp strings, returning True or False based on conformance to the standard. Verdict: A minimal, permissively licensed RFC3339 validator with no known vulnerabilities and low install friction. However, its abandoned status since 2021-05-12 means no bug fixes or security updates will be forthcoming; use only if the frozen functionality meets your needs and you can maintain it independently if required. [View on SkillFed](https://skillfed.io/packages/rfc3339-validator) · [View on PyPI](https://pypi.org/project/rfc3339-validator/)