Skip to content

Instantly share code, notes, and snippets.

@brettcannon
Created February 20, 2021 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brettcannon/916da9f36dff7fd29e9d5b24312753dc to your computer and use it in GitHub Desktop.
Save brettcannon/916da9f36dff7fd29e9d5b24312753dc to your computer and use it in GitHub Desktop.
Stdlib modules
{
"__future__": [],
"_xxsubinterpreters": [],
"abc": ["_abc", "_py_abc"],
"aifc": [],
"antigravity": [],
"argparse": [],
"array": [],
"ast": ["_ast"],
"asynchat": [],
"asyncio": ["_asyncio", "_winapi"],
"asyncore": [],
"atexit": [],
"audioop": [],
"base64": [],
"bdb": [],
"binascii": [],
"binhex": [],
"bisect": ["_bisect"],
"builtins": [],
"bz2": ["_bz2", "_compression"],
"cProfile": ["_lsprof"],
"calendar": [],
"cgi": [],
"cgitb": [],
"chunk": [],
"cmath": [],
"cmd": [],
"code": [],
"codecs": ["_codecs"],
"codeop": [],
"collections": ["_collections", "_collections_abc"],
"colorsys": [],
"compileall": [],
"concurrent": [],
"configparser": [],
"contextlib": [],
"contextvars": ["_contextvars"],
"copy": [],
"copyreg": [],
"crypt": ["_crypt"],
"csv": ["_csv"],
"ctypes": ["_ctypes"],
"curses": ["_curses", "_curses_panel"],
"dataclasses": [],
"datetime": ["_datetime", "_strptime"],
"dbm": ["_dbm", "_gdbm"],
"decimal": ["_decimal", "_pydecimal"],
"difflib": [],
"dis": [],
"distutils": [],
"doctest": [],
"email": [],
"encodings": [
"_codecs_cn",
"_codecs_hk",
"_codecs_iso2022",
"_codecs_jp",
"_codecs_kr",
"_codecs_tw",
"_multibytecodec"
],
"ensurepip": [],
"enum": [],
"errno": [],
"faulthandler": [],
"fcntl": [],
"filecmp": [],
"fileinput": [],
"fnmatch": [],
"fractions": [],
"ftplib": [],
"functools": ["_functools"],
"gc": [],
"getopt": [],
"getpass": [],
"gettext": [],
"glob": [],
"graphlib": [],
"grp": [],
"gzip": ["_compression"],
"hashlib": [
"_blake2",
"_hashlib",
"_md5",
"_sha1",
"_sha3",
"_sha256",
"_sha512"
],
"heapq": ["_heapq"],
"hmac": [],
"html": ["_markupbase"],
"http": [],
"idlelib": [],
"imaplib": [],
"imghdr": [],
"imp": ["_imp"],
"importlib": ["_imp"],
"inspect": [],
"io": ["_io", "_pyio"],
"ipaddress": [],
"itertools": [],
"json": ["_json"],
"keyword": [],
"lib2to3": [],
"linecache": [],
"locale": ["_locale"],
"logging": [],
"lzma": ["_compression", "_lzma"],
"mailbox": [],
"mailcap": [],
"marshal": [],
"math": [],
"mimetypes": [],
"mmap": [],
"modulefinder": [],
"msilib": ["_msi"],
"msvcrt": [],
"multiprocessing": [
"_multiprocessing",
"_posixshmem",
"_posixsubprocess",
"_winapi"
],
"netrc": [],
"nis": [],
"nntplib": [],
"numbers": [],
"opcode": ["_opcode"],
"operator": ["_operator"],
"optparse": [],
"os": ["genericpath", "nt", "ntpath", "posix", "posixpath"],
"ossaudiodev": [],
"pathlib": [],
"pdb": [],
"pickle": ["_compat_pickle", "_pickle"],
"pickletools": [],
"pipes": [],
"pkgutil": [],
"platform": [],
"plistlib": [],
"poplib": [],
"pprint": [],
"profile": [],
"pstats": [],
"pty": [],
"pwd": [],
"py_compile": [],
"pyclbr": [],
"pydoc": ["pydoc_data"],
"queue": ["_queue"],
"quopri": [],
"random": ["_random"],
"re": ["_sre", "sre_compile", "sre_constants", "sre_parse"],
"readline": [],
"reprlib": [],
"resource": [],
"rlcompleter": [],
"runpy": [],
"sched": [],
"secrets": [],
"select": [],
"selectors": [],
"shelve": [],
"shlex": [],
"shutil": [],
"signal": ["_signal"],
"site": ["_sitebuiltins"],
"smtpd": [],
"smtplib": [],
"sndhdr": [],
"socket": ["_socket"],
"socketserver": [],
"spwd": [],
"sqlite3": ["_sqlite3"],
"ssl": ["_ssl"],
"stat": ["_stat"],
"statistics": ["_statistics"],
"string": ["_string"],
"stringprep": [],
"struct": ["_struct"],
"subprocess": ["_posixsubprocess", "_winapi"],
"sunau": [],
"symtable": ["_symtable"],
"sys": [],
"sysconfig": ["_aix_support", "_bootsubprocess", "_osx_support"],
"syslog": [],
"tabnanny": [],
"tarfile": [],
"telnetlib": [],
"tempfile": [],
"termios": [],
"textwrap": [],
"this": [],
"threading": ["_thread", "_threading_local"],
"time": ["_strptime"],
"timeit": [],
"tkinter": ["_tkinter"],
"token": [],
"tokenize": [],
"trace": [],
"traceback": [],
"tracemalloc": ["_tracemalloc"],
"tty": [],
"turtle": [],
"turtledemo": [],
"types": [],
"typing": [],
"unicodedata": [],
"unittest": [],
"urllib": ["nturl2path"],
"uu": [],
"uuid": ["_uuid"],
"venv": [],
"warnings": ["_warnings"],
"wave": [],
"weakref": ["_weakref", "_weakrefset"],
"webbrowser": [],
"winreg": [],
"winsound": [],
"wsgiref": [],
"xdrlib": [],
"xml": ["_elementtree", "pyexpat"],
"xmlrpc": [],
"zipapp": [],
"zipfile": [],
"zipimport": [],
"zlib": [],
"zoneinfo": ["_zoneinfo"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment