Skip to main content

Implementation of a Fediverse server based on bovine

Project description

bovine_herd

bovine_herd is a bovine powered Fediverse server, which interoperates with the rest of the FediVerse. Please consult the documentation for details to run bovine_herd.

The simplest bovine_herd Fediverse server would be given by

from quart import Quart

from bovine_herd import BovineHerd

app = Quart(__name__)
BovineHerd(app)

by running hypercorn app:app one can then start a server. This server does not provide a user interface nor any users. To add users, one can use bovine-tool. With the default configuration, these will be stored in bovine.sqlite3.

One should note that while bovine_herd should be domain agnostic, so the same instance can serve any domain, created users are not.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bovine_herd-0.5.10.tar.gz (36.2 kB view hashes)

Uploaded Source

Built Distribution

bovine_herd-0.5.10-py3-none-any.whl (20.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page