openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
python-fedex
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Jul 21, 2025 — Jul 21, 2026
Showing page 9 of 9
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updating comments, prepping for 1.0 release.
Greg Taylor
More...
almost 17 years ago
Got the track, create shipment, and delete shipment requests in what should be their final forms. Shipment creation is very verbose now, which is good or bad depending on how you like your code to look. It should very closely follow the Fedex API now, though. Shipment deletion is now in usable state. The examples directory has been improved as a whole.
Greg Taylor
More...
almost 17 years ago
Adding shipment validation on FedexProcessShipmentRequest objects via send_validation_request(). This is a good way to make sure you've got valid data before actually committing to creating a shipment with it. Works almost exactly like just sending the request. Also adding the beginnings of shipment deletion (not at all functional yet).
Greg Taylor
More...
almost 17 years ago
More commenting and a few changes to the default label printer variables in the create_shipment.py example.
Greg Taylor
More...
almost 17 years ago
Comments on the example.
Greg Taylor
More...
almost 17 years ago
More commenting and details in the create_shipment.py example.
Greg Taylor
More...
almost 17 years ago
Add more error handling to the base service class. Throw SchemaValidationError exceptions instead of showing a big nasty (useless) suds traceback. Also catch general Fedex errors unless over-rridden on each class.
Greg Taylor
More...
almost 17 years ago
Nitpicking my example.
Greg Taylor
More...
almost 17 years ago
Add examples of how to store or print labels.
Greg Taylor
More...
almost 17 years ago
Shipment creation is in and ready for refinement. It's in decent proof-of-concept shape, though.
Greg Taylor
More...
almost 17 years ago
And we're shipping packages.
Greg Taylor
More...
almost 17 years ago
We're no longer invalid, getting a reply from Fedex now.
Greg Taylor
More...
almost 17 years ago
First iteration of shipment creation. Failing due to a Schema validation error coming from suds for some reason. This is currently not anywhere near production quality, as it was meant to check to make sure I could form a valid request.
Greg Taylor
More...
almost 17 years ago
[no comment]
Greg Taylor
More...
almost 17 years ago
In the case of an unknown error code, throw a default FedexError exception with the error code and message attached.
Greg Taylor
More...
almost 17 years ago
Include error codes in the __str__ of exceptions.
Greg Taylor
More...
almost 17 years ago
Improve error handling by including an error_code with each exception. Also decided on how to handle per-module error handling.
Greg Taylor
More...
almost 17 years ago
Re-arranging to more intelligently name stuff. Handle Fedex server errors. Beginnings of the Shipment module.
Greg Taylor
More...
almost 17 years ago
Re-organizing a bit.
Greg Taylor
More...
almost 17 years ago
Lots of support docs, getting epydoc stuff settled.
Greg Taylor
More...
almost 17 years ago
Updating svn ignores for the docs subfolder.
Greg Taylor
More...
almost 17 years ago
Lots of documentation and fine-tuning.
Greg Taylor
More...
almost 17 years ago
Bringing the source code in.
Greg Taylor
More...
almost 17 years ago
Initial import.
Greg Taylor
More...
almost 17 years ago
←
1
2
3
4
5
6
7
8
9
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree