1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

doc formatting

This commit is contained in:
Kelly Brazil
2022-08-04 07:44:36 -07:00
parent 5c9cd4e4cd
commit bfe41d0391

View File

@ -1,4 +1,4 @@
"""jc - JSON Convert UNIX Epoch Timestamp string parser """jc - JSON Convert Unix Epoch Timestamp string parser
The naive fields are based on the local time of the system the parser is The naive fields are based on the local time of the system the parser is
run on. run on.
@ -98,7 +98,7 @@ import jc.utils
class info(): class info():
"""Provides parser metadata (version, author, etc.)""" """Provides parser metadata (version, author, etc.)"""
version = '1.0' version = '1.0'
description = 'UNIX Epoch Timestamp string parser' description = 'Unix Epoch Timestamp string parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
compatible = ['linux', 'aix', 'freebsd', 'darwin', 'win32', 'cygwin'] compatible = ['linux', 'aix', 'freebsd', 'darwin', 'win32', 'cygwin']