purity-ng
----

purity-ng is a reimplementation of the classic "purity" game in Python. 

The goal is maintaining compatibility with the old dataformat, and to
eventually be a drop-in replacement for purity. 

installing
----

 $ python setup.py install

Then run it:

 $ purity-ng list
 $ purity-ng hacker

You'll need tests for purity-ng to be useful. These can be found in the
"purity" package in Debian. Additional (possibly offensive) tests can be found
in the "purity-off" package. 

bugs
----

Report problems to <https://bugs.launchpad.net/purity-ng>

copyright 
----

Copyright © 2011, Purity Development Team, see AUTHORS for details.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

