{"id":18562471,"url":"https://github.com/replit/replit-object-storage-python","last_synced_at":"2025-04-10T03:31:53.337Z","repository":{"id":231763776,"uuid":"747875792","full_name":"replit/replit-object-storage-python","owner":"replit","description":"The library for Replit Object Storage","archived":false,"fork":false,"pushed_at":"2025-03-06T03:52:35.000Z","size":355,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-04-06T16:46:35.135Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/replit.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-24T20:15:41.000Z","updated_at":"2025-04-04T04:37:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"050f5c42-208b-411a-88fd-67dd43242ee4","html_url":"https://github.com/replit/replit-object-storage-python","commit_stats":null,"previous_names":["replit/replit-object-storage-python"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Freplit-object-storage-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Freplit-object-storage-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Freplit-object-storage-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Freplit-object-storage-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/replit","download_url":"https://codeload.github.com/replit/replit-object-storage-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248151077,"owners_count":21056020,"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-06T22:09:51.728Z","updated_at":"2025-04-10T03:31:48.326Z","avatar_url":"https://github.com/replit.png","language":"Python","readme":"# replit-object-storage-python\nThe library for interacting with Replit's Object Storage service, on Replit.\n\n## Usage\n\n### Setup\n\nStart by importing the Object Storage Client:\n```python\nfrom replit.object_storage import Client\n```\n\nThen to use the Client:\n```python\nclient = Client()\n```\n\n### Downloading an Object\n\n```python\ncontents = client.download_as_text(\"file.json\")\n```\n\n### Uploading an Object\n\n```python\nclient.upload_from_text(\"file.json\", data)\n```\n\n### List Objects\n\n```python\nclient.list()\n```\n\n### Delete an Object\n\n```python\ncontents = client.delete(\"file.json\")\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplit%2Freplit-object-storage-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freplit%2Freplit-object-storage-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplit%2Freplit-object-storage-python/lists"}