Zotero connector for pyHeimdall
Project description
What is this?
Heimdall is a tool for converting more easily one or more databases from one format to another. It leverages modules called “connectors”, responsible for conversion of data between specific databases schemas and the HERA format.
This repository implements a connector to Zotero. The implementation was made without any intervention on pyHeimdall proper.
How can I use it?
Setup
You can install this connector using the pip package manager:
pip install pyheimdall-zotero
You can use pip to either upgrade or uninstall this connector, too:
pip install --upgrade pyheimdall-zotero
pip uninstall pyheimdall-zotero
Usage
import heimdall
tree = heimdall.getDatabase(format='api:zotero', url=...)
heimdall.createDatabase(tree, format='hera:xml', url=...)
Please note that you don’t need to use pyheimdall-zotero functions directly. As long as the package is installed on your system, pyHeimdall will automatically discover its features and allow you to use them as long as any other default or external connector.
Is it tested?
Of course! Here’s the coverage report.
How can I contribute?
This repository is only here for learning purposes, and has no feature of note.
However, pyHeimdall welcomes any feedback or proposal. Details can be accessed here
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyheimdall_zotero-0.5.1.tar.gz.
File metadata
- Download URL: pyheimdall_zotero-0.5.1.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23b08a75776f8909b02f37b035f3579d9fe5e4eaa035b57811bebb93ad5d4a11
|
|
| MD5 |
45731a532b53f1608bab99fafe3edfaf
|
|
| BLAKE2b-256 |
aab608a464e76c52b8c56f8c5cfc53a576ef7ef19b6a4f8e59cf5b83d36f0bf7
|
File details
Details for the file pyheimdall_zotero-0.5.1-py2.py3-none-any.whl.
File metadata
- Download URL: pyheimdall_zotero-0.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b6fe40bdc1e42e52397a114505493a1a450d5573cc3371d5866322516295886
|
|
| MD5 |
286d00213531c1813cb81392ba96033f
|
|
| BLAKE2b-256 |
59a596898826b83d0337f8e3e10d46ca8a898800572827feb12e29a09751d94f
|