* Refactor search methods, supporting mongo and JSON backends
- `search` - search by key/value pairs as kwargs
- `search_range` - search for a range of values in a specific key
- `search_regex` - search for key/value pairs as kwargs, with values being regular expressions
- Adds `SearchResult` container, allowing for access of metadata or device instantiation
* `Client['item']` supported
* `happi.Device` is now marked as deprecated
- Migrate to `happi.OphydItem`
* Documentation building fixed and made more accurate
* Internal refactoring
- Reduce usage of metaclasses
- pymongo/mongomock are truly optional test dependencies now
- Added pre-commit configuration for developer quality-of-life
- `HappiItem`s are now `copy.copy()`-able
- Backends supply generators and not lists
* Fixed many oustanding issues with the JSON backend