earonesty

Results 92 comments of earonesty

Looks good to me. Simple addition.

better to use the documented pkg_resources class function `pkg_resources.EntryPoint.parse_group("group.name", [])`, instead of `MODULE`.

nicely organized, and lots of tests

nose is not longer being released/maintained. last release is 3 years ago

You can scan github for stuff that references bde.... https://github.com/DaMSL/K3 https://github.com/testhound/palvalidator https://github.com/philippe-grenet/exordium https://github.com/scramjet-js/scramjet https://github.com/dgoffredo/timed-thread-pool Based on ad-hoc sampling, I'm guessing ~ 200-400 open source projects on gh.

Can't see private repos on gitlab tho.

PKI can be handled nicely by the existing, production-ready https://github.com/decentralized-identity/ion . Maybe skip that part and rely on something that's already working.

Configurable suppressions for classes would be generally useful: Simple config override in .pylintrc for classes that: \# [CLASSRULES.] \# metaclass_match= \# parent_match= \# disable=list,of,disables Would solve a lot of these...

i always just run conan from its own conan-venv. easier than dealing with compat with other build tools