bibpublish


Namebibpublish JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttp://github.com/AlbertWeichselbraun/bibPublish
Summarybibpublish - publishes bibTex bibliographies.
upload_time2024-04-12 08:53:51
maintainerNone
docs_urlNone
authorAlbert Weichselbraun
requires_python<4.0,>=3.8
licenseGPL-3.0
keywords bibpublish bibtex publish
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            bibPublish
==========
bibPublish uses templates for publishing BibTex bibliographies in different formats such as HTML and LaTeX::

  Usage: publish.py [options]
  
  Options:
    -h, --help            show this help message and exit
    -o OUTPUT_DIR, --output-dir=OUTPUT_DIR
                          output directory.
    -t TEMPLATE, --template=TEMPLATE
                          template to use (wordpress).
    -f FILTER, --filter=FILTER
                          one consider items that match the given
                          filter criterion.

Example
-------
Publish all BibTex entries that have been published after 2014::

  ./scripts/publish.py mybib.bib -f 'int(year) > 2014'

Supported templates
-------------------

- worpress: Template used for the Web page. Creates the publication HTML and supporting files (abstracts and bibtex fiels).
- latex: Used for integrating bibliographies into the CV


Background
----------
bibPublish is a Python 3+ compatible replacement for `bibTexSuite <https://github.com/AlbertWeichselbraun/bibTexSuite>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/AlbertWeichselbraun/bibPublish",
    "name": "bibpublish",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "bibPublish, bibtex, publish",
    "author": "Albert Weichselbraun",
    "author_email": "albert@weichselbraun.net",
    "download_url": "https://files.pythonhosted.org/packages/c2/ad/fd98c1c4f92e77e40b404c64592b2fcd725c43836b85302bf4d929c136a1/bibpublish-1.0.0.tar.gz",
    "platform": null,
    "description": "bibPublish\n==========\nbibPublish uses templates for publishing BibTex bibliographies in different formats such as HTML and LaTeX::\n\n  Usage: publish.py [options]\n  \n  Options:\n    -h, --help            show this help message and exit\n    -o OUTPUT_DIR, --output-dir=OUTPUT_DIR\n                          output directory.\n    -t TEMPLATE, --template=TEMPLATE\n                          template to use (wordpress).\n    -f FILTER, --filter=FILTER\n                          one consider items that match the given\n                          filter criterion.\n\nExample\n-------\nPublish all BibTex entries that have been published after 2014::\n\n  ./scripts/publish.py mybib.bib -f 'int(year) > 2014'\n\nSupported templates\n-------------------\n\n- worpress: Template used for the Web page. Creates the publication HTML and supporting files (abstracts and bibtex fiels).\n- latex: Used for integrating bibliographies into the CV\n\n\nBackground\n----------\nbibPublish is a Python 3+ compatible replacement for `bibTexSuite <https://github.com/AlbertWeichselbraun/bibTexSuite>`_.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "bibpublish - publishes bibTex bibliographies.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "http://github.com/AlbertWeichselbraun/bibPublish",
        "Repository": "http://github.com/AlbertWeichselbraun/bibPublish"
    },
    "split_keywords": [
        "bibpublish",
        " bibtex",
        " publish"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "936e5d80b997ef38a9fd6aa6754dc746c59df4701588be5952cbe0296fa2c2a4",
                "md5": "cdc1e0f86d3aca5173e27b064bb6cac3",
                "sha256": "c8c5e8e0508c811ab99a67038de72edcb0673cfec5782dd23914201fcc9380a1"
            },
            "downloads": -1,
            "filename": "bibpublish-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cdc1e0f86d3aca5173e27b064bb6cac3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 37755,
            "upload_time": "2024-04-12T08:53:49",
            "upload_time_iso_8601": "2024-04-12T08:53:49.867325Z",
            "url": "https://files.pythonhosted.org/packages/93/6e/5d80b997ef38a9fd6aa6754dc746c59df4701588be5952cbe0296fa2c2a4/bibpublish-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2adfd98c1c4f92e77e40b404c64592b2fcd725c43836b85302bf4d929c136a1",
                "md5": "784ec4423a75a055970b00f4d6fca24d",
                "sha256": "b9c78069f7ad1eb2edc10bdfa94a10f091e0d6972a039613d9a80db3eb91e3e4"
            },
            "downloads": -1,
            "filename": "bibpublish-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "784ec4423a75a055970b00f4d6fca24d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 23733,
            "upload_time": "2024-04-12T08:53:51",
            "upload_time_iso_8601": "2024-04-12T08:53:51.607962Z",
            "url": "https://files.pythonhosted.org/packages/c2/ad/fd98c1c4f92e77e40b404c64592b2fcd725c43836b85302bf4d929c136a1/bibpublish-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 08:53:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AlbertWeichselbraun",
    "github_project": "bibPublish",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bibpublish"
}
        
Elapsed time: 0.22996s