/sfdclib

Python library for accessing and managing Salesforce metadata and tooling API

Primary LanguagePythonMIT LicenseMIT

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`*