Recent Releases of coins-parser

coins-parser - v1.0.0

This module can be used to parse COinS tags from HTML strings, including COinS tags that can be exported from Zotero. The module can also be used to generate COinS tags, which can be added to HTML pages so that Zotero can extract one or more items. Using COinS tags is one of the few reliable ways to import multiple ciations from a single page using Zotero.

Created a CoinsParser class with static methods that can:

  • Parse strings containing COinS tags into Python objects
  • Create strings containing COinS tags from those Python objects.

Added Python typehints for:

  • CoinList
  • CoinTerm
  • Coin

- Python
Published by willynilly 10 months ago