@@ -33,48 +33,55 @@ The easiest way is via pip or easy_install::
33
33
Quick Start
34
34
-----------
35
35
36
- Edit the `example_config.py ` file in `examples/ ` with your fedex credentials
36
+ - Clone this repository.
37
+
38
+ - Edit the `example_config.py ` file in See `examples/ <examples/ >`_ with your fedex credentials
37
39
and run any of the provided examples.
38
40
39
41
Documentation
40
42
-------------
41
43
42
- Refer to the documentation _ for more details on the project.
44
+ Refer to the documentation _ for more details on the project. Latest doc builds
45
+ are found in docs _ and doc build scripts in doc_source _.
43
46
44
47
There are also a lot of useful examples under the examples directory within
45
48
this directory.
46
49
47
50
Support
48
51
-------
49
52
50
- Head over to https://github.com/gtaylor/python-fedex/issues
51
- and submit an issue if you have any problems or questions.
53
+ Issues & Questions: https://github.com/gtaylor/python-fedex/issues
54
+
52
55
Most problems are going to require investigation or a submitted
53
56
pull request by someone from the Python FedEx Developers organization.
54
57
To contribute a new feature or service, feel free to create a pull request.
58
+ We are always looking for new contributors to help maintain the project.
55
59
56
60
Fedex Support and Documentation
57
61
-------------------------------
58
62
59
63
Fedex Support Email:
[email protected]
60
64
Developer Portal: http://www.fedex.com/us/developer/
65
+ Updates To Services: https://www.fedex.com/us/developer/web-services/process.html (FedEx Web Services Announcements)
61
66
62
67
Todos
63
68
-----
64
- * Read the docs documentation
65
- * Travis test integration
66
- * Increase validation
67
- * Remove deprecated services
69
+
70
+ - Read the docs documentation
71
+ - Increase service specific request validation
72
+ - Remove deprecated services (package movement service)
68
73
69
74
Legal
70
75
-----
71
76
72
77
Copyright (C) 2008-2015 Greg Taylor
73
- Copyright (C) 2016 Python FedEx Developers
78
+ Copyright (C) 2015- 2016 Python FedEx Developers
74
79
75
80
This software is licensed under the BSD License.
76
81
77
82
python-fedex is not authored by, endorsed by, or in any way affiliated with
78
83
FedEx.
79
84
80
85
.. _documentation : https://pythonhosted.org/fedex/
86
+ .. _docs : docs/
87
+ .. _doc_source : doc_source/
0 commit comments