Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 681 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 681 Bytes

Guardian Haiku

Eventually this will extract haiku from the guardian website, it's a work in progress.

Build Status

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.

Development

To run the tests, use python -m tox

License

Copyright Simon StJG. This project is licensed under the terms of the GNU GPLv3 license.