2008-08-16 23:26:59 +08:00
|
|
|
py lib documentation
|
|
|
|
=================================================
|
|
|
|
|
2008-08-21 18:18:58 +08:00
|
|
|
The py lib is a development support library featuring
|
|
|
|
py.test, ad-hoc distributed execution, micro-threads
|
|
|
|
(greenlets) and uniform local path and svn abstractions.
|
2008-08-22 21:41:17 +08:00
|
|
|
It works on Linux, Windows and OSX, Python versions
|
2008-08-21 18:18:58 +08:00
|
|
|
2.3, 2.4, 2.5 and 2.6.
|
2008-08-16 23:26:59 +08:00
|
|
|
|
|
|
|
`Download and Installation`_
|
|
|
|
|
2008-08-21 18:18:58 +08:00
|
|
|
`0.9.2 release announcement`_
|
2008-08-16 23:26:59 +08:00
|
|
|
|
|
|
|
Main tools and API
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
`py.test`_ introduces to the **py.test** testing utility.
|
|
|
|
|
|
|
|
`py.execnet`_ distributes programs across the net.
|
|
|
|
|
|
|
|
`py.magic.greenlet`_: micro-threads (lightweight in-process concurrent programming)
|
|
|
|
|
|
|
|
`py.path`_: local and subversion Path and Filesystem access
|
|
|
|
|
2008-08-21 18:18:58 +08:00
|
|
|
`py.code`_: High-level access/manipulation of Python code and traceback objects.
|
|
|
|
|
2008-08-16 23:26:59 +08:00
|
|
|
`py lib scripts`_ describe the scripts contained in the ``py/bin`` directory.
|
|
|
|
|
|
|
|
|
|
|
|
support functionality
|
|
|
|
---------------------------------
|
|
|
|
|
|
|
|
`py.xml`_ for generating in-memory xml/html object trees
|
|
|
|
|
|
|
|
`py.io`_: Helper Classes for Capturing of Input/Output
|
|
|
|
|
|
|
|
`py.log`_: an alpha document about the ad-hoc logging facilities
|
|
|
|
|
|
|
|
`miscellaneous features`_ describes some small but nice py lib features.
|
|
|
|
|
|
|
|
Background and Motivation information
|
|
|
|
-------------------------------------------
|
|
|
|
|
|
|
|
`future`_ handles development visions and plans for the near future.
|
|
|
|
|
|
|
|
`why what how py?`_, describing motivation and background of the py lib.
|
|
|
|
|
|
|
|
.. _`download and installation`: download.html
|
|
|
|
.. _`py-dev at codespeak net`: http://codespeak.net/mailman/listinfo/py-dev
|
|
|
|
.. _`py.execnet`: execnet.html
|
|
|
|
.. _`py.magic.greenlet`: greenlet.html
|
|
|
|
.. _`py.log`: log.html
|
|
|
|
.. _`py.io`: io.html
|
|
|
|
.. _`py.path`: path.html
|
|
|
|
.. _`py.code`: code.html
|
|
|
|
.. _`py.test`: test.html
|
|
|
|
.. _`py lib scripts`: bin.html
|
|
|
|
.. _`py.xml`: xml.html
|
|
|
|
.. _`Why What how py?`: why_py.html
|
|
|
|
.. _`future`: future.html
|
|
|
|
.. _`miscellaneous features`: misc.html
|
2008-08-21 18:18:58 +08:00
|
|
|
.. _`0.9.2 release announcement`: release-0.9.2.html
|