- Add feature to get user-defined information (7, 10)
- example: `azely.compute('user:GC', 'user:ASTE', ...)`
- Add feature to forcibly update cached information (4, 14)
- example: `azely.compute('Sun', '!here')`
- Add custom properties (`object`, `site`) to pandas DataFrame (11, 15)
- example: `df = azely.compute(...); print(df.site)`
- Rename property for LST axis (`as_lst` → `in_lst`)
- example: `azely.compute(...).in_lst.el.plot(ylim=(0, 90))`
- Add docstrings to modules, classes, and functions
- Add description and usages to README
- Add API docs made by sphinx