62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
py lib: Main tools and APIs
|
|
===================================
|
|
|
|
`py.test`_ write and deploy unit- and functional tests to multiple machines.
|
|
|
|
`py.execnet`_ rapidly deploy local or remote processes from your program.
|
|
|
|
`py.path`_: use path objects to transparently access local and svn filesystems.
|
|
|
|
`py.code`_: generate python code and use advanced introspection/traceback support.
|
|
|
|
Minor support functionality
|
|
===================================
|
|
|
|
`py lib scripts`_ to make python development easier.
|
|
|
|
`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.
|
|
|
|
|
|
.. _`download and installation`: download.html
|
|
.. _`py-dev at codespeak net`: http://codespeak.net/mailman/listinfo/py-dev
|
|
.. _`py.execnet`: execnet.html
|
|
.. _`py.log`: log.html
|
|
.. _`py.io`: io.html
|
|
.. _`py.path`: path.html
|
|
.. _`py.code`: code.html
|
|
.. _`py.test`: test/test.html
|
|
.. _`py lib scripts`: bin.html
|
|
.. _`py.xml`: xml.html
|
|
.. _`miscellaneous features`: misc.html
|
|
|
|
Full Contents
|
|
===================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
test
|
|
execnet
|
|
path
|
|
code
|
|
bin
|
|
xml
|
|
io
|
|
log
|
|
misc
|
|
coding-style
|
|
contact
|
|
download
|
|
releases
|
|
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|