## py_related_rule
py_related_rule(name, fifth, first, fourth, second, sixth, third)
This rule does python-related things. **ATTRIBUTES** | Name | Description | Type | Mandatory | Default | | :-------------: | :-------------: | :-------------: | :-------------: | :-------------: | | name | A unique name for this target. | Name | required | | | fifth | Hey look, its the fifth thing! | Boolean | optional | True | | first | this is the first doc string! | Label | required | | | fourth | the fourth doc string. | Boolean | optional | False | | second | - | Dictionary: String -> String | required | | | sixth | it's the sixth thing. | List of integers | optional | range(0, 10) | | third | - | Label | required | |