{"id":17099517,"url":"https://github.com/g4brielvs/sheepped","last_synced_at":"2025-10-17T03:07:42.104Z","repository":{"id":57466681,"uuid":"169187207","full_name":"g4brielvs/sheepped","owner":"g4brielvs","description":" 🚚 A Python wrapper for tracking delivery (e.g. USPS)","archived":false,"fork":false,"pushed_at":"2019-10-14T04:34:44.000Z","size":17,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T23:51:41.163Z","etag":null,"topics":["json-api","python-wrapper","shipping","usps"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/sheepped/","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/g4brielvs.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}},"created_at":"2019-02-05T03:51:30.000Z","updated_at":"2024-01-19T10:26:05.000Z","dependencies_parsed_at":"2022-09-19T08:00:19.771Z","dependency_job_id":null,"html_url":"https://github.com/g4brielvs/sheepped","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/g4brielvs%2Fsheepped","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4brielvs%2Fsheepped/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4brielvs%2Fsheepped/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4brielvs%2Fsheepped/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g4brielvs","download_url":"https://codeload.github.com/g4brielvs/sheepped/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647251,"owners_count":21139081,"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":["json-api","python-wrapper","shipping","usps"],"created_at":"2024-10-14T15:10:42.218Z","updated_at":"2025-10-17T03:07:37.066Z","avatar_url":"https://github.com/g4brielvs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/g4brielvs/sheepped.svg?branch=master)](https://travis-ci.org/g4brielvs/sheepped/)\n[![PyPI](https://img.shields.io/pypi/v/sheepped.svg)](https://pypi.python.org/pypi/sheepped)\n[![Versions](https://img.shields.io/pypi/pyversions/sheepped.svg)](https://pypi.python.org/pypi/sheepped)\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Creative-Tail-Animal-sheep.svg/1024px-Creative-Tail-Animal-sheep.svg.png\" width=\"200\"\u003e\n\u003c/p\u003e\n\n# Sheepped\n 🚚 A Python wrapper for tracking delivery (e.g. USPS).\n\n* [Getting Started](#getting-started)\n* [Usage](#usage)\n* [Testing](#tests)\n* [Versioning](#versioning)\n\n## Getting Started\n\nFirst, install the package from [PyPI using `pip`](https://pypi.org/project/pip/).\n\n    $ pip install sheepeed\n\nNow, register at [USPS](https://registration.shippingapis.com) to get your `USPS_USER_ID`.\n\n## Usage\n\nSuppose you have set an environment variable `USPS_USER_ID` with your USPS ID and your tracking number is `42`:\n\n```python\nfrom sheepped import USPS\n\n\nusps = USPS()\nusps.track(\"42\")\n```\n\nIf you have a bucnh of tracking numbers, you might want to use the async API:\n\n```python\nimport asyncio\n\nfrom sheepped import USPS\n\nusps = USPS()\n\nasync def main():\n    tracking_numbers = (\"1\", \"2\", \"3\", \"5\", \"8\", \"13\", \"21\")\n    tasks = tuple(usps.aiotrack(n) for n in tracking_numbers)\n    return await asyncio.gather(*tasks)\n\nasyncio.run(main())\n```\n\n## Tests\n\n    $ python setup.py test\n\n## Versioning\n\nAlways suggest a version bump. We use [Semantic Versioning](http://semver.org).\n\n    MICRO: the API is the same, no risk of breaking code\n    MINOR: values have been added, existing values are unchanged\n    MAJOR: existing values have been changed or removed","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4brielvs%2Fsheepped","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg4brielvs%2Fsheepped","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4brielvs%2Fsheepped/lists"}