# 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](https://github.com/simple-salesforce/simple-salesforce).
## Installation
### Option 1: Install via Orange3 Add-ons Manager (Recommended)
1. Open Orange3
2. Go to Options → Add-ons
3. Click "Add more..."
4. Search for "orange3-salesforce"
5. Click Install
## 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
1. **Connect**: Use the Salesforce Authentication widget to connect to your org
2. **Query**: Use the Salesforce Query widget to retrieve data
3. **Analyze**: Use Orange3's built-in data analysis tools on your Salesforce data
## Requirements
- Orange3
- Python 3.11+
## License
MIT License - see LICENSE file for details
## TO BE DELETED
Local testing
```
uv build
uv publish
```
Above assumes to environment variables form pypi
UV_PUBLISH_USERNAME which is a token
UV_PUBLISH_PASSWORD which is the PYPI token from the web
Raw data
{
"_id": null,
"home_page": null,
"name": "orange3-salesforce",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "orange3 add-on",
"author": null,
"author_email": "Brock Tibert <brocktibert@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/04/4c/9ef0ff923732ae7668530debd4a575190728e2ba95898cf9af4b1934d655/orange3_salesforce-0.0.7.tar.gz",
"platform": null,
"description": "# Orange3-Salesforce\n\nThis allows users to interact and manage data in Salesforce directly within Orange3. This is only possible because of the fantastic library [simple-salesforce](https://github.com/simple-salesforce/simple-salesforce).\n\n## Installation\n\n### Option 1: Install via Orange3 Add-ons Manager (Recommended)\n1. Open Orange3\n2. Go to Options \u2192 Add-ons\n3. Click \"Add more...\" \n4. Search for \"orange3-salesforce\"\n5. Click Install\n\n## Features\n\n### Current (MVP)\n- **Salesforce Authentication Widget**: Connect to Salesforce orgs using username/password + security token\n- **Salesforce Query Widget**: Execute SOQL queries and retrieve data as Orange3 tables\n- Support for Contacts and Opportunities objects\n- Simple dropdown selection for common objects\n\n### Planned\n- Bulk create, update, and delete operations\n- Data validation and error handling\n- Support for custom objects\n- Advanced SOQL query builder\n\n## Usage\n\n### Basic Workflow\n1. **Connect**: Use the Salesforce Authentication widget to connect to your org\n2. **Query**: Use the Salesforce Query widget to retrieve data\n3. **Analyze**: Use Orange3's built-in data analysis tools on your Salesforce data\n\n\n\n## Requirements\n\n- Orange3\n- Python 3.11+\n\n\n\n## License\n\nMIT License - see LICENSE file for details\n\n\n\n## TO BE DELETED\n\nLocal testing\n\n```\nuv build \nuv publish\n```\n\nAbove assumes to environment variables form pypi\n\nUV_PUBLISH_USERNAME which is a token\nUV_PUBLISH_PASSWORD which is the PYPI token from the web\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Read and manage data in Salesforce",
"version": "0.0.7",
"project_urls": {
"Homepage": "https://github.com/btibert3/orange3-salesforce"
},
"split_keywords": [
"orange3",
"add-on"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a5932d395146fa73700cba4fc666872e748ca80060a24ba22d7c40205ea92730",
"md5": "f727899c76bbe27586317769d08dc85d",
"sha256": "5be97a3127cd8e6c1732dc262c0ae310a44784ca1b0a0369908e230dd37b3655"
},
"downloads": -1,
"filename": "orange3_salesforce-0.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f727899c76bbe27586317769d08dc85d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 10372,
"upload_time": "2025-08-10T14:10:42",
"upload_time_iso_8601": "2025-08-10T14:10:42.095913Z",
"url": "https://files.pythonhosted.org/packages/a5/93/2d395146fa73700cba4fc666872e748ca80060a24ba22d7c40205ea92730/orange3_salesforce-0.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "044c9ef0ff923732ae7668530debd4a575190728e2ba95898cf9af4b1934d655",
"md5": "04409336a2e11e84944ec1d35907fd9e",
"sha256": "e8c9f800da0497efc3bc5b083f0f162a8dac44e1f21abdf7d92f0743b967b115"
},
"downloads": -1,
"filename": "orange3_salesforce-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "04409336a2e11e84944ec1d35907fd9e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 8819,
"upload_time": "2025-08-10T14:10:43",
"upload_time_iso_8601": "2025-08-10T14:10:43.157264Z",
"url": "https://files.pythonhosted.org/packages/04/4c/9ef0ff923732ae7668530debd4a575190728e2ba95898cf9af4b1934d655/orange3_salesforce-0.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-10 14:10:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "btibert3",
"github_project": "orange3-salesforce",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "orange3",
"specs": [
[
">=",
"3.34.0"
]
]
},
{
"name": "simple-salesforce",
"specs": [
[
">=",
"1.12.0"
]
]
}
],
"lcname": "orange3-salesforce"
}