RustPython
What's Left

RustPython currently supports the full Python syntax. This is “what’s left” from the Python Standard Library.
For each module’s details, check the Python Module Index.

Note that not every module here is critical or feasible for RustPython to implement. For example, the readline Python module is heavily based around the API of GNU readline, but we use rustyline (a different readline implementation), so it probably wouldn’t be worth the effort to emulate GNU readline on top of rustyline just to implement an infrequently used module.

In addition, some modules may just be modules written in Python that we haven’t copied over to the stdlib yet; always be sure to check whether a module is implemented in Python before trying to rewrite it in Rust. You can follow these instructions for copying over files from CPython’s Lib.

What's Left: Public Modules
  1. cProfile
  2. curses
  3. idlelib
  4. imaplib
  5. modulefinder
  6. poplib
  7. profile
  8. pstats
  9. pyclbr
  10. readline
  11. tracemalloc
  12. turtle
  13. turtledemo
  14. xxlimited_35
What's Left: Private Modules
  1. _abc
  2. _asyncio
  3. _codecs_cn
  4. _codecs_hk
  5. _codecs_iso2022
  6. _codecs_jp
  7. _codecs_kr
  8. _codecs_tw
  9. _ctypes_test
  10. _curses
  11. _curses_panel
  12. _datetime
  13. _dbm
  14. _decimal
  15. _elementtree
  16. _gdbm
  17. _heapq
  18. _interpchannels
  19. _interpqueues
  20. _interpreters
  21. _lsprof
  22. _multibytecodec
  23. _opcode
  24. _opcode_metadata
  25. _pickle
  26. _posixshmem
  27. _queue
  28. _sha2
  29. _stat
  30. _symtable
  31. _sysconfig
  32. _sysconfigdata__linux_x86_64-linux-gnu
  33. _testclinic
  34. _testclinic_limited
  35. _testexternalinspection
  36. _testsinglephase
  37. _tkinter
  38. _tokenize
  39. _tracemalloc
  40. _zoneinfo