◐ Shell
clean mode source ↗

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

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

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