This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,22 @@ | ||
## ultipro-soap-python | ||
|
||
This library currently supports pulling data from UltiPro. | ||
A Python 3 library and command line tool for the UltiPro Soap API. | ||
At present, all functions are read-only against UltiPro. | ||
|
||
### Setup: | ||
|
||
This package is not currently hosted in PyPI; please install with pip3 via GitHub. | ||
|
||
Ensure you have the latest version of Python 3: | ||
``` | ||
brew install python3 | ||
pip3 install [email protected]:call/ultipro-soap-python.git@master | ||
``` | ||
|
||
#### Installation: | ||
|
||
This package is not yet hosted on PyPI. You can install in GitHUb | ||
|
||
#### Web Service User and Credentials: | ||
|
||
1. Ensure you have credentials for the UltiPro API endpoints you need to access. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
backoff>=1.4.3 | ||
click>=6.7 | ||
configparser>=3.5.0 | ||
pandas>=0.20.3 | ||
pandas_gbq>=0.2.0 | ||
zeep>=2.0.0 | ||
backoff==1.4.3 | ||
click==6.7 | ||
configparser==3.5.0 | ||
pandas==0.20.3 | ||
pandas_gbq==0.2.0 | ||
zeep==2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters