SFDClib is a Salesforce.com Metadata API and Tooling API client built for Python 2.7, 3.3 and 3.4.


Keywords
python, salesforce, com, metadata, tooling, api
License
MIT
Install
pip install sfdclib==0.2.22

Documentation

sfdclib

Python library for accessing and managing Salesforce metadata and tooling API

Documentation

Please refer to PyPi documentation https://github.com/rbauction/sfdclib/blob/master/README.rst

How to build

Build source package

$ python setup.py sdist

Build Pure Python Wheel

$ python setup.py bdist_wheel

Install package in 'develop mode'

$ pip install -e .

Install new version locally

$ pip install .

Upload new package to PyPi

$ twine upload dist/`python setup.py --fullname`*