GitXplorerGitXplorer
e

fro

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
ccfa02be3cf501b6175935008f3380c1f1797109

Migrating to autodoc

committed 8 years ago
Unverified
75d92a7eefb66e65151e3119567dff4addfa3521

Update README to include release notes

eethantkoenig committed 8 years ago
Unverified
14e59e1ca3923699b9c91eed85e610e544c1b26f

Update version to 2.0.0 in setup.py

eethantkoenig committed 8 years ago
Unverified
26850dd7d0279ed7d4849c2d3913304f3a7f04a2

Remove docs/_build/

eethantkoenig committed 8 years ago
Unverified
b2d106cd0f652bd8863f258dc095b7147612e854

Beef up .gitignore

eethantkoenig committed 8 years ago
Unverified
40b8fb2cf2385c7a1e2a8b20d65a2c1ace1c29a7

Updates to docs

eethantkoenig committed 8 years ago

README

The README file for this repository.

Fro

Fro is a Python module for parsing strings and text into Python objects. It offers a concise, declarative, and expressive interface for mapping strings to data, abstracting away boilerplate code and making it easy to quickly write bug-free parsers.

Fro is compatible with Python 2.7+ and Python 3.x, and can be installed via pip. Documentation for the module can be found at <http://pythonhosted.org/fro>_.

Release Notes

2.0.0: (08-01-16)


Breaking changes:
* Parse input by chunks, allowing for more efficient use of memory
* Replace ``parse()`` method of Parser objects with family of related parsing
  functions
* Change interface of ``FroParseError`` to better accommodate chunks

Non-breaking changes:
* New factory functions for constructing parsers
* Various performance improvements


1.1.0: (07-08-16)
~~~~~~~~~~~~~~~~

Initial release. Versioning begins at 1.1.0 due to a clerical error.