Welcome to tammy’s documentation!

tammy is a python module to manage your bibliography in a sane, minimalistic, scriptable, hacker-ish way.:

>>> import tammy
>>> lib = tammy.library()
>>> lib.new(tammy.from_crossref_doi('10.7717/peerj.426'))
>>> lib.keys()
['leh14']
>>> lib.records['leh14'].generate_key(tammy.keygen.AuthorYear)
>>> lib.keys()
['Lehiy2014']
>>> lib.new(tammy.from_peerj('403', 'preprint'))
>>> lib.write()

Indices and tables