Skip to content

The Fediverse Pasture

The goal of this python package is to provide testing tools. It uses bovine for basic Fediverse functionality. For practical implementation testing, it might be useful to use the package as wrapped in docker containers as provided at Fediverse Pasture.

This package is more for people who either don’t want to use docker or want to modify the tooling. For example fediverse_pasture.runner provides tools that might be helpful in testing how activities are processed by the various Fediverse applications.

Installation

This package can be installed from pypi via

pip install fediverse-pasture

Instructions for usage can be found in the following sections.

Development

Instructions to develop this python package can be found in the git repository.