httpagentparser
httpagentparser copied to clipboard
detect() should return all subfields for all keys, but with `none` or other null value.
Because `info.get('browser',{}).get('name', 'unkown') is gross in python :)
This could be done as
- module level 'config': 'complete=True'
- An arg to
detect(full=true)
or(verbose=True)
- Other / all of the above!
Holler if you like any of these / want a PR.