## parse_input()


Parse raw input text into a dictionary.


Usage


``` python
parse_input(text)
```


## Parameters


`text: str`  
Raw input text.


## Returns


`dict`  
Parsed data.
