ua-parser / uap-python

Python implementation of ua-parser
Apache License 2.0
561 stars 152 forks source link

Merge all script thingies at the package toplevel #196

Closed masklinn closed 7 months ago

masklinn commented 7 months ago

Using subcommands at the top of the package is simpler and easier than using individual script submodules.

Merger is mostly direct and ad-hoc, there was a minor amount of deduplication (imports and the file argument, via parent parsers) but that's about it so there may be opportunities for reducing the size of the runner if someone bothers looking into it.