Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 513 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 513 Bytes

webapp

  info
Loading
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading
classDiagram
Actor <|-- Inbox: receive
Actor : Inbox
Actor : Outbox
Actor : Followers
Actor : Follows
Inbox : get
Inbox : post
Outbox <|-- Actor: publish
Outbox : Collection[] activities
Likes <|-- Actor: like
Loading

Fediverse Actor

:py:class:`webapp.models.activitypub.actor.Actor`

Fediverse Following

Fediverse Followers

Build the package

python3 -m build --wheel