## parse_input()


Parse input text into a dictionary.


Usage


``` python
parse_input(text)
```


## Parameters


`text: str`  
The input text to parse.


## Returns


`dict`  
Parsed data.
