ElectronBonder

Project Electron Client Library


Keywords
project-electron, python3, rest-api
License
MIT
Install
pip install ElectronBonder==2.2

Documentation

ElectronBonder

A client library for working with the Project Electron APIs.

Getting started

Make sure this library is installed:

  pip3 install ElectronBonder

Then create a client with a baseurl, a username and a password:

from electronbonder.client import ElectronBond

client = ElectronBond(
            baseurl="http://my.aspace.backend.url.edu:4567",
            username="admin",
            password="TopSecr3t")

Credits

This code is basically stolen from ArchivesSnake.

License

ElectronBonder source code is released under an MIT License.