CSenshi / Validator

Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator
https://pypi.org/project/validator/
MIT License
46 stars 23 forks source link

Transpose list of rules #112

Closed CSenshi closed 4 years ago

CSenshi commented 4 years ago

Need to transpose matrix which is generated by make readme command. variable name = table_of_contents

...
75
76    table_of_contents = list(chunks(table_of_contents, rule_per_row))
77    # ToDo: Transpose table_of_contents
78
...