Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 523 Bytes

Chemical formula parser: A Python library to parse chemical formula

What is it?

Chemical formula parser is a python package that provides some features to parser chemical formula.

Dependencies

  • Lark - Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

Installation from sources

In the root directory (same one where you found this file after cloning the git repo), execute:

python -m pip install -e .