hy-bibsearch


Namehy-bibsearch JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/atisharma/bibsearch
SummaryGenerate bibtex entries from Crossref, doi.org and Google Books searches
upload_time2024-10-25 16:05:11
maintainerNone
docs_urlNone
authorAti Sharma
requires_python>=3.11
licenseGPL-3
keywords bibtex crossref isbn doi
VCS
bugtrack_url
requirements habanero hy hyrule requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bibsearch

A python/hy library to produce bibtex entries from general search queries.

Provides command-line tools `bibsearch` and `doisearch`.

Uses the crossref API and doi.org.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/atisharma/bibsearch",
    "name": "hy-bibsearch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "bibtex, crossref, isbn, doi",
    "author": "Ati Sharma",
    "author_email": "ati+bibsearch@agalmic.ltd",
    "download_url": "https://files.pythonhosted.org/packages/36/c6/f1b170dbaae147350b5d3e8ee414581597c5b4818376adbd3678bc066e49/hy_bibsearch-1.0.0.tar.gz",
    "platform": null,
    "description": "# bibsearch\n\nA python/hy library to produce bibtex entries from general search queries.\n\nProvides command-line tools `bibsearch` and `doisearch`.\n\nUses the crossref API and doi.org.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Generate bibtex entries from Crossref, doi.org and Google Books searches",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/atisharma/bibsearch"
    },
    "split_keywords": [
        "bibtex",
        " crossref",
        " isbn",
        " doi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98549b9e8e6c39c53e14d5e5e72f16e9a10a76767daac094ab3461151507448d",
                "md5": "297373efd9db6699839c09d73d1eec1e",
                "sha256": "ff0ddba98e7a4e640c0f571dacd59f9434c994418d274d4ce44cf2024664e080"
            },
            "downloads": -1,
            "filename": "hy_bibsearch-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "297373efd9db6699839c09d73d1eec1e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 18434,
            "upload_time": "2024-10-25T16:05:09",
            "upload_time_iso_8601": "2024-10-25T16:05:09.424458Z",
            "url": "https://files.pythonhosted.org/packages/98/54/9b9e8e6c39c53e14d5e5e72f16e9a10a76767daac094ab3461151507448d/hy_bibsearch-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36c6f1b170dbaae147350b5d3e8ee414581597c5b4818376adbd3678bc066e49",
                "md5": "27553edf084809b9f452e2d49bf0afbf",
                "sha256": "4b315af0a78c59773664c06de73dc55c4b781eea810ecf60d3a65ab81907dd16"
            },
            "downloads": -1,
            "filename": "hy_bibsearch-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "27553edf084809b9f452e2d49bf0afbf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 17421,
            "upload_time": "2024-10-25T16:05:11",
            "upload_time_iso_8601": "2024-10-25T16:05:11.150015Z",
            "url": "https://files.pythonhosted.org/packages/36/c6/f1b170dbaae147350b5d3e8ee414581597c5b4818376adbd3678bc066e49/hy_bibsearch-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-25 16:05:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "atisharma",
    "github_project": "bibsearch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "habanero",
            "specs": []
        },
        {
            "name": "hy",
            "specs": []
        },
        {
            "name": "hyrule",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "hy-bibsearch"
}
        
Elapsed time: 0.30478s