{"id":16421745,"url":"https://github.com/stasfilin/sendcloud","last_synced_at":"2025-07-01T12:32:54.430Z","repository":{"id":37097225,"uuid":"261471475","full_name":"stasfilin/sendcloud","owner":"stasfilin","description":"Unofficial Python Library. This is a Python library that provides a simple way to communicate with the Sendcloud API.","archived":false,"fork":false,"pushed_at":"2025-01-18T23:44:18.000Z","size":102,"stargazers_count":7,"open_issues_count":4,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T01:52:19.431Z","etag":null,"topics":["python","python-library","sendcloud","sendcloud-api","sendcloud-integration","sendcloud-sdk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stasfilin.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-05T13:06:12.000Z","updated_at":"2025-01-18T21:57:21.000Z","dependencies_parsed_at":"2024-10-28T09:20:36.728Z","dependency_job_id":"0e3d56e7-bddd-47ed-a5fa-2923aa7d5a07","html_url":"https://github.com/stasfilin/sendcloud","commit_stats":{"total_commits":72,"total_committers":3,"mean_commits":24.0,"dds":0.02777777777777779,"last_synced_commit":"13ff12bed7370bdfb1288d23641866c6379e713f"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/stasfilin/sendcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasfilin%2Fsendcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasfilin%2Fsendcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasfilin%2Fsendcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasfilin%2Fsendcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stasfilin","download_url":"https://codeload.github.com/stasfilin/sendcloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stasfilin%2Fsendcloud/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262963195,"owners_count":23391772,"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":["python","python-library","sendcloud","sendcloud-api","sendcloud-integration","sendcloud-sdk"],"created_at":"2024-10-11T07:34:35.443Z","updated_at":"2025-07-01T12:32:54.402Z","avatar_url":"https://github.com/stasfilin.png","language":"Python","readme":"# SendCloud\n![Python package](https://github.com/stasfilin/sendcloud/workflows/Python%20package/badge.svg?branch=master)\n[![Downloads](https://pepy.tech/badge/sendcloud-python)](https://pepy.tech/project/sendcloud-python)\n[![Downloads](https://pepy.tech/badge/sendcloud-python/month)](https://pepy.tech/project/sendcloud-python)\n[![Downloads](https://pepy.tech/badge/sendcloud-python/week)](https://pepy.tech/project/sendcloud-python)\n\n[![sendcloud-python](https://snyk.io/advisor/python/sendcloud-python/badge.svg)](https://snyk.io/advisor/python/sendcloud-python)\n\n\nUnofficial Python Library\n\nThis is a Python library that provides a simple way to communicate with the Sendcloud API. \n\n## Installation \n```sh\npip install sendcloud-python\n```\n\n## Example\n\n```python\nimport sendcloud\nfrom sendcloud.classes import Parcels\n\nsendcloud.API_KEY = \"TEST_KEY\"\nsendcloud.API_SECRET = \"TEST_SECRET\"\n\nparcels = Parcels().get_parcels()\n\nnew_parcel_data = {\n    \"parcel\": {\n        \"name\": \"John Doe\",\n        \"company_name\": \"Sendcloud\",\n        \"address\": \"Insulindelaan 115\",\n        \"house_number\": \"115\",\n        \"city\": \"Eindhoven\",\n        \"postal_code\": \"5642CV\",\n        \"telephone\": \"+31612345678\",\n        \"request_label\": True,\n        \"email\": \"john@doe.com\",\n        \"data\": [],\n        \"country\": \"NL\",\n        \"shipment\": {\"id\": 8,},\n        \"weight\": \"10.000\",\n        \"order_number\": \"1234567890\",\n        \"insured_value\": 2000,\n    }\n}\nparcel = Parcels().create_parcel(new_parcel_data)\n```\n\n### Develop Mode\nFor Testing you need to install project in develop mode \n`pip install -e .[develop]` and start this command `python setup.py test`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasfilin%2Fsendcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstasfilin%2Fsendcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstasfilin%2Fsendcloud/lists"}