Skip to main content

Handling bibliographic records within source code

Project description

https://zenodo.org/badge/DOI/10.5281/zenodo.10607369.svg

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:

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:

reference.to_string()

The result:

  1. 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:

pip install bibrecord

License

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bibrecord-0.2.2.tar.gz (18.5 kB view details)

Uploaded Source

Built Distribution

bibrecord-0.2.2-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file bibrecord-0.2.2.tar.gz.

File metadata

  • Download URL: bibrecord-0.2.2.tar.gz
  • Upload date:
  • Size: 18.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.2

File hashes

Hashes for bibrecord-0.2.2.tar.gz
Algorithm Hash digest
SHA256 8a0ad4ef5f9b573e02551835e80405d2b34a0e4d4b4aa352a3b838f3a7aec053
MD5 67305edb37eb30624fff4910a7532f8c
BLAKE2b-256 faf47d3f968207eb2c9a1f7e84b10f06433330c11f713f79beb34ce4aa6c616f

See more details on using hashes here.

File details

Details for the file bibrecord-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: bibrecord-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.2

File hashes

Hashes for bibrecord-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b7d583e5d7baa1cc6180f43db4475a131782b8b55b72d7205994b1161e2f1509
MD5 9a4c08a579d59279d9de222213e2c292
BLAKE2b-256 06a7f91455d9b32d0200ec7b867ae1de7c7a646db349b8815e1a496459061c00

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page