Skip to main content
Sifr standard-library modules live under the sifr.* namespace. Import concrete symbols from the module you need:
This page is an orientation map. The deeper reference pages cover the modules most developers reach for first, and the compiler rejects bare CPython imports with SIFR-IMPORT-0008.

Choosing a Module

Collections

Lists, dictionaries, sets, counters, and safe lookup patterns.

I/O and Filesystem

Text/binary boundaries, paths, files, and directories.

Networking

TCP, HTTP, TLS, URLs, and typed network errors.

Text and Encoding

Strings, encoding boundaries, Unicode, and i18n helpers.

Math, Data, and Serialization

Collections and Iteration

Filesystem, Environment, and System

Text, Encoding, and Internationalization

Concurrency and Runtime

Concurrency concepts and the full API live in the Concurrency section. The modules below are the inventory map:

Networking and Archives

Testing and CLIs

Additional Modules