Read and manage data in Salesforce
Project description
Orange3-Salesforce
This allows users to interact and manage data in Salesforce directly within Orange3. This is only possible because of the fantastic library simple-salesforce.
Installation
Option 1: Install via Orange3 Add-ons Manager (Recommended)
- Open Orange3
- Go to Options → Add-ons
- Click "Add more..."
- Search for "orange3-salesforce"
- Click Install
Option 2: Install from Source
git clone https://github.com/yourusername/orange3-salesforce.git
cd orange3-salesforce
pip install -e .
Note: This extension uses the orangeaddons namespace to avoid conflicts with existing Orange3 packages.
Features
Current (MVP)
- Salesforce Authentication Widget: Connect to Salesforce orgs using username/password + security token
- Salesforce Query Widget: Execute SOQL queries and retrieve data as Orange3 tables
- Support for Contacts and Opportunities objects
- Simple dropdown selection for common objects
Planned
- Bulk create, update, and delete operations
- Data validation and error handling
- Support for custom objects
- Advanced SOQL query builder
Usage
Basic Workflow
- Connect: Use the Salesforce Authentication widget to connect to your org
- Query: Use the Salesforce Query widget to retrieve data
- Analyze: Use Orange3's built-in data analysis tools on your Salesforce data
Example Workflow
- Drag "Salesforce Authentication" widget to canvas
- Enter your Salesforce credentials and click "Connect"
- Drag "Salesforce Query" widget to canvas
- Connect the authentication output to the query input
- Select an object (Contact/Opportunity) and execute query
- View results in Orange3's data table
Requirements
- Orange3
- Python 3.7+
- simple-salesforce
- requests
- pandas
License
MIT License - see LICENSE file for details
TO BE DELETED
Local testing
/Applications/Orange.app/Contents/MacOS/PythonApp -m pip install docopt
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.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orange3_salesforce-0.0.3.tar.gz.
File metadata
- Download URL: orange3_salesforce-0.0.3.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b4da0d816b1964eb339b1a042f004644e76d029332aa76369e6e0d909a60625
|
|
| MD5 |
de275634013c20784642a842dc649835
|
|
| BLAKE2b-256 |
275dbcd5bea32ae56b2af2fb4b98761043ddc584ca91989beac0bdb771306844
|
File details
Details for the file orange3_salesforce-0.0.3-py3-none-any.whl.
File metadata
- Download URL: orange3_salesforce-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4867e76195228d6034498a8dbaa20254e22ffa91a90acc977bc56ed2471ed572
|
|
| MD5 |
963e3cda058ab5573eaf4f574806b999
|
|
| BLAKE2b-256 |
1fa32757572baaf775bfdbe845243de9b6891c43e8a431258b73c46597b58f25
|