This package contains useful functions to extract data and write data to Salesforce. It is designed for ETH juniors only
Project description
jSalesforce
jSalesforce is the python library for accessing the ETH juniors Salesforce. It currently is a collection of useful functions gathered for the jupyter notebooks on jautomatio.ethjuniors.ch.
Installation
Use the package manager pip to install jSalesforce in development mode. First, copy the repo. The login for gitlab.ethz.ch is in the jWiki.
git clone "https://gitlab.ethz.ch/eth-juniors/jsalesforce"
Then install the package in development mode. This allows you to simply change the code or pull from gitlab without having to reinstall the package.
pip install --user -e jsalesforce
Usage
To log in to Salesforce you need your username, password and security_token. This token can be obtained from the setup page from Salesforce. You get it by email and need to reset it if you loose it. Credentials can be found on jautomation.ethjuniors.ch
import jSalesforce sf = jSalesforce.login( username="...", password="...", security_token="...", ) # TODO: Show rest of the library
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size jsalesforce-0.3.3-py3-none-any.whl (6.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Hashes for jsalesforce-0.3.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df1fae909163603cb4f0b31b39a2e72dece26bc4436f30d2317e751b4f3bfd00 |
|
MD5 | f05aa2c6f0d2d056f84ced7c833224a9 |
|
BLAKE2-256 | 6e4c35bde2c14793ab7b03e7098c59044857e034846a87e18b2daaadc49edad4 |