sources for links.html [rev. 57575]
<?xml version="1.0" encoding="latin1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=latin1" />
<meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" />
<title>Links</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="document" id="links">
<h1 class="title">Links</h1>
<p>Some links to ongoing discussions and comments about pylib and technics/concepts pylib uses.</p>
<ul class="simple">
<li><a class="reference" href="http://blog.ianbicking.org/site-packages-considered-harmful.html">Discussion</a>
about site-packages. That's why pylib autopath and  py.__.misc.dynpkg are a good idea ;-)</li>
<li><a class="reference" href="http://pyinotify.sourceforge.net/">Pyinotify</a>  uses code from pypy autopath functions.</li>
<li><a class="reference" href="http://pythonpaste.org/testing-applications.html#the-test-environment">Testing (WSGI) Applications with Paste</a> and py.test. &quot;This has been written with py.test in mind.&quot; Paste uses py.test.</li>
<li><a class="reference" href="http://agiletesting.blogspot.com/">Agile Testing</a> by Grig Gheorghiu<ul>
<li><a class="reference" href="http://agiletesting.blogspot.com/2005/07/slides-from-py-library-overview.html">Slides from 'py library overview' presentation at SoCal Piggies meeting</a></li>
<li><a class="reference" href="http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-3-pytest-tool.html">Python unit testing part 3: the py.test tool and library</a></li>
<li><a class="reference" href="http://agiletesting.blogspot.com/2005/07/py-lib-gems-greenlets-and-pyxml.html">greenlets and py.xml</a></li>
<li><a class="reference" href="http://agiletesting.blogspot.com/2005/06/keyword-based-logging-with-py-library.html">Keyword-based logging with the py library</a></li>
</ul>
</li>
</ul>
</div>
</body>
</html>