grizzled-python
grizzled-python copied to clipboard
The Python Grizzled Utility Library. Full API docs are available at the Grizzled web site. (See below.)
The following test directories are missing `__init__.py` files: * grizzled-python/test/misc * grizzled-python/test/net * grizzled-python/test/net/ftp This causes the tests contained within to be omitted from a nose test run: ``` $...
I've installed grizzled-python 1.0.7 in python 2.7 to parse ftp directory listings (net/ftp/parse.py module). It pulls in also 'enum34' as a dependency but the 'Enum'-related code in parse.py looks like...