Skip to content

acv-auctions/sfdclib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.3%
  • Makefile 2.2%
  • Dockerfile 1.6%
  • Shell 0.9%