aputils/docs/index.rst
2022-11-24 19:44:24 -05:00

615 B

Welcome to ActivityPub Utilities's documentation!

ApUtils is a collection of classes and functions to aid in the development of an ActivityPub server.

Installation

The only current installation source at the moment is git. Either install straight from the git url

python3 -m pip install git+https://git.barkshark.xyz/barkshark/aputils.git@0.1.0

or clone the repo and install locally

git clone https://git.barkshark.xyz/barkshark/aputils.git
cd aputils
git checkout 0.1.0
python3 -m pip install .