21 lines
707 B
HTML
21 lines
707 B
HTML
<h3>About Bonobo</h3>
|
|
<p>
|
|
Bonobo is a data-processing toolkit for python 3.5+, with emphasis on simplicity, atomicity and testability. Oh,
|
|
and performances, too!
|
|
</p>
|
|
|
|
<h3>Other Formats</h3>
|
|
<p>
|
|
You can download the documentation in other formats as well:
|
|
</p>
|
|
<ul>
|
|
<li><a href="http://jinja.pocoo.org/docs/jinja-docs.pdf">as PDF</a>
|
|
<li><a href="http://jinja.pocoo.org/docs/jinja-docs.zip">as zipped HTML</a>
|
|
</ul>
|
|
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="https://bonobo-project.org/">Bonobo project's Website</a></li>
|
|
<li><a href="http://pypi.python.org/pypi/bonobo">Bonobo @ PyPI</a></li>
|
|
<li><a href="http://github.com/python-bonobo/bonobo">Bonobo @ github</a></li>
|
|
</ul> |