bibdesk2zotero


Namebibdesk2zotero JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/edsu/bibdesk2zotero
Summaryconvert BibDesk BibTeX files for import into Zotero
upload_time2023-01-08 22:23:08
maintainer
docs_urlNone
authorEd Summers
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bibdesk2zotero

This is a little utility for rewriting a BibDesk BibTeX file so that it can be
read by Zotero with the file references intact. BibDesk and Zotero mostly get
along except for the way BibFile stores links to documents like PDFs. This
utility Base64 decodes all Bdesk-File paths, parses the serialized [plist],
extracts the relative path to the file and adds it back to the bibliographic
entry as an absolute path.

[plist]: https://en.wikipedia.org/wiki/Property_list

## Install

    pip install bibdesk2zotero 

## Use

    $ bibdesk2zotero citations.bib /path/to/pdf/files/ > new-citations.bib



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/edsu/bibdesk2zotero",
    "name": "bibdesk2zotero",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ed Summers",
    "author_email": "ehs@pobox.com",
    "download_url": "https://files.pythonhosted.org/packages/39/c6/f9fb7f7cefac8cff7a9d933f116e6038c5ea3f1453be20c563273c9d1deb/bibdesk2zotero-0.0.3.tar.gz",
    "platform": null,
    "description": "# bibdesk2zotero\n\nThis is a little utility for rewriting a BibDesk BibTeX file so that it can be\nread by Zotero with the file references intact. BibDesk and Zotero mostly get\nalong except for the way BibFile stores links to documents like PDFs. This\nutility Base64 decodes all Bdesk-File paths, parses the serialized [plist],\nextracts the relative path to the file and adds it back to the bibliographic\nentry as an absolute path.\n\n[plist]: https://en.wikipedia.org/wiki/Property_list\n\n## Install\n\n    pip install bibdesk2zotero \n\n## Use\n\n    $ bibdesk2zotero citations.bib /path/to/pdf/files/ > new-citations.bib\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "convert BibDesk BibTeX files for import into Zotero",
    "version": "0.0.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39c6f9fb7f7cefac8cff7a9d933f116e6038c5ea3f1453be20c563273c9d1deb",
                "md5": "3df7e60e68319044a7b8490ebd38f38f",
                "sha256": "9399c33ed90ea3f3f4f213436a5f75f5c0679373b8f552aaf27cf68376d8ecee"
            },
            "downloads": -1,
            "filename": "bibdesk2zotero-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3df7e60e68319044a7b8490ebd38f38f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2415,
            "upload_time": "2023-01-08T22:23:08",
            "upload_time_iso_8601": "2023-01-08T22:23:08.369616Z",
            "url": "https://files.pythonhosted.org/packages/39/c6/f9fb7f7cefac8cff7a9d933f116e6038c5ea3f1453be20c563273c9d1deb/bibdesk2zotero-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-08 22:23:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "edsu",
    "github_project": "bibdesk2zotero",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bibdesk2zotero"
}
        
Elapsed time: 0.03264s