A Python library for reporting HTTP status codes of GET and POST requests. Provides a simple interface to check website responses. Current version 0.2.5, released with minimal maintenance.
pip install statusNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Status object for a URL and access status_code and ok properties. Optionally set a timeout.
Use the 'requests' library instead for modern HTTP status checks.
Wrap usage in try/except: try: Status('url') except Exception as e: print(e)No dependency data recorded yet.