An open API service indexing awesome lists of open source software.

https://github.com/pkgw/bibtools

Command-line bibliography manager
https://github.com/pkgw/bibtools

Last synced: 9 months ago
JSON representation

Command-line bibliography manager

Awesome Lists containing this project

README

          

*********************************************
bibtools: a command-line bibliography manager
*********************************************

This is ``bib``, a command-line bibliography manager. It retrieves fulltext
articles, manages their storage on disk, and maintains a database of their
bibliographic information.

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

The most recent stable version is available on the `Python package index`_, so
you should be able to install this package simply by running ``pip install
bibtools``. The package is also available in the `conda`_ package manager by
installing it from `anaconda.org`_::

conda install -c pkgw bibtools

If you want to download the source code and install ``bibtools`` manually, the
package uses the standard Python `setuptools`_, so running ``python setup.py
install`` will do the trick.

.. _Python package index: https://pypi.python.org/pypi/bibtools/
.. _conda: http://conda.pydata.org/docs/
.. _anaconda.org: https://anaconda.org/pkgw/bibtools
.. _setuptools: https://pypi.python.org/pypi/setuptools

=======
Authors
=======

Peter K. G. Williams and collaborators. Contributions are welcome and will be
given full credit.

=======
License
=======

The `MIT license`_. See the file LICENSE.

.. _MIT license: http://opensource.org/licenses/MIT