{ "info": { "author": "Lars Franke", "author_email": "lars.franke@mailbox.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Text Processing :: Markup :: LaTeX" ], "description": "TexBib\n======\n\nTexbib is a program that helps you to manage your BibTeX references.\n\n|Build Status|\n\nInstallation\n------------\n\nTo install texbib use the following commands\n\n::\n\n git clone https://github.com/frcl/texbib\n cd texbib\n pip install .\n\nSince texbib is not stable right now, consider installing it in a\nvirtualenv or locally with the ``--user`` flag.\n\nUsage\n-----\n\nBasics\n~~~~~~\n\nTo add the contents of a BibTeX ``foo.bib`` file to the global\nbibliography type into a shell\n\n::\n\n $ texbib add foo.bib\n\nYou can specify as many files as you want in a singe command. The\nentries in the bibliography can be addressed by the ID that is specified\nin the BibTeX file.\n\nLater you probably want to create a new file with all the references in\nyour document directory. Use the handy ``dump`` command for that.\n\n::\n\n $ texbib dump\n\nTo remove a single item with ID ``foo2000`` from the global bibliography\n\n::\n\n $ texbib rm foo2000\n\nYou can find out what references are in the bibliography with\n\n::\n\n $ texbib show\n\nUsing Bibliographies\n~~~~~~~~~~~~~~~~~~~~\n\nYou can group your references into bibliographies. To create one called\n``fooBib``\n\n::\n\n texbib create fooBib\n\nAfter creation it is your new active bibliography. Everything you add\nand remove will be appliyed to it instead of the default one.\n\nTo see what bibliographies exist and which is active\n\n::\n\n $ texbib list\n\nTo change the active bibliography to an existing one use the ``open``\ncommand.\n\n::\n\n $ texbib open fooBib\n\nA bibliography can be removed with\n\n::\n\n $ texbib delete fooBib\n\n.. |Build Status| image:: https://travis-ci.org/frcl/texbib.svg?branch=master\n :target: https://travis-ci.org/frcl/texbib", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/frcl/texbib", "keywords": "bibtex latex science writing", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "texbib", "package_url": "https://pypi.org/project/texbib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/texbib/", "project_urls": { "Homepage": "https://github.com/frcl/texbib" }, "release_url": "https://pypi.org/project/texbib/0.2.0.post1/", "requires_dist": null, "requires_python": "", "summary": "A tool for manageing BibTeX references", "version": "0.2.0.post1" }, "last_serial": 2928551, "releases": { "0.2.0": [], "0.2.0.post1": [] }, "urls": [] }