Commit 4c495b14 by Peter Weidenbach Committed by GitHub

Update README.md

parent f15fd09c
# common_helper_filter # common_helper_filter
[![Build Status](https://travis-ci.org/fkie-cad/common_helper_filter.svg?branch=master)](https://travis-ci.org/fkie-cad/common_helper_filter)
Generate nice structured output of data. Generate nice structured output of data.
## time ## time
Examples: Examples:
´´´python ```python
from common_helper_filter import time_format from common_helper_filter import time_format
print(time_format(122)) print(time_format(122))
...@@ -23,4 +24,4 @@ print(time_format(122).format(description='none')) ...@@ -23,4 +24,4 @@ print(time_format(122).format(description='none'))
print(time_format(63072000)) print(time_format(63072000))
>> 2y, 0d, 0h, 0m, 0s >> 2y, 0d, 0h, 0m, 0s
´´´ ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment