micropython-lib/python-stdlib/chunk
Matt Trentini dfa05a4771 Added README and test_chunk 2021-09-10 22:51:03 +10:00
..
test Added README and test_chunk 2021-09-10 22:51:03 +10:00
README.md Added README and test_chunk 2021-09-10 22:51:03 +10:00
chunk.py Added from CPython's git at rev ac7b1a3f32cc81520e8962352294006d65744028 2021-09-10 22:29:08 +10:00

README.md

Chunk

Imported chunk.py from the CPython stdlib at version ac7b1a3f32cc81520e8962352294006d65744028.

test_chunk.py was created as a simple test to chunkify the MicroPython logo (in tiff format) and ensure chunk didn't obviously fail.