experimental/cuda-ubi9/: rfc3339-validator-0.1.4 metadata and description

Homepage Simple index

A pure python RFC3339 validator

author Nicolas Aimetti
author_email naimetti@yahoo.com.ar
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Natural Language :: English
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
description_content_type text/markdown
keywords rfc3339 validator
license MIT license
requires_dist
  • six
requires_python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
File Tox results History
rfc3339_validator-0.1.4-py2.py3-none-any.whl
Size
3 KB
Type
Python Wheel
Python
2.7

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