<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>jaraco.util</name>
<shortdesc>General utility modules that supply commonly-used functionality</shortdesc>
<description>jaraco.util
==============

.. contents::

Status and License
------------------

``jaraco.util`` provides miscellaneous utility functions used across
projects developed by the author.

``jaraco.util`` is written by Jason R. Coombs.  It is licensed under an
`MIT-style permissive license
&lt;http://www.opensource.org/licenses/mit-license.php&gt;`_.

You can install it with ``easy_install jaraco.util``, or from the
`subversion repository
&lt;https://svn.jaraco.com/jaraco/python/jaraco.util#egg=jaraco.util-dev&gt;`_ with
``easy_install jaraco.util==dev``.

Changes
-------

3.0
~~~

This version includes many backwards-incompatible changes.

* May require Python 2.6
* Removed powerball module
* Refactored RangeMap: RangeValueUndefined, RangeItem/First/Last moved into RangeMap class. RangeValueUndefined, RangeItemFirst, and RangeItemLast are now instances, not classes. Renamed to UndefinedValue, Item, FirstItem, LastItem.
* Renamed DictMap function to dict_map
* Renamed iter_.evalAll to iter_.consume and evalN to consume_n
* More Python 3 improvements
* Added rss feed handler (this perhaps this belongs in jaraco.net, and may be moved in the future)
* Renamed ciString to jaraco.util.string.FoldedCase and added support for sorting case-insensitive strings
* Added some useful iterator tools.
* Added bitutil, based on some functions in jaraco.input
* Added some rich comparison mixins in jaraco.util.cmp_
* Added PasswordGenerator from jaraco.site
* Added logging module for commonly-used logging patterns

2.3
~~~

* Minor fixes, primarily to deployment techniques
* Mostly Python 3 compatible.
* Final release before major refactoring.

2.2
~~~

* First release with documentation.

2.1
~~~

* Added package release script.
* Added RelativePath, a class for manipulating file system paths
* Added trim function

2.0
~~~

* First release with no dependencies.

1.0
~~~

* Initial release</description>
<homepage rdf:resource="http://pypi.python.org/pypi/jaraco.util" />
<maintainer><foaf:Person><foaf:name>Jason R. Coombs</foaf:name>
<foaf:mbox_sha1sum>97adcb567c57570dffab061a2b7870122b99b817</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>3.0</revision></Version></release>
</Project></rdf:RDF>