coolcoolad / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Including pythonutils in Python(x,y) #361

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Could you consider to include pythonutils package into the Python(x,y) 
distribution?

See http://www.voidspace.org.uk/python/pythonutils.html

I think particularly the ordered dictionary (odict) and the ConfigObj are 
extremely useful. 

Thanks for considering this request,
Maik

Original issue reported on code.google.com by heist...@uni-potsdam.de on 12 Jan 2012 at 12:00

GoogleCodeExporter commented 9 years ago
ConfigObj is already part of ETS (although not as a standalone package).

Python 2.7.x includes an ordered discretionary: 
http://docs.python.org/library/collections.html#collections.OrderedDict

The rest can be trivially installed via PyPi.

Original comment by grizzly.nyo on 14 Jan 2012 at 7:54