Eventually this will extract haiku from the guardian website, it's a work in progress.
It's also an experiment (for me) in:
- Pythons new typing module.
- Avoiding classes, replacing them with contexts and generators. (Making an exception for exceptions, though).
- Avoiding state.
It's a brave new world.
To run the tests, use python -m tox
Copyright Simon StJG. This project is licensed under the terms of the GNU GPLv3 license.