{"id":19775299,"url":"https://github.com/tallesl/py-dynamo-size","last_synced_at":"2026-05-10T12:05:59.785Z","repository":{"id":57424833,"uuid":"240504007","full_name":"tallesl/py-dynamo-size","owner":"tallesl","description":"Roughly calculates DynamoDB item size.","archived":false,"fork":false,"pushed_at":"2020-03-09T13:06:23.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T01:29:48.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/CapacityUnitCalculations.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tallesl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-14T12:32:18.000Z","updated_at":"2023-03-08T04:41:59.000Z","dependencies_parsed_at":"2022-09-13T15:40:16.392Z","dependency_job_id":null,"html_url":"https://github.com/tallesl/py-dynamo-size","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tallesl%2Fpy-dynamo-size","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tallesl%2Fpy-dynamo-size/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tallesl%2Fpy-dynamo-size/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tallesl%2Fpy-dynamo-size/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tallesl","download_url":"https://codeload.github.com/tallesl/py-dynamo-size/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241105858,"owners_count":19910706,"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":"2024-11-12T05:15:36.513Z","updated_at":"2026-05-10T12:05:54.722Z","avatar_url":"https://github.com/tallesl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dynamo-size\n\n[![](https://badge.fury.io/py/dynamo-size.svg)](https://pypi.org/project/dynamo-size)\n\nRoughly calculates [DynamoDB item size](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/CapacityUnitCalculations.html).\n\n```py\nitem = {\n    'Id': 123,\n    'Names': [\n        'foo',\n        'bar',\n        'qux',\n        # 500 more names\n    ]\n}\n\nfrom dynamo_size import calculate_bytes, calculate_kbytes\n\ncalculate_bytes(item)  # returns 2025\ncalculate_kbytes(item)  # return 1.9775390625 (2025 / 1024)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftallesl%2Fpy-dynamo-size","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftallesl%2Fpy-dynamo-size","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftallesl%2Fpy-dynamo-size/lists"}