Tool for parsing bibtex in ssau's format
Project description
Install
pip install references-parser
Usage
There are 2 ways of using parser:
- Write a Python script (or Jupyter Notebook) and do parsing manually using the library.
- Do parsing from terminal. The steps are as follows:
- Put bibtex citations in a text file
filename.txt
. - Open terminal in the corresponding folder.
- Enter the command
python -m references_parser.parse filename.txt -s parse_result.txt
. You may change the parser type via-p
parameter. Available parsers: ssau, ieee. - Parsing results will be saved in
parse_result.txt
.
- Put bibtex citations in a text file
Examples
Follow examples
folder to see input and outputs file examples
Contribution
If you want to improve the program - just fork it and make a pool request
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
Built Distribution
File details
Details for the file references_parser-0.2.4.tar.gz
.
File metadata
- Download URL: references_parser-0.2.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15da2b28accd9aebdf73f33f5c7d62cdf0a589551327789cd0359d854d8c9b5a |
|
MD5 | f7d2abdad67de9273621aadffcc78fad |
|
BLAKE2b-256 | 8e92a6aad6aa03e6d6a7d2b6f6f6b48fbd0e1449aaf444adff9c2b0136ae5f6f |
File details
Details for the file references_parser-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: references_parser-0.2.4-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10bd0c73657fddd59bc0428adb4f9d79e7bd4a05da216eeea1ae1cfb38ad1555 |
|
MD5 | a1b134bf9463e375c6d4df204d48fc7f |
|
BLAKE2b-256 | b2bf75f6512f44d30571c571394b2efefdddaba874f1748d855763239e8f7882 |