Skip to main content

Project Electron Client Library

Project description

ElectronBonder

A client library for working with the Project Electron APIs.

Credits

This code is basically stolen from ArchivesSnake.

Requirements

ElectronBonder has the following requirements.

  • Python 3.4 or higher
  • ability to install packages via pip (Pipenv is recommended for development)

Installation

The easiest way to install ElectronBonder is via pip:

  pip3 install ElectronBonder

You'll need an internet connection to fetch ElectronBonder's dependencies.

Usage

To start, you must create a client with a baseurl:

from electronbonder.client import ElectronBond

client = ElectronBond(baseurl="http://my.aspace.backend.url.edu:4567")

Configuration

As per the example above, the client object should be configured by passing it arguments during creation.

Allowed configuration values are:

Setting Description
baseurl The location (including port if not on port 80) of the application's API root

License

ElectronBonder source code is released under an MIT 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 Distribution

ElectronBonder-0.7.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

ElectronBonder-0.7.1-py3-none-any.whl (4.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