Projects tagged ‘parser’ and ‘python’


Jump to tag:

Projects tagged ‘parser’ and ‘python’

Filtered by Project Tags parser python

Refine results Project Tags xml (12) library (9) html (9) grammar (8) programming (7) web (7) parsing (6) development (6) tools (5) wiki (5) markup (5) c (5)

[81 total ]

43 Users
   

ANother Tool for Language Recognition (ANTLR) is the name of a parser generator that uses LL(k) parsing. ANTLR is the successor to the Purdue Compiler Construction Tool Set (PCCTS), first developed in ... [More] 1989, and is under active development. Its maintainer is professor Terence Parr of the University of San Francisco. [Less]
Created over 3 years ago.

21 Users
 

Parse RSS and Atom feeds in Python
Created over 3 years ago.

19 Users
 

NLTK — the Natural Language Toolkit — is a suite of open source Python modules, linguistic data and documentation for research and development in natural language processing, supporting dozens of ... [More] NLP tasks, with distributions for Windows, Mac OSX and Linux. [Less]
Created over 3 years ago.

5 Users
   

Hachoir is a library written in Python which allows to see and edit a binary file (or any binary stream) field per field. A field is the most basic information: a number, a string of characters, a ... [More] flag (yes/no), etc. Only supported formats can be opened, it's not a magic tool. It can be used to extract some information (eg. metadata), edit some fields of a file without the original program, or convert a file from one format to another. [Less]
Created over 3 years ago.

3 Users

A Python HTML/XML parser for quick turnaround projects like screen-scraping. 1. Beautiful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as ... [More] your original document. This is usually good enough to collect the data you need and run away. 2. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application. 3. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't autodetect one. [Less]
Created about 1 year ago.

3 Users
   

YML - Why a Markup Language?! Any time a formal language is created for computing, a compromise has to be found: whether the language is perfect for the computer but terrible for the human or vice ... [More] versa. XML is very good for the computer ;-) Using XML for the reasons mentioned above, but for programming? "Why a Markup Language?!" was what I was shouting some time playing around with a code generator in XSLT. That gave the idea. [Less]
Created about 1 year ago.

2 Users
   

DMLT (Descriptive Markup Language Toolkit) is a tollkit for creating markup lexers and parsers. They could be used to generate a HTML-Output based on a markup language, like BBCode or some other things...
Created over 3 years ago.

2 Users
 

A framework of frameworks for rapid application development in Python. It includes packages for XML and XHTML parsing and generating, SNMP manager, SMI query API, Cisco-style CLI framework, QA automation, program control, and more.
Created over 2 years ago.

2 Users
 

The Python File Format Interface, briefly PyFFI, is an open source Python library for processing block structured binary files: * Simple: Reading, writing, and manipulating complex binary files in ... [More] a Python environment is easy! Currently, PyFFI supports the NetImmerse/Gamebryo NIF and KFM formats, CryTek's CGF format, the DDS format, and the TGA format. * Batteries included: Many tools for files used by 3D games, such as a stripifier, tangent space calculator, 2d/3d hull algorithms, inertia calculator, as well as a general purpose file editor QSkope (using PyQt4), are included. * Modular: Its highly modular design makes it easy to add support for new formats, and also to extend existing functionality. [Less]
Created over 2 years ago.

2 Users

SneakyLang is wiki language framework, used for creating custom, extensible wiki languages.
Created over 2 years ago.