Alpine Web API Client
Project description
Python wrapper for the Alpine API
Welcome to the official Python library for the Alpine API. In this first release we’ve focused on a subset of the full API that we feel users will most frequently use.
This library can be used to automate, add, or simplify functionality of Alpine.
- Documentation (and examples):
- Source code:
- Python Package Index:
Setup:
pip install alpine
- Requirements:
Using this package requires access to a TIBCO Team Studio instance. For more information, see the TIBCO Team Studio homepage: https://community.tibco.com/products/tibco-data-science
- License:
We use the MIT license. See the LICENSE file on GitHub for details.
Example
Running a workflow and downloading the results:
>>> import alpine as AlpineAPI >>> session = AlpineAPI.APIClient(host, port, username, password) >>> process_id = session.workfile.process.run(workfile_id) >>> session.workfile.process.wait_until_finished(workfile_id, process_id) >>> results = session.workfile.process.download_results(workfile_id, process_id)
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
File details
Details for the file alpine-1.0.14.tar.gz
.
File metadata
- Download URL: alpine-1.0.14.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f29bc39d4405d8c598620db10e98a169bee3d7526f6a464ac1640b493688e4f9 |
|
MD5 | 7665c2a27b737413ff16cdef95c33d65 |
|
BLAKE2b-256 | b25169aec29004661aea99dadc0799c315d101146cd457aa51ec229f33c6fdc1 |