File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
- # -*- coding: utf-8 -*-
3
2
4
3
"""
5
4
The app.py module defines a main() function that includes the logic for the `font-line` command line executable.
23
22
24
23
# TODO: support integer addition and subtraction to the metrics values through new sub-commands
25
24
# TODO: JSON formatted metrics output
26
- # TODO: add report line items for 'exceeds ymax/ymin values' across each of the three metrics
27
25
28
26
29
27
def main ():
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
- # -*- coding: utf-8 -*-
3
2
4
3
import sys
5
4
import os .path
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
- # -*- coding: utf-8 -*-
3
2
4
3
# ------------------------------------------------------------------------------
5
4
# Application Name
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
- # -*- coding: utf-8 -*-
3
2
4
3
import os
5
4
import hashlib
You can’t perform that action at this time.
0 commit comments