ts-markdown-parser
Version:
TypeScript library that converts markdown to HTML (with code support).
84 lines • 1.58 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pythonStandardLibrary = void 0;
exports.pythonStandardLibrary = [
// System and Operating System
"sys",
"os",
"subprocess",
"shutil",
"glob",
"pathlib",
"tempfile",
"io",
"logging",
"platform",
// Data Types and Data Structures
"collections",
"heapq",
"bisect",
"array",
"struct",
// String Handling and Regular Expressions
"re",
"string",
"textwrap",
"unicodedata",
// File and Directory Handling
"os.path",
"fnmatch",
"pickle",
"json",
"csv",
"configparser",
// Internet Protocols and Support
"socket",
"ssl",
"email",
"http",
"urllib",
"ftplib",
"poplib",
"imaplib",
// Data Serialization and Persistence
"pickle",
"marshal",
"sqlite3",
// Utilities
"datetime",
"calendar",
"random",
"math",
"statistics",
"functools",
"itertools",
// Testing and Debugging
"unittest",
"doctest",
"pdb",
// Concurrency
"threading",
"multiprocessing",
"asyncio",
// Import and Module Management
"importlib",
"pkgutil",
"zipimport",
// Performance and Optimization
"timeit",
"cProfile",
// Development Tools
"argparse",
"pdb",
"trace",
// Cryptography
"hashlib",
"hmac",
// Data Management
"xml",
"sqlite3",
// Additional Modules
"contextlib",
"socketserver",
];
//# sourceMappingURL=libs.js.map