unioslo / harborapi

Python async client for the Harbor REST API v2.0.
https://unioslo.github.io/harborapi/
MIT License
28 stars 5 forks source link

Loguru dependency should be removed #52

Closed pederhan closed 1 year ago

pederhan commented 1 year ago

There is no need to include Loguru as a dependency in a package meant for widespread distribution. Regardless, it's still useful to have the capability for logging, and to that end we need to migrate current logging functionality over to standard lib logging.

I'm really bad at the stdlib logger, but it shouldn't be that big of a task: