python-fedex/examples at master · coopergeneral/python-fedex

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

examples

README.rst

python-fedex Examples

This directory contains a number of examples of how to use python-fedex. For these examples to work, you must open example_config.py and enter your testing account credentials there.

To run all tests from bash, type:

for f in *.py; do python "$f"; done # Or use the below to only see response errors: for f in *.py; do python "$f"; done | grep -i error