The Standard Library
The standard library is a collection of modules that are included with Metis but are not loaded by default, unlike the core library. They are loaded by using the import
keyword.
Standard Modules
json
This module provides functions for encoding and decoding JSON.
math
This module provides various functions for performing mathematical operations.
os
This module provides functions for interacting with the operating system.
paths
This module provides functions for manipulating paths, and reading and writing files.
random
This module provides functions for generating random numbers.
regex
This module provides functions for working with regular expressions.