{"id":21478160,"url":"https://github.com/happyleavesaoc/python-fedexdeliverymanager","last_synced_at":"2025-07-15T10:33:53.680Z","repository":{"id":57428975,"uuid":"81218255","full_name":"happyleavesaoc/python-fedexdeliverymanager","owner":"happyleavesaoc","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-27T22:28:50.000Z","size":9,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-29T01:22:22.930Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/happyleavesaoc.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":"2017-02-07T14:42:41.000Z","updated_at":"2022-08-01T18:07:25.000Z","dependencies_parsed_at":"2022-09-09T00:41:39.444Z","dependency_job_id":null,"html_url":"https://github.com/happyleavesaoc/python-fedexdeliverymanager","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happyleavesaoc%2Fpython-fedexdeliverymanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happyleavesaoc%2Fpython-fedexdeliverymanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happyleavesaoc%2Fpython-fedexdeliverymanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happyleavesaoc%2Fpython-fedexdeliverymanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/happyleavesaoc","download_url":"https://codeload.github.com/happyleavesaoc/python-fedexdeliverymanager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226033200,"owners_count":17563127,"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-23T11:16:56.548Z","updated_at":"2024-11-23T11:16:57.787Z","avatar_url":"https://github.com/happyleavesaoc.png","language":"Python","readme":"[![PyPI version](https://badge.fury.io/py/fedexdeliverymanager.svg)](https://badge.fury.io/py/fedexdeliverymanager)\n\n# python-fedexdeliverymanager\n\nPython 3 API for [Fedex Delivery Manager](https://www.fedex.com/us/delivery/), a way to track packages.\n\n## Prerequisites\n\nSign up for Fedex Delivery Manager and verify your address.\n\n## Install\n\n`pip install fedexdeliverymanager`\n\n## Usage\n\n```python\nimport fedexdeliverymanager\n\n# Establish a session.\n# Use the login credentials you use to login to Fedex Delivery Manager via the web.\n# A login failure raises a `FedexError`.\nsession = fedexdeliverymanager.get_session(\"username\", \"password\")\n\n# Get all packages that Fedex Delivery Manager knows about.\npackages = fedexdeliverymanager.get_packages(session)\n```\n\n## Caching\nSession cookies are cached by default in `./fedexdeliverymanager_cookies.pickle` and will be used if available instead of logging in. If the cookies expire, a new session will be established automatically.\n\n## Development\n\n### Lint\n\n`tox`\n\n### Release\n\n`make release`\n\n### Contributions\n\nContributions are welcome. Please submit a PR that passes `tox`.\n\n## Disclaimer\nNot affiliated with Fedex.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappyleavesaoc%2Fpython-fedexdeliverymanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhappyleavesaoc%2Fpython-fedexdeliverymanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappyleavesaoc%2Fpython-fedexdeliverymanager/lists"}