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.
| Type | Extends | Description |
|---|---|---|
user | module | A single person — the human actor in a flow |
usergroup | module | A cohort of people — personas, teams or an audience |
webpage | module | A rendered web page or browser window |
laptop | module | A laptop client device |
tablet | module | A tablet client device |
smartphone | module | A smartphone client device; iphone / android subtypes stamp the platform mark |
iphone | smartphone | An iPhone — a smartphone that renders the iOS mark |
android | smartphone | An Android phone — a smartphone that renders the Android mark |
desktop | module | A desktop computer client |
server | module | A physical or virtual server / rack unit |
cloud | module | A cloud — a managed platform, external SaaS boundary, or “the internet” |
See also: package.archspace reference · The standard library.