No project description provided
Project description
bib2coa
A command-line tool that converts a single bibtex file to a tsv with paper, author that can be used as the foundation for an NSF COA form.
Install
To install current stable version from PyPI
pip install bib2coa
To install source clone this repository or download the zip file and unzip and run
pip install .
From within the source dir tree (where setup.py
is).
Usage
To build a tab-separated file (TSV) from a bibtex file run
bib2coa <filename>
This creates an outputfile called coa_initial.tsv
which has two tab-separated columns. Unique authors (col 1) and the paper they come from with the paper year.
To see stats on the conversion include --stats
flag.
To output a file with a different name add the --output my_file.tsv
(for example).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bib2coa-1.1.tar.gz
.
File metadata
- Download URL: bib2coa-1.1.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 936ceb3d33bc90d4d91d2b44e3f4de860adbc1c615b4fe853d50095644b0448a |
|
MD5 | 8a1e6408c319f235b7115bd593056828 |
|
BLAKE2b-256 | 6fde5a00ce6101b6b738337d5d741a502649d2f7ca37a118c2f83c11898e0d71 |