Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rockefellerarchivecenter/electronbonder
A client library for working with the Project Electron APIs.
https://github.com/rockefellerarchivecenter/electronbonder
project-electron python3 rest-api
Last synced: about 1 month ago
JSON representation
A client library for working with the Project Electron APIs.
- Host: GitHub
- URL: https://github.com/rockefellerarchivecenter/electronbonder
- Owner: RockefellerArchiveCenter
- Created: 2018-04-19T13:24:53.000Z (over 6 years ago)
- Default Branch: base
- Last Pushed: 2022-11-17T17:43:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T19:16:56.105Z (about 2 months ago)
- Topics: project-electron, python3, rest-api
- Language: Python
- Size: 36.1 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
``` python
from electronbonder.client import ElectronBondclient = ElectronBond(
baseurl="http://my.aspace.backend.url.edu:4567",
username="admin",
password="TopSecr3t")
```## Credits
This code is basically stolen from [ArchivesSnake](https://github.com/archivesspace-labs/ArchivesSnake/).## License
ElectronBonder source code is released under an MIT License.