Joshua Boniface 2eb0c3944e Optimize CLI client dependency loading
The CLI client was quite heavy in loading in a lot of libraries and
modules during runtime, which slowed it down quite a bit, especially on
slower systems.

This commit makes several major changes to help improve the situation.

1. Don't use pkg_resources to get our version, just hardcode it.

2. Reimplement our entire API call to use a custom http.client-based
system that prevents importing any unnecessary libraries (with a
custom User-Agent too).

3. Implement a lazy-loading method for some of the heavier modules, so
that they are only loaded if absolutely necessary.
2025-03-13 02:03:00 -04:00
..
2025-02-10 23:15:21 -05:00
2025-03-12 23:46:52 -04:00
2025-03-13 02:03:00 -04:00
2021-03-25 16:58:02 -04:00
2025-03-13 00:37:18 -04:00