{"id":28559223,"url":"https://github.com/toastdriven/boto3","last_synced_at":"2025-06-10T08:36:28.461Z","repository":{"id":9469002,"uuid":"11353120","full_name":"toastdriven/boto3","owner":"toastdriven","description":"**EXPERIMENTAL** Evolution of boto. Supports Py2/3.","archived":false,"fork":false,"pushed_at":"2014-02-01T00:12:28.000Z","size":926,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2025-06-07T16:54:56.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toastdriven.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-11T21:08:12.000Z","updated_at":"2014-02-01T00:12:28.000Z","dependencies_parsed_at":"2022-09-05T13:12:08.285Z","dependency_job_id":null,"html_url":"https://github.com/toastdriven/boto3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fboto3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fboto3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fboto3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fboto3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toastdriven","download_url":"https://codeload.github.com/toastdriven/boto3/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fboto3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259039703,"owners_count":22796898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-10T08:36:18.108Z","updated_at":"2025-06-10T08:36:28.445Z","avatar_url":"https://github.com/toastdriven.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=====\nboto3\n=====\n\n|Build Status|\n\nAn evolution of boto, supporting both Python 2 \u0026 3.\n\nThis is not a port of boto_, but a ground-up rewrite. We hope to improve on boto\nin both consistency \u0026 maintainability.\n\nYou can find a current version of the documentation on `Read the Docs`_.\n\n**WARNING**: This repo is unstable \u0026 the API **WILL** shift as time goes\non. This code is **NOT** yet production-ready.\n\n.. _boto: https://docs.pythonboto.org/\n.. _`Read the Docs`: https://boto3.readthedocs.org/en/latest/\n.. |Build Status| image:: https://travis-ci.org/boto/boto3.png?branch=develop\n   :target: https://travis-ci.org/boto/boto3\n\nRequirements\n============\n\n* Python 3.3+ first, but also works on Python 2.6+\n* botocore==0.24.0\n* six\u003e=1.4.0\n* jmespath==0.1.0\n* python-dateutil\u003e=2.1\n\n\nCurrent Status\n==============\n\nComplete\n--------\n\n* Low-level ``Connection`` objects are relatively complete, but are usable\n  *now*.\n\n    * These are equivalent to the low-level ``*Connection`` objects in boto.\n    * Relatively finalized, though they may eventually move down to botocore_\n      (still importable \u0026 usable in ``boto3`` though).\n\n.. _botocore: https://github.com/boto/botocore\n\nIn-progress\n-----------\n\n* ``Resource`` objects\n\n    * A more Pythonic/object-y layer on top of the ``Connection`` objects\n    * Easier/more natural to work with\n    * Basic calls function, but you need to supply all parameters the right way\n      (leaning on the API docs a lot) \u0026 the responses are pretty raw\n\n* ``Collection`` objects\n\n    * Abstracts working with collections of ``Resource`` objects\n    * Basic functionality works (creates/gets data)\n    * Processing list data (``.all(...)``)\n\n\nRunning Tests\n=============\n\nSetup\n-----\n\nSetup looks like::\n\n    $ virtualenv -p python3 env3\n    $ . env3/bin/activate\n    $ pip install -r requirements.txt\n    $ pip install nose\n\nRunning Unit Tests\n------------------\n\nRunning tests looks like::\n\n    $ nosetests -s -v unit\n\n``boto3`` is in a state of flux, so while we strive for passing unit tests \u0026\ngood test coverage (currently 98%), there may be periods where some failures\nare present. This should no longer be the case once we reach beta.\n\nRunning Integration Tests\n-------------------------\n\nRunning **integration** tests (against AWS itself) looks like::\n\n    $ nosetests -s -v integration\n\n**WARNING:** Running integration tests requires a valid AWS account \u0026 **WILL**\nresult in charges to that account based on usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fboto3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoastdriven%2Fboto3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fboto3/lists"}