Skip to main content

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):

http://python-alpine-api.readthedocs.io/

Source code:

https://github.com/AlpineNow/python-alpine-api

Python Package Index:

https://pypi.python.org/pypi/alpine

Setup:

pip install alpine

Requirements:

Using this package requires access to an Alpine instance. For more information, see the Alpine homepage: http://alpinedata.com/

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(workfile_id, process_id)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alpine-1.0.10.tar.gz (19.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page