{"library":"basicauth","type":"library","category":null,"description":"The `basicauth` library provides an incredibly simple implementation for HTTP Basic Authentication in Python. It focuses purely on decoding and basic verification of the 'Authorization' header. The current version is 1.0.0. The project is stable and has a low release cadence.","language":"python","status":"active","version":"1.0.0","tags":["authentication","http","basic-auth","web"],"last_verified":"Tue May 26","install":[{"cmd":"pip install basicauth","imports":["import basicauth\nusername, password = basicauth.decode(auth_header)","import basicauth\nis_valid = basicauth.verify(auth_header, expected_username, expected_password)"]}],"homepage":null,"github":"https://github.com/rdegges/python-basicauth","docs":null,"changelog":null,"pypi":"https://pypi.org/project/basicauth/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.01,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/basicauth/compatibility"}}