File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- Python Fedex SOAP API Module
1
+ Python FedEx SOAP API Module
2
2
============================
3
3
4
4
:Author: Greg Taylor
@@ -7,7 +7,7 @@ Python Fedex SOAP API Module
7
7
What is it?
8
8
-----------
9
9
10
- A light wrapper around Fedex 's Webservice Soap API.
10
+ A light wrapper around FedEx 's Webservice Soap API.
11
11
12
12
Requirements
13
13
------------
@@ -16,7 +16,9 @@ The only dependency is the suds SOAP module, which is available at::
16
16
17
17
https://fedorahosted.org/suds/
18
18
19
- You may also use easy_install or pip to install from PyPi.
19
+ You may also use easy_install or pip to install from PyPi::
20
+
21
+ pip install suds
20
22
21
23
Installation
22
24
------------
@@ -47,3 +49,6 @@ Legal Mumbo Jumbo
47
49
Copyright (C) 2012 Gregory Taylor
48
50
49
51
This software is licensed under the BSD License.
52
+
53
+ python-fedex is not authored by, endorsed by, or in any way affiliated with
54
+ FedEx.
You can’t perform that action at this time.
0 commit comments