Skip to main content

Lib/

The pure-Python standard library. CPython ships ~300 modules under Lib/; gopy bundles a subset under stdlib/. The canonical list lives in stdlib/MANIFEST.txt.

ModuleSourcePage
abcLib/abc.pyabc
functoolsLib/functools.pyfunctools
collectionsLib/collections/__init__.pycollections
typesLib/types.pytypes
contextlibLib/contextlib.pycontextlib
dataclassesLib/dataclasses.pydataclasses
ioLib/io.pyio
osLib/os.pyos
tracebackLib/traceback.pytraceback
weakrefLib/weakref.pyweakref
heapqLib/heapq.pyheapq
csvLib/csv.pycsv
threadingLib/threading.pythreading
stringLib/string/__init__.pystring
textwrapLib/textwrap.pytextwrap
difflibLib/difflib.pydifflib
fnmatchLib/fnmatch.py(pending)
enumLib/enum.py(pending)
_colorizeLib/_colorize.py(pending)
asyncioLib/asyncio/__init__.pyasyncio
unittestLib/unittest/__init__.pyunittest
loggingLib/logging/__init__.pylogging

See stdlib/MANIFEST.txt in the gopy repo for the full bundled set.