Sprout
This is a common Python library which contains reusable components, developed at Infrae.
Sprout, while mainly XML related, does not have a functional goal as such. Its goals instead are organizational:
- Enable code reuse between projects, such as Silva and Infrae's topicmaps implementation
- Allow us to write modern, pure Python code without external dependencies -- it only depends on the Python standard library.
- Allow us to write solid code, covered by a large unit test suite. The lack of external dependencies and focus on modern code makes this easier.
While Sprout's aim is mainly for use within Infrae at present, the code inside should be general enough for use in your own projects as well.
Sprout's focus is mainly currently XML related. It features:
- sprout.saxext, a library to make writing SAX-based code more easy.
- htmlsubset, a system to easily create HTML-ish subsets that are secure and robust to wrong user input.
| Release version | Release date | Release files |
|---|---|---|
| Sprout 1.0.4 | 07 nov 2011 12:13 |
Sprout-1.0.4.tar.gz |
| Sprout 1.0.3 | 15 jul 2010 16:19 |
Sprout-1.0.3.tar.gz |
| Sprout 1.0 | 17 nov 2008 16:58 |
Sprout-1.0-py2.4.egg Sprout-1.0.tar.gz |
| Sprout 0.8 | 27 mar 2007 17:48 |
Sprout-0.8.tgz |
| Sprout 0.7 | 31 mar 2006 17:17 |
Sprout-0.7.tgz |
| Sprout 0.6.2 | 25 may 2005 21:07 |
Sprout-0.6.2.tgz |
| Sprout 0.6.1 | 21 feb 2005 17:54 |
Sprout-0.6.1.tgz |
| Sprout 0.6 | 21 jan 2005 15:54 |
Sprout-0.6.tgz |
| Sprout 0.5.1 | 21 dec 2004 19:45 |
Sprout-0.5.1.tgz |
| Sprout 0.5 | 01 sep 2004 16:43 |
Sprout-0.5.tgz |
License: New BSD