mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
doc formatting
This commit is contained in:
@ -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']
|
||||||
|
Reference in New Issue
Block a user