11Python FedEx SOAP API Module
22============================
33
4- :Author: Greg Taylor
4+ :Author: Python FedEx Developers
55:License: BSD
66:Status: Stable
77
@@ -22,7 +22,7 @@ The easiest way is via pip or easy_install::
2222Quick Start
2323-----------
2424
25- Edit the example_config.py file in examples with your fedex credentials
25+ Edit the ` example_config.py ` file in ` examples/ ` with your fedex credentials
2626and run any of the provided examples.
2727
2828Documentation
@@ -37,21 +37,28 @@ Support
3737-------
3838
3939Head over to https://github.com/gtaylor/python-fedex/issues
40- and submit an issue if you have any problems or questions. Due to this
41- package's quasi-maintained state, most problems are going to require
42- investigation or a submitted pull request by someone other than
43- Greg Taylor .
40+ and submit an issue if you have any problems or questions.
41+ Most problems are going to require investigation or a submitted
42+ pull request by someone from the Python FedEx Developers organization.
43+ To contribute a new feature or service, feel free to create a pull request .
4444
4545Fedex Support and Documentation
4646-------------------------------
4747
4848Fedex Support Email: websupport@fedex.com
4949Developer Portal: http://www.fedex.com/us/developer/
5050
51+ Todos
52+ -----
53+ * Read the docs documentation
54+ * Travis test integration
55+ * Increase validation
56+ * Remove deprecated services
57+
5158Legal
5259-----
5360
54- Copyright (C) 2015 Gregory Taylor
61+ Copyright (C) 2016 Python FedEx Developers
5562
5663This software is licensed under the BSD License.
5764
0 commit comments