Skip to main content

Python API for IDRSolutions' Buildvu Microservice Example

Project description

BuildVu Python Client

The Buildvu Python Client is the Python API for IDRsolutions’ BuildVu Microservice Example.

It functions as an easy to use, plug and play library that lets you use BuildVu from Python.


Installation

Using PIP:

pip install buildvu_python_client

For other methods / ways to install, check out the Python Docs.


Usage

Basic:

First, import BuildVu and setup the converter details using setup() :

from BuildVuClient import BuildVu as buildvu
buildvu.setup('http://localhost:8080/microservice-example')

You can now convert files by calling convert(). For example, to convert to html5 :

buildvu.convert('/path/to/input.pdf', '/path/to/output/dir')

Advanced:

Coming soon…


Who do I talk to?

Found a bug, or have a suggestion / improvement? Let us know through the Issues page.

Got questions? You can contact us here.


Code of Conduct

Short version: Don’t be an awful person.

Longer version: Everyone interacting in the BuildVu Python Client project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.


Copyright 2018 IDRsolutions

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

buildvu-1.0.2-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

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