{"id":26808,"library":"botoinator","title":"Botoinator","description":"Botoinator is a decoration mechanism for boto3 that automatically decorates any and all boto3 clients and resources, allowing easy injection of cross-cutting concerns like logging, metrics, or custom behavior. The latest version is 0.0.6 (no recent updates). Release cadence is unknown.","status":"active","version":"0.0.6","language":"python","source_language":"en","source_url":"https://github.com/QuiNovas/botoinator","tags":["boto3","aws","decorator","logging","monkey-patch"],"install":[{"cmd":"pip install botoinator","lang":"bash","label":"Install via pip"}],"dependencies":[{"reason":"Core dependency for AWS SDK interaction.","package":"boto3","optional":false}],"imports":[{"wrong":"import botoinator","symbol":"botoinator","correct":"import botoinator"}],"quickstart":{"code":"import boto3\nimport botoinator\n\n# Enable logging on all boto3 clients and resources\nbotoinator.enable_logging()\n\n# Now any boto3 client/resource created will be automatically decorated with logging\ns3 = boto3.client('s3')\nresponse = s3.list_buckets()\nprint(response)","lang":"python","description":"Automatically decorates all boto3 clients and resources with logging."},"warnings":[{"fix":"Import botoinator at the top of your script, before any boto3 calls.","message":"botoinator must be imported before any boto3 clients or resources are created, otherwise those clients will not be decorated.","severity":"gotcha","affected_versions":"all"},{"fix":"Pin the version in your requirements and test upgrades carefully.","message":"The library is very early stage (version 0.0.6) and may have API changes without notice. It may also be abandoned.","severity":"deprecated","affected_versions":"<=0.0.6"}],"env_vars":null,"search_vec":"'0.0.6':37 'allow':19 'automat':10 'aw':46 'behavior':32 'boto3':8,15,45 'botoin':1,2 'cadenc':42 'client':16 'concern':26 'cross':24 'cross-cut':23 'custom':31 'cut':25 'decor':5,11,47 'easi':20 'inject':21 'latest':34 'like':27 'log':28,48 'mechan':6 'metric':29 'monkey':50 'monkey-patch':49 'patch':51 'recent':39 'releas':41 'resourc':18 'unknown':44 'updat':40 'version':35","created_at":"2026-05-01T17:43:00.143091+00:00","updated_at":"2026-05-01T17:43:00.143091+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\n  File \"/tmp/tmpp_ck5n7u/venv/lib/python3.12/site-packages/botoinator/__init__.py\", line 1, in <module>\n    import boto3\nModuleNotFoundError: No module named 'boto3'"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/QuiNovas/botoinator","docs":null,"changelog":null,"pypi":"https://pypi.org/project/botoinator/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["aws"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}