Go to file
holger krekel 47bad98c07 * various cleanups and detailed doc string for gateway_base module
* remove old multi-file-send mechanism/tests now that
  only gateway_base is send to the other side.
* adding some (c) notices where i am pretty sure about them.

--HG--
branch : trunk
2009-09-11 16:26:19 +02:00
bin-for-dist deprecate py.compat.doctest|subprocess|textwrap|... 2009-08-27 21:12:55 +02:00
contrib deprecate py.compat.doctest|subprocess|textwrap|... 2009-08-27 21:12:55 +02:00
doc fix a bug with funcarg setup and remove XXX comment because "scope=module" now would work but leaving it as session for now. 2009-09-09 23:07:42 +02:00
example added another funcarg example i had lying around 2009-09-11 12:05:06 +02:00
hacking * delete or text files to hacking/ directory. 2009-09-05 16:09:44 +02:00
py * various cleanups and detailed doc string for gateway_base module 2009-09-11 16:26:19 +02:00
testing * various cleanups and detailed doc string for gateway_base module 2009-09-11 16:26:19 +02:00
.hgignore get py.test to run at least basically on top of jython 2009-09-05 16:54:52 +02:00
.hgtags Added tag 1.0.2 for changeset 4816e8b80602 2009-08-27 11:43:52 +02:00
AUTHORS * delete or text files to hacking/ directory. 2009-09-05 16:09:44 +02:00
CHANGELOG * using a MANIFEST.in file instead of our own generated MANIFEST file 2009-08-26 11:09:55 +02:00
LICENSE relicense to LGPL, add an FAQ entry reasoning about it. 2009-09-08 09:57:19 +02:00
MANIFEST.in merging 1.0.x branch 2009-08-26 22:57:06 +02:00
README.txt some fixes and small doc updates, aiming to finalize 1.0.2 2009-08-26 19:09:52 +02:00
conftest.py move test files out of py lib proper 2009-09-06 16:59:39 +02:00
setup.py regen setup.py and docs so that "python3 setup.py build" maybe works if setuptools does 2009-09-06 17:17:37 +02:00

README.txt

The py lib is a Python development support library featuring 
the following tools and modules:

* py.test: tool for distributed automated testing
* py.execnet: ad-hoc distributed execution
* py.code: dynamic code generation and introspection
* py.path:  uniform local and svn path objects 

For questions and more information please visit http://pylib.org