Changes - Add deprecation warning for using the `einspect.view` factory with object types not mappable to a concrete `View` subclass. For generic objects `einspect.views.AnyView` should be used instead.
Documentation - Added sphinx docs at https://ionite.io/einspect - Additional info and formatting on README
New - Added `PyUnicodeObject` and the view `StrView` for inspections on `str` objects
Changes - Refactored views and structs into their own submodules
Testing - Improved unit test coverage
Full Changelog https://github.com/ionite34/einspect/compare/v0.1.1...v0.2.0
0.1.1
**Bug fixes**: - Removed some print comments in attribute getters - Changed `AttributeError` in `View.base` to `UnsafeError` to prevent misleading builtin attribute suggestions