Skip to main content

Tool for parsing bibtex in ssau's format

Project description

Install

pip install references-parser

Usage

There are 2 ways of using parser:

  1. Write a Python script (or Jupyter Notebook) and do parsing manually using the library.
  2. Do parsing from terminal. The steps are as follows:
    1. Put bibtex citations in a text file filename.txt.
    2. Open terminal in the corresponding folder.
    3. 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: itnt, ieee.
    4. Parsing results will be saved in parse_result.txt.

Contribution

If you want to improve the program - just fork it and make a pool request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

references_parser-0.1.3.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

references_parser-0.1.3-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page