2007-02-11 21:26:03 +08:00
|
|
|
py lib documentation
|
|
|
|
=================================================
|
|
|
|
|
2007-02-13 00:13:05 +08:00
|
|
|
The py lib aims at supporting a decent development process
|
|
|
|
addressing deployment, versioning, testing and documentation
|
|
|
|
perspectives.
|
|
|
|
|
2007-02-11 21:26:03 +08:00
|
|
|
`Download and Installation`_
|
|
|
|
|
2007-02-14 20:34:17 +08:00
|
|
|
`0.9.0 release announcement`_
|
|
|
|
|
2007-02-11 21:26:03 +08:00
|
|
|
Main tools and API
|
|
|
|
----------------------
|
2007-01-24 22:24:01 +08:00
|
|
|
|
2007-02-14 20:32:24 +08:00
|
|
|
`py.test`_ introduces to the **py.test** testing utility.
|
2007-01-24 22:24:01 +08:00
|
|
|
|
2007-02-14 20:32:24 +08:00
|
|
|
`py.execnet`_ distributes programs across the net.
|
2007-02-11 21:26:03 +08:00
|
|
|
|
|
|
|
`py.magic.greenlet`_: micro-threads (lightweight in-process concurrent programming)
|
2007-01-24 22:24:01 +08:00
|
|
|
|
2007-02-11 21:26:03 +08:00
|
|
|
`py.path`_: local and subversion Path and Filesystem access
|
|
|
|
|
|
|
|
`py lib scripts`_ describe the scripts contained in the ``py/bin`` directory.
|
2007-01-24 22:24:01 +08:00
|
|
|
|
2007-02-11 21:26:03 +08:00
|
|
|
`apigen`_: a new way to generate rich Python API documentation
|
|
|
|
|
|
|
|
support functionality
|
|
|
|
---------------------------------
|
2007-02-01 06:56:18 +08:00
|
|
|
|
|
|
|
`py.code`_: High-level access/manipulation of Python code and traceback objects.
|
|
|
|
|
2007-02-01 23:20:39 +08:00
|
|
|
`py.xml`_ for generating in-memory xml/html object trees
|
|
|
|
|
2007-02-14 20:32:24 +08:00
|
|
|
`py.io`_: Helper Classes for Capturing of Input/Output
|
2007-01-24 22:24:01 +08:00
|
|
|
|
2007-02-14 20:32:24 +08:00
|
|
|
`py.log`_: an alpha document about the ad-hoc logging facilities
|
2007-01-24 22:24:01 +08:00
|
|
|
|
2007-02-14 20:32:24 +08:00
|
|
|
`miscellaneous features`_ describes some small but nice py lib features.
|
2007-01-24 22:24:01 +08:00
|
|
|
|
2007-02-11 21:26:03 +08:00
|
|
|
Background and Motivation information
|
|
|
|
-------------------------------------------
|
2007-01-24 22:24:01 +08:00
|
|
|
|
|
|
|
`future`_ handles development visions and plans for the near future.
|
|
|
|
|
2007-02-14 20:32:24 +08:00
|
|
|
`why what how py?`_, describing motivation and background of the py lib.
|
2007-01-24 22:24:01 +08:00
|
|
|
|
2007-02-12 08:09:57 +08:00
|
|
|
.. _`download and installation`: download.html
|
2007-01-24 22:24:01 +08:00
|
|
|
.. _`py-dev at codespeak net`: http://codespeak.net/mailman/listinfo/py-dev
|
|
|
|
.. _`py.execnet`: execnet.html
|
|
|
|
.. _`py.magic.greenlet`: greenlet.html
|
2007-02-11 21:26:03 +08:00
|
|
|
.. _`apigen`: apigen.html
|
2007-01-24 22:24:01 +08:00
|
|
|
.. _`py.log`: log.html
|
2007-02-01 23:23:27 +08:00
|
|
|
.. _`py.io`: io.html
|
2007-02-01 06:56:18 +08:00
|
|
|
.. _`py.path`: path.html
|
|
|
|
.. _`py.code`: code.html
|
2007-01-24 22:24:01 +08:00
|
|
|
.. _`py.test`: test.html
|
|
|
|
.. _`py lib scripts`: bin.html
|
|
|
|
.. _`py.xml`: xml.html
|
|
|
|
.. _`Why What how py?`: why_py.html
|
2007-02-13 01:58:38 +08:00
|
|
|
.. _`future`: future.html
|
2007-01-24 22:24:01 +08:00
|
|
|
.. _`miscellaneous features`: misc.html
|
2007-02-14 20:34:17 +08:00
|
|
|
.. _`0.9.0 release announcement`: release-0.9.0.html
|