bibulous


Namebibulous JSON
Version 2.0 PyPI version JSON
download
home_pagehttps://github.com/nzhagen/bibulous
SummaryBibTeX replacement and enhancement
upload_time2022-12-25 07:36:50
maintainer
docs_urlNone
authorNathan Hagen
requires_python
licenseMIT
keywords bibtex bibliography parser tex latex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A drop-in replacement for BibTeX based on string templates.
-----------------------------------------------------------

Bibulous provides a flexible way of accomplishing the same tasks as BibTeX, and going
beyond it in capability. Some of its advantages include:

  - An integrated BibTeX database file (.bib file) parser.
  - Fully internationalized: Bibulous can use bibliography databases and bibliography style
    files written in any language.
  - Simple and powerful customization: style templates are an ideal way of visualizing and
    manipulating bibliography styles. There is no need to learn BibTeX's arcane stack-based
    language in order to build or customize a bibliography style.
  - Multilingual capability: templates are largely language agnostic, so that multilingual
    bibliographies can be achieved almost effortlessly.
  - Users can build glossaries, lists of symbols, and lists of acronyms using the same
    infrastructure as used for bibliographies.
  - Sorting of citations is fully localized and has no difficulty in dealing with strings
    that contain Unicode, LaTeX-markup characters for non-English languages, or even
    mathematics markup.

This version requires Python 3.6 or later.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nzhagen/bibulous",
    "name": "bibulous",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bibtex,bibliography,parser,tex,latex",
    "author": "Nathan Hagen",
    "author_email": "and.the.light.shattered@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/5a/89a67ab9eb0071ccffa657579182f0ae4123b6c6119ffa05173bf8307336/bibulous-2.0.zip",
    "platform": null,
    "description": "A drop-in replacement for BibTeX based on string templates.\n-----------------------------------------------------------\n\nBibulous provides a flexible way of accomplishing the same tasks as BibTeX, and going\nbeyond it in capability. Some of its advantages include:\n\n  - An integrated BibTeX database file (.bib file) parser.\n  - Fully internationalized: Bibulous can use bibliography databases and bibliography style\n    files written in any language.\n  - Simple and powerful customization: style templates are an ideal way of visualizing and\n    manipulating bibliography styles. There is no need to learn BibTeX's arcane stack-based\n    language in order to build or customize a bibliography style.\n  - Multilingual capability: templates are largely language agnostic, so that multilingual\n    bibliographies can be achieved almost effortlessly.\n  - Users can build glossaries, lists of symbols, and lists of acronyms using the same\n    infrastructure as used for bibliographies.\n  - Sorting of citations is fully localized and has no difficulty in dealing with strings\n    that contain Unicode, LaTeX-markup characters for non-English languages, or even\n    mathematics markup.\n\nThis version requires Python 3.6 or later.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "BibTeX replacement and enhancement",
    "version": "2.0",
    "split_keywords": [
        "bibtex",
        "bibliography",
        "parser",
        "tex",
        "latex"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "f4394d56080d13ca41edb40c710e8a97",
                "sha256": "c57d14dc1c51d16898492b9e5d450197dd5e496e4af53a2023a22d32f15b1481"
            },
            "downloads": -1,
            "filename": "bibulous-2.0.zip",
            "has_sig": false,
            "md5_digest": "f4394d56080d13ca41edb40c710e8a97",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17212414,
            "upload_time": "2022-12-25T07:36:50",
            "upload_time_iso_8601": "2022-12-25T07:36:50.987035Z",
            "url": "https://files.pythonhosted.org/packages/f6/5a/89a67ab9eb0071ccffa657579182f0ae4123b6c6119ffa05173bf8307336/bibulous-2.0.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-25 07:36:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "nzhagen",
    "github_project": "bibulous",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bibulous"
}
        
Elapsed time: 0.02559s