Hi everybody!
I have written some code, in python which queries the "NYS Sales Tax Jurisdiction and Rate Lookup" gateway for the proper sales tax amount for an address/zip code, it works like this:
$ python nys_sales_tax.py "7 Fishkill Hook Road" 12533
8.125
I'm planning on using this project as a model for proceeding.
http://drupal.org/project/uc_tax_wa
I'm looking for some help in getting this done, as I have never written a module before, or seriously contributed to any open source project, and I want this to be used by the community.
I'm not really sure how to proceed, thanks!
- Ryan
