59 built-in modules
The 59 module names currently available through use. Seven are compatibility aliases; every page includes API signatures, descriptions, and a quick-start example.
fileFiles & processesFile reading, writing, copy, move, and directory helpers.
pathFiles & processesFilesystem path helpers.
timeCore & systemSE Time value helpers.
mathMath & utilityMathematics, trigonometry, combinatorics, and statistics.
randomMath & utilityRandom integer and number generation.
osCore & systemOperating-system and environment helpers.
jsonData & textJSON parsing and serialization.
textData & textText manipulation helpers.
collectionsData & textList, Map, Set, sorting, mapping, and filtering helpers.
testTesting & loggingAssertions for SE tests.
processFiles & processesExternal process execution.
httpNetworking & webHTTP client helpers.
webNetworking & webSE HTTP server and routing.
jsEcosystem bridgesJavaScript bridge.
tsEcosystem bridgesTypeScript bridge.
functionTypes & safe valuesFunction-value and higher-order helpers.
asyncAsync & concurrencyManaged asynchronous tasks.
threadingAsync & concurrencyManaged worker tasks.
optionTypes & safe valuesOptional-value helpers.
resultTypes & safe valuesSuccess/failure result helpers.
matchTypes & safe valuesFunctional matching helpers.
dbDatabaseLocal key/value database.
httpsNetworking & webHTTPS client through curl.
dataData & textMutable List/Map/Set data helpers.
netNetworking & webHTTP/HTTPS networking through curl.
nodeEcosystem bridgesNode.js, npm, and npx bridge.
nextEcosystem bridgesNext.js project commands.
gameEcosystem bridgesSmall canvas-game scene builder.
statisticsMath & utilityMean, median, variance, and standard deviation.
regexData & textRegular-expression helpers.
realias → regexAlias for regex. Regular-expression helpers.
base64Data & textBase64 encoding and decoding.
uuidData & textUUID v4 generation and validation.
iterData & textRange, enumerate, zip, product, permutations, and combinations.
itertoolsalias → iterAlias for iter. Range, enumerate, zip, product, permutations, and combinations.
copyData & textShallow and deep collection copying.
operatorMath & utilityOperator functions.
decimalMath & utilityText-based decimal arithmetic helpers.
csvData & textCSV parsing, serialization, and files.
datetimeCore & systemUTC date/time text and timestamp helpers.
hashData & textSHA-256 hashing helpers.
hashlibalias → hashAlias for hash. SHA-256 hashing helpers.
pickleData & textSafe JSON-based serialization helpers.
argsCore & systemCommand-line argument parsing helpers.
argparsealias → argsAlias for args. Command-line argument parsing helpers.
logTesting & loggingLogging helpers.
loggingalias → logAlias for log. Logging helpers.
shutilFiles & processesFilesystem copy/move helpers.
globFiles & processesFilesystem wildcard matching.
zipFiles & processesZIP archive helpers.
zipfilealias → zipAlias for zip. ZIP archive helpers.
subprocessFiles & processesShell process helpers.
socketNetworking & webDNS resolution and simple TCP helpers.
queueAsync & concurrencyFIFO queue helpers.
sqliteDatabaseSQLite CLI bridge.
sqlite3alias → sqliteAlias for sqlite. SQLite CLI bridge.
functoolsTypes & safe valuesHigher-order function helpers.
enumTypes & safe valuesRuntime enumeration helpers.
typingTypes & safe valuesRuntime type inspection helpers.