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: 11 months 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 (about 8 years ago)
- Default Branch: base
- Last Pushed: 2024-11-27T16:27:27.000Z (over 1 year ago)
- Last Synced: 2024-11-27T16:36:50.537Z (over 1 year ago)
- Topics: project-electron, python3, rest-api
- Language: Python
- Size: 40 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 ElectronBond
client = 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.