Open
Description
I found this set of tools while looking for an MCTAL parser: http://code.google.com/p/mc-tools/
It's good Python code with some style differences. It unfortunately lacks tests, so would probably be integrated into Pyne in a piece-wise manner as tests for needed bits are written.
The primary issue is that it uses the GPL v2 license, which differs from Pyne's license. (we avoid GPL to encourage commercial use of Pyne, iirc) We would need to contact the developer(s) prior to inclusion of the code in Pyne.