ssobczak / sfdclib

Python library for accessing and managing Salesforce metadata and tooling API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python library for accessing and managing Salesforce metadata and tooling API

License:MIT License


Languages

Language:Python 100.0%