资 源 简 介
templatemaker
Given a list of text files in a similar format, templatemaker creates a template that can extract data from files in that same format.
The library is written in Python, but the underlying longest-common-substring algorithm is implemented in C for performance.
How to download
Go to the "Downloads" page and download the latest version, 0.1.1.
Newer (but not necessarily stable) code is available via Subversion on the "Source" page.
Example usage
Here"s a sample Python interactive interpreter session:
```
# Import the Template class.
from templatemaker import Template
Create a Template instance.