1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-10 22:41:51 +02:00

formatting

This commit is contained in:
Kelly Brazil
2020-03-02 17:15:05 -08:00
parent b78c1509f6
commit 958e998991

View File

@@ -13,7 +13,7 @@ Compatibility:
Examples: Examples:
$ cat homes.csv $ cat homes.csv
"Sell", "List", "Living", "Rooms", "Beds", "Baths", "Age", "Acres", "Taxes" "Sell", "List", "Living", "Rooms", "Beds", "Baths", "Age", "Acres", "Taxes"
142, 160, 28, 10, 5, 3, 60, 0.28, 3167 142, 160, 28, 10, 5, 3, 60, 0.28, 3167
175, 180, 18, 8, 4, 1, 12, 0.43, 4033 175, 180, 18, 8, 4, 1, 12, 0.43, 4033
@@ -64,7 +64,7 @@ import csv
class info(): class info():
version = '1.0' version = '1.0'
description = 'csv file parser' description = 'CSV file parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
details = 'Using the python standard csv library' details = 'Using the python standard csv library'