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
- Host: GitHub
- URL: https://github.com/pkgw/bibtools
- Owner: pkgw
- License: mit
- Created: 2014-03-07T22:26:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T20:23:22.000Z (about 3 years ago)
- Last Synced: 2025-03-18T07:11:56.499Z (9 months ago)
- Language: Python
- Size: 411 KB
- Stars: 14
- Watchers: 6
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - bibtools - Command-line bibliography manager. (<a name="science"></a>Science)
- awesome-cli-apps - bibtools - Command-line bibliography manager. (<a name="science"></a>Science)
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