cobib-zotero


Namecobib-zotero JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryA Zotero importer plugin for coBib
upload_time2025-10-23 17:37:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords reference-manager citation-manager bibliography cli tui command-line terminal console zotero
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # coBib Zotero

[![pipeline](https://gitlab.com/cobib/cobib-zotero/badges/master/pipeline.svg)](https://gitlab.com/cobib/cobib-zotero/-/pipelines)
[![coverage](https://gitlab.com/cobib/cobib-zotero/badges/master/coverage.svg)](https://gitlab.com/cobib/cobib-zotero/-/graphs/master/charts)
[![Release](https://img.shields.io/gitlab/v/release/cobib/cobib-zotero?label=Release&logo=gitlab)](https://gitlab.com/cobib/cobib-zotero/-/releases/)
[![AUR](https://img.shields.io/aur/version/cobib-zotero?label=AUR&logo=archlinux)](https://aur.archlinux.org/packages/cobib-zotero)
[![PyPI](https://img.shields.io/pypi/v/cobib-zotero?label=PyPI&logo=pypi)](https://pypi.org/project/cobib-zotero/)
[![Python](https://img.shields.io/python/required-version-toml?tomlFilePath=https://gitlab.com/cobib/cobib-zotero/-/raw/master/pyproject.toml?ref_type=heads?label=Python&label=Python&logo=python)](https://gitlab.com/cobib/cobib-zotero/-/blob/master/pyproject.toml)
[![License](https://img.shields.io/gitlab/license/cobib/cobib-zotero?label=License)](https://gitlab.com/cobib/cobib-zotero/-/blob/master/LICENSE.txt)

A coBib Zotero importer plugin.


## Installation

For all common purposes you can install coBib via `pip`:

```
pip install cobib-zotero
```


### Arch Linux

This coBib plugin is packaged in the AUR.
* [cobib-zotero](https://aur.archlinux.org/packages/cobib-zotero/)
* [cobib-zotero-git](https://aur.archlinux.org/packages/cobib-zotero-git/)

## Usage

After installing this plugin, you can simply import a Zotero library via its `ID` and `type`, for example like so:
```bash
cobib import --zotero -- 8608002 "user"
```
When accessing a private library, you also need to specify an `--api-key`.


## Documentation

`cobib-zotero`'s documentation is hosted [here](https://cobib.gitlab.io/cobib-zotero/cobib_zotero.html).

### Changelog

You can find the detailed changes in [the Changelog](https://gitlab.com/cobib/cobib-zotero/-/blob/master/CHANGELOG.md).


## License

`cobib-zotero` is licensed under the [MIT License](https://gitlab.com/cobib/cobib-zotero/-/blob/master/LICENSE.txt).

[//]: # ( vim: set ft=markdown tw=0: )

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [0.2.0] - 2025-10-23

Pypi: https://pypi.org/project/cobib-zotero/0.2.0/

### Added

- some basic configuration options via `cobib_zotero.config.zotero_plugin_config` (#4,!7)


## [0.1.0] - 2025-10-11

Pypi: https://pypi.org/project/cobib-zotero/0.1.0/

### Prelude

The initial release of this new plugin for cobib providing an improved
implementation of the `--zotero` import backend.


[Unreleased]: https://gitlab.com/cobib/cobib-zotero/-/compare/v0.2.0...master
[0.2.0]: https://gitlab.com/cobib/cobib/-/tags/v0.2.0
[0.1.0]: https://gitlab.com/cobib/cobib/-/tags/v0.1.0

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cobib-zotero",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "reference-manager, citation-manager, bibliography, cli, tui, command-line, terminal, console, zotero",
    "author": null,
    "author_email": "Max Rossmannek <max@rossmannek.de>",
    "download_url": "https://files.pythonhosted.org/packages/f0/4f/2cd4fa4ada0866a737a7e3b67a47e4cfe8f7d731937b8713ae3f02a5b800/cobib_zotero-0.2.0.tar.gz",
    "platform": null,
    "description": "# coBib Zotero\n\n[![pipeline](https://gitlab.com/cobib/cobib-zotero/badges/master/pipeline.svg)](https://gitlab.com/cobib/cobib-zotero/-/pipelines)\n[![coverage](https://gitlab.com/cobib/cobib-zotero/badges/master/coverage.svg)](https://gitlab.com/cobib/cobib-zotero/-/graphs/master/charts)\n[![Release](https://img.shields.io/gitlab/v/release/cobib/cobib-zotero?label=Release&logo=gitlab)](https://gitlab.com/cobib/cobib-zotero/-/releases/)\n[![AUR](https://img.shields.io/aur/version/cobib-zotero?label=AUR&logo=archlinux)](https://aur.archlinux.org/packages/cobib-zotero)\n[![PyPI](https://img.shields.io/pypi/v/cobib-zotero?label=PyPI&logo=pypi)](https://pypi.org/project/cobib-zotero/)\n[![Python](https://img.shields.io/python/required-version-toml?tomlFilePath=https://gitlab.com/cobib/cobib-zotero/-/raw/master/pyproject.toml?ref_type=heads?label=Python&label=Python&logo=python)](https://gitlab.com/cobib/cobib-zotero/-/blob/master/pyproject.toml)\n[![License](https://img.shields.io/gitlab/license/cobib/cobib-zotero?label=License)](https://gitlab.com/cobib/cobib-zotero/-/blob/master/LICENSE.txt)\n\nA coBib Zotero importer plugin.\n\n\n## Installation\n\nFor all common purposes you can install coBib via `pip`:\n\n```\npip install cobib-zotero\n```\n\n\n### Arch Linux\n\nThis coBib plugin is packaged in the AUR.\n* [cobib-zotero](https://aur.archlinux.org/packages/cobib-zotero/)\n* [cobib-zotero-git](https://aur.archlinux.org/packages/cobib-zotero-git/)\n\n## Usage\n\nAfter installing this plugin, you can simply import a Zotero library via its `ID` and `type`, for example like so:\n```bash\ncobib import --zotero -- 8608002 \"user\"\n```\nWhen accessing a private library, you also need to specify an `--api-key`.\n\n\n## Documentation\n\n`cobib-zotero`'s documentation is hosted [here](https://cobib.gitlab.io/cobib-zotero/cobib_zotero.html).\n\n### Changelog\n\nYou can find the detailed changes in [the Changelog](https://gitlab.com/cobib/cobib-zotero/-/blob/master/CHANGELOG.md).\n\n\n## License\n\n`cobib-zotero` is licensed under the [MIT License](https://gitlab.com/cobib/cobib-zotero/-/blob/master/LICENSE.txt).\n\n[//]: # ( vim: set ft=markdown tw=0: )\n\n# Changelog\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n## [Unreleased]\n\n\n## [0.2.0] - 2025-10-23\n\nPypi: https://pypi.org/project/cobib-zotero/0.2.0/\n\n### Added\n\n- some basic configuration options via `cobib_zotero.config.zotero_plugin_config` (#4,!7)\n\n\n## [0.1.0] - 2025-10-11\n\nPypi: https://pypi.org/project/cobib-zotero/0.1.0/\n\n### Prelude\n\nThe initial release of this new plugin for cobib providing an improved\nimplementation of the `--zotero` import backend.\n\n\n[Unreleased]: https://gitlab.com/cobib/cobib-zotero/-/compare/v0.2.0...master\n[0.2.0]: https://gitlab.com/cobib/cobib/-/tags/v0.2.0\n[0.1.0]: https://gitlab.com/cobib/cobib/-/tags/v0.1.0\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Zotero importer plugin for coBib",
    "version": "0.2.0",
    "project_urls": {
        "Changelog": "https://gitlab.com/cobib/cobib-zotero/-/blob/master/CHANGELOG.md",
        "Documentation": "https://cobib.gitlab.io/cobib-zotero/cobib_zotero.html",
        "Homepage": "https://gitlab.com/cobib/cobib-zotero",
        "Issues": "https://gitlab.com/cobib/cobib-zotero/-/issues",
        "Repository": "https://gitlab.com/cobib/cobib-zotero"
    },
    "split_keywords": [
        "reference-manager",
        " citation-manager",
        " bibliography",
        " cli",
        " tui",
        " command-line",
        " terminal",
        " console",
        " zotero"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10d1674abef5170a938617da5282a22ec661817313792ec8c37b1b50e516cb2d",
                "md5": "118364b028b79f2f7155a0674579d6c9",
                "sha256": "04bfc4c3b371de094ed6a9a8396fc3886b7aaa1a5a21061f71f69db08fbe02d4"
            },
            "downloads": -1,
            "filename": "cobib_zotero-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "118364b028b79f2f7155a0674579d6c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 8366,
            "upload_time": "2025-10-23T17:37:39",
            "upload_time_iso_8601": "2025-10-23T17:37:39.238727Z",
            "url": "https://files.pythonhosted.org/packages/10/d1/674abef5170a938617da5282a22ec661817313792ec8c37b1b50e516cb2d/cobib_zotero-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f04f2cd4fa4ada0866a737a7e3b67a47e4cfe8f7d731937b8713ae3f02a5b800",
                "md5": "f7abb421d41076ccc02db7cd68186408",
                "sha256": "aae094848ea152c3115ec26e7fd916013c8359eb66ab21b1071d9456262541cb"
            },
            "downloads": -1,
            "filename": "cobib_zotero-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f7abb421d41076ccc02db7cd68186408",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 10631,
            "upload_time": "2025-10-23T17:37:40",
            "upload_time_iso_8601": "2025-10-23T17:37:40.366079Z",
            "url": "https://files.pythonhosted.org/packages/f0/4f/2cd4fa4ada0866a737a7e3b67a47e4cfe8f7d731937b8713ae3f02a5b800/cobib_zotero-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-23 17:37:40",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "cobib",
    "gitlab_project": "cobib-zotero",
    "lcname": "cobib-zotero"
}
        
Elapsed time: 4.78049s