rfc3339-validator (0.1.4)

Published 2026-04-19 20:35:16 +02:00 by eofredj

Installation

pip install --index-url  rfc3339-validator

About this package

A pure python RFC3339 validator

rfc3339-validator

A pure python RFC3339 validator

image Build Status

Install

pip install rfc3339-validator

Usage

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

Requirements

Requires Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Details
PyPI
2026-04-19 20:35:16 +02:00
27
Nicolas Aimetti
MIT license
3.4 KiB
Assets (1)
Versions (1) View all
0.1.4 2026-04-19