heroku / salesforce-bulk

Python interface to the Salesforce.com Bulk API
MIT License
207 stars 154 forks source link

JSON support / Python 3 / Tests #40

Closed lambacck closed 7 years ago

lambacck commented 7 years ago

This PR is a major re-organization of the library. This includes the following changes:

There is probably some Python 3 work still left to do in this branch before merge including Trove Classifiers. I'd also like to see if we can make tests run automatically in Travis or something.

This is an API incompatible change so the version number is bumped to 2.0dev1.

alouie-sfdc commented 7 years ago

btw, I noticed that simple_salesforce recently got Bulk API support in https://github.com/simple-salesforce/simple-salesforce/pull/174.

alouie-sfdc commented 7 years ago

This is a huge improvement -- thank you.

alouie-sfdc commented 7 years ago

👍