## shield()


Get shield metadata by name.


Usage


``` python
shield(name)
```


## Parameters


`name: str`  
The shield name to look up.


## Returns


`dict`  
A dictionary with shield metadata.


## Examples

``` python
>>> shield("python")
```

{'name': 'python', 'color': 'green'}
