Skip to content

arch.extras

Package arch.extras · Version 0.1.0

Generic actors and devices for sketch-level and context diagrams. Gives you everyday kinds that aren’t tied to a backend or cloud vocabulary: user, usergroup, webpage, and a family of devices — laptop, tablet, smartphone (with iphone / android variants), desktop, server, and cloud.

Reach for these when you want recognizable people-and-devices iconography without committing to the formal C4 or backend kinds. Import what the diagram needs, e.g. use user, smartphone from arch.extras.

TypeExtendsDescription
usermoduleA single person — the human actor in a flow
usergroupmoduleA cohort of people — personas, teams or an audience
webpagemoduleA rendered web page or browser window
laptopmoduleA laptop client device
tabletmoduleA tablet client device
smartphonemoduleA smartphone client device; iphone / android subtypes stamp the platform mark
iphonesmartphoneAn iPhone — a smartphone that renders the iOS mark
androidsmartphoneAn Android phone — a smartphone that renders the Android mark
desktopmoduleA desktop computer client
servermoduleA physical or virtual server / rack unit
cloudmoduleA cloud — a managed platform, external SaaS boundary, or “the internet”

See also: package.archspace reference · The standard library.