Re: Python UPS / FedEx Shipping Module

2005-02-22 Thread Aahz
In article [EMAIL PROTECTED], Gabriel Cooper [EMAIL PROTECTED] wrote: I've made UPS and FedEx shipping rate request modules in python using XML. Is there an interest in putting this on the web? Yes! My company has some similar software, and I may be able to get permission to combine our work.

Re: Python UPS / FedEx Shipping Module

2005-02-15 Thread Gabriel Cooper
Tom Willis wrote: On one hand you are helping them indirectly sell their services, On the other, you are sort of competing with them, so, those companies have plenty of reason to screw with you by changing the specs, lot's of hoops to jump through to contiuously be certified. Well before we make

Re: Python UPS / FedEx Shipping Module

2005-02-14 Thread Gabriel Cooper
Tom Willis wrote: Are the modules just accessing the published apis for their webservices? I'm just wondering because I used to work for a logistics mgmt company that paid money to be a strategic partner with FedEx/UPS/Airborn etc so that they could information on how to return rates/print

Re: Python UPS / FedEx Shipping Module

2005-02-14 Thread Tom Willis
Good to know. i've always thought that python would make an excellent solution for transportation and logistics software. I used to maintain a nasty vb6 solution, and a lot of the brick walls could have been overcome by utilizing the dynamic nature of python. But, there is not enough hours in

Re: Python UPS / FedEx Shipping Module

2005-02-14 Thread Brad Clements
_ Gabriel Cooper [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Are the modules just accessing the published apis for their webservices? Yes, they use the free API's that have always been freely available. They're just *Impossible* to find on either of UPS's OR FedEx's websites.

Re: Python UPS / FedEx Shipping Module

2005-02-12 Thread Kartic
Gabriel Cooper said the following on 2/11/2005 2:23 PM: I've made UPS and FedEx shipping rate request modules in python using XML. Is there an interest in putting this on the web? I am interested in it for educational value, if not anything else. Please post the web address from which to

Re: Python UPS / FedEx Shipping Module

2005-02-12 Thread Peter Hansen
Gabriel Cooper wrote: I've made UPS and FedEx shipping rate request modules in python using XML. Is there an interest in putting this on the web? I'd be interested in at least looking at them, hoping to learn something of value, even if I don't have (or believe I don't have) any current use for

Re: Python UPS / FedEx Shipping Module

2005-02-12 Thread Tom Willis
Are the modules just accessing the published apis for their webservices? I'm just wondering because I used to work for a logistics mgmt company that paid money to be a strategic partner with FedEx/UPS/Airborn etc so that they could information on how to return rates/print labels/generate

Python UPS / FedEx Shipping Module

2005-02-11 Thread Gabriel Cooper
I've made UPS and FedEx shipping rate request modules in python using XML. Is there an interest in putting this on the web? -- http://mail.python.org/mailman/listinfo/python-list