micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

WIP: Add uuid module

Open mattytrentini opened this issue 2 years ago • 0 comments

Basic functionality (notably, all of the uuidX() methods) of most of the uuid module appears to work, or at least generate reasonable-looking results.

This started as a copy of the CPython code (see README) and then some functionality was trimmed or modified in order to execute under MicroPython.

Still to-do:

  • [ ] Update tests to pass
  • [ ] Extend README.md - how to execute, which functionality is supported etc
  • [ ] Remove large docstrings

mattytrentini avatar Jul 06 '22 07:07 mattytrentini