heroku / salesforce-bulk

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

Query regarding new features #46

Closed bholagabbar closed 7 years ago

bholagabbar commented 7 years ago

Hey @lambacck I'm the author of https://github.com/wingify/salesforce-bulkipy . We created this library primary because of:

Has salesforce-bulk added integrated all of these features? If yes then then my fork library can be deemed redundant and I would like to add a link to the library README which redirects back to yours :)

lambacck commented 7 years ago

Version 2.0 will be API incompatible with the previous version. It includes support for Python 3, JSON and XML, a test suite that runs in Travis and performs integration tests and SimpleSalesforce as the password authentication mechanism. All outstanding code related bugs against this repo (and probably several more) have been fixed in the process (more documentation work is still required).

I'm not sure what that says in comparison to what's been done in your fork.

lambacck commented 7 years ago

I think all of the above (and more) are covered.