bibrecord


Namebibrecord JSON
Version 0.2.2 PyPI version JSON
download
home_page
SummaryHandling bibliographic records within source code
upload_time2024-02-23 14:26:58
maintainer
docs_urlNone
authorTill Biskup
requires_python>=3.7
licenseBSD
keywords bibliography bibtex literature cite references
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10607369.svg
   :target: https://doi.org/10.5281/zenodo.10607369
   :align: right

=========
bibrecord
=========

*Handling bibliographic records within source code.*

Did you ever feel the need of adding a reference to the literature to your code, *e.g.* to an article describing the algorithm you just (re)implemented? Are you somewhat familiar with how bibliographic records look like, *e.g.* from using BibTeX in conjunction with the TeX/LaTeX typesetting system? Then bibrecord may be the tool of choice for you.

Suppose you have implemented power-law noise and want to refer to the literature to give credit to those guys whose algorithm you've implemented. In this case, you could add the following record as an attribute to your class:

.. code-block::

    reference = bibrecord.Article(
        author=['J. Timmer', 'M. König'],
        title="On generating power law noise",
        journal="Astronomy and Astrophysics",
        volume="300",
        pages="707--710",
        year="1995"
    )

If you would like to output the reference as plain text, this would be as simple as:

.. code-block::

    reference.to_string()

The result:

J. Timmer, M. König: On generating power law noise. Astronomy and Astrophysics 300:707--710, 1995.


Features
========

A list of features:

* Support for (a growing list of) different types of bibliographic records (articles, books).

* Straight-forward definition of bibliographic records, similar to BibTeX.

* Easy integration of a bibliographic record into your existing code base.

* Simple, yet powerful ways of creating a string representation or a BibTeX record from each bibliographic record.


And to make it even more convenient for users and future-proof:

* Open source project written in Python (>= 3.7)

* Developed fully test-driven

* Extensive user and API documentation


Installation
============

To install the bibrecord package on your computer (sensibly within a Python virtual environment), open a terminal (activate your virtual environment), and type in the following:

.. code-block:: bash

    pip install bibrecord


License
=======

This program is free software: you can redistribute it and/or modify it under the terms of the **BSD License**.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bibrecord",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "bibliography,bibtex,literature,cite,references",
    "author": "Till Biskup",
    "author_email": "till@till-biskup.de",
    "download_url": "https://files.pythonhosted.org/packages/fa/f4/7d3f968207eb2c9a1f7e84b10f06433330c11f713f79beb34ce4aa6c616f/bibrecord-0.2.2.tar.gz",
    "platform": null,
    "description": "\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10607369.svg\n   :target: https://doi.org/10.5281/zenodo.10607369\n   :align: right\n\n=========\nbibrecord\n=========\n\n*Handling bibliographic records within source code.*\n\nDid you ever feel the need of adding a reference to the literature to your code, *e.g.* to an article describing the algorithm you just (re)implemented? Are you somewhat familiar with how bibliographic records look like, *e.g.* from using BibTeX in conjunction with the TeX/LaTeX typesetting system? Then bibrecord may be the tool of choice for you.\n\nSuppose you have implemented power-law noise and want to refer to the literature to give credit to those guys whose algorithm you've implemented. In this case, you could add the following record as an attribute to your class:\n\n.. code-block::\n\n    reference = bibrecord.Article(\n        author=['J. Timmer', 'M. K\u00f6nig'],\n        title=\"On generating power law noise\",\n        journal=\"Astronomy and Astrophysics\",\n        volume=\"300\",\n        pages=\"707--710\",\n        year=\"1995\"\n    )\n\nIf you would like to output the reference as plain text, this would be as simple as:\n\n.. code-block::\n\n    reference.to_string()\n\nThe result:\n\nJ. Timmer, M. K\u00f6nig: On generating power law noise. Astronomy and Astrophysics 300:707--710, 1995.\n\n\nFeatures\n========\n\nA list of features:\n\n* Support for (a growing list of) different types of bibliographic records (articles, books).\n\n* Straight-forward definition of bibliographic records, similar to BibTeX.\n\n* Easy integration of a bibliographic record into your existing code base.\n\n* Simple, yet powerful ways of creating a string representation or a BibTeX record from each bibliographic record.\n\n\nAnd to make it even more convenient for users and future-proof:\n\n* Open source project written in Python (>= 3.7)\n\n* Developed fully test-driven\n\n* Extensive user and API documentation\n\n\nInstallation\n============\n\nTo install the bibrecord package on your computer (sensibly within a Python virtual environment), open a terminal (activate your virtual environment), and type in the following:\n\n.. code-block:: bash\n\n    pip install bibrecord\n\n\nLicense\n=======\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the **BSD License**.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Handling bibliographic records within source code",
    "version": "0.2.2",
    "project_urls": {
        "Documentation": "https://bibrecord.docs.till-biskup.de/",
        "Source": "https://github.com/tillbiskup/bibrecord"
    },
    "split_keywords": [
        "bibliography",
        "bibtex",
        "literature",
        "cite",
        "references"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06a7f91455d9b32d0200ec7b867ae1de7c7a646db349b8815e1a496459061c00",
                "md5": "9a4c08a579d59279d9de222213e2c292",
                "sha256": "b7d583e5d7baa1cc6180f43db4475a131782b8b55b72d7205994b1161e2f1509"
            },
            "downloads": -1,
            "filename": "bibrecord-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a4c08a579d59279d9de222213e2c292",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 15269,
            "upload_time": "2024-02-23T14:26:54",
            "upload_time_iso_8601": "2024-02-23T14:26:54.266333Z",
            "url": "https://files.pythonhosted.org/packages/06/a7/f91455d9b32d0200ec7b867ae1de7c7a646db349b8815e1a496459061c00/bibrecord-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "faf47d3f968207eb2c9a1f7e84b10f06433330c11f713f79beb34ce4aa6c616f",
                "md5": "67305edb37eb30624fff4910a7532f8c",
                "sha256": "8a0ad4ef5f9b573e02551835e80405d2b34a0e4d4b4aa352a3b838f3a7aec053"
            },
            "downloads": -1,
            "filename": "bibrecord-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "67305edb37eb30624fff4910a7532f8c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 18529,
            "upload_time": "2024-02-23T14:26:58",
            "upload_time_iso_8601": "2024-02-23T14:26:58.001640Z",
            "url": "https://files.pythonhosted.org/packages/fa/f4/7d3f968207eb2c9a1f7e84b10f06433330c11f713f79beb34ce4aa6c616f/bibrecord-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 14:26:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tillbiskup",
    "github_project": "bibrecord",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bibrecord"
}
        
Elapsed time: 0.19350s