About Anaconda Help Download Anaconda

main / packages / pyparsing 3.2.0

Create and execute simple grammars

Installers

  • linux-64 v3.2.0
  • linux-aarch64 v3.2.0
  • linux-s390x v3.2.0
  • osx-64 v3.2.0
  • osx-arm64 v3.2.0
  • win-64 v3.2.0
  • noarch v3.0.4
  • linux-32 v2.3.0
  • linux-ppc64le v3.0.9
  • win-32 v2.4.2

conda install

To install this package run one of the following:
conda install main::pyparsing

Description

The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy