- Setup.py updates - Changing package data to use find packages plus wsdl - New base client methods - create method, - New Utilities - datetime conversion methods, convert array to soql array string, directory to metadata name method - Refactored login to support calling base client methods from subclassed clients - Supporting utility methods with unit tests - unpinning lxml version in requirements
0.0.4
Added functionality to create_object in base, to check both the base client and the subclass client. Added method to create a generic sobject from partner xml. Changed packages from array, to find_packages(), fixed issue where not all files were being uploaded to pypi. Encountered issue where I uploaded 0.0.3 to pypi, but the file didn't show up. So ended up bumping the version with these small changes to get around it and give up on 0.0.3
0.0.3
Unschedule/Schedule cron jobs utilities Execute anonymous support Setting header in base client, allows calling base client api methods from subclass client Other syntax, formatting and small changes
0.0.2
- zip utility to create zip files of deploy directory - check_deploy_status implemented
0.0.1
This release contains mirrors the 0.0.1 version released on PyPi, and contains what is hopefully as minimum, stable tool, allowing interaction with the various metadata based soap api's.
Testing is minimal, and this release may contain bugs, but is a usable product.