Name | bovine-herd JSON |
Version |
0.5.15
JSON |
| download |
home_page | https://codeberg.org/bovine/bovine |
Summary | Implementation of a Fediverse server based on bovine |
upload_time | 2024-12-26 19:40:41 |
maintainer | None |
docs_url | None |
author | Helge |
requires_python | <4.0,>=3.11 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<!--
SPDX-FileCopyrightText: 2023 Helge
SPDX-License-Identifier: MIT
-->
# bovine_herd
__Note__: Development of bovine_herd will probably be discontinued
`bovine_herd` is a `bovine` powered Fediverse server, which interoperates with the rest of the FediVerse.
Please consult [the documentation](https://bovine-herd.readthedocs.io/en/latest/) for details to
run bovine_herd.
The simplest bovine_herd Fediverse server would be given by
```python
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](https://pypi.org/project/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.
Raw data
{
"_id": null,
"home_page": "https://codeberg.org/bovine/bovine",
"name": "bovine-herd",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": null,
"author": "Helge",
"author_email": "helge.krueger@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/13/d9/4f67e75902a4c5bd8c1f4f1b1a841f788bacd3fe0941b750fda41fa2f3f9/bovine_herd-0.5.15.tar.gz",
"platform": null,
"description": "<!--\nSPDX-FileCopyrightText: 2023 Helge\n\nSPDX-License-Identifier: MIT\n-->\n\n# bovine_herd\n\n__Note__: Development of bovine_herd will probably be discontinued\n\n`bovine_herd` is a `bovine` powered Fediverse server, which interoperates with the rest of the FediVerse.\nPlease consult [the documentation](https://bovine-herd.readthedocs.io/en/latest/) for details to\nrun bovine_herd.\n\nThe simplest bovine_herd Fediverse server would be given by\n\n```python\nfrom quart import Quart\n\nfrom bovine_herd import BovineHerd\n\napp = Quart(__name__)\nBovineHerd(app)\n```\n\nby running `hypercorn app:app` one can then start a server. This server does not\nprovide a user interface nor any users.\nTo add users, one can use [bovine-tool](https://pypi.org/project/bovine-tool/).\nWith the default configuration, these will be stored in `bovine.sqlite3`.\n\nOne should note that while `bovine_herd` should be domain agnostic, so the same\ninstance can serve any domain, created users are not.\n",
"bugtrack_url": null,
"license": null,
"summary": "Implementation of a Fediverse server based on bovine",
"version": "0.5.15",
"project_urls": {
"Documentation": "https://bovine-herd.readthedocs.io/en/latest/",
"Homepage": "https://codeberg.org/bovine/bovine",
"Repository": "https://codeberg.org/bovine/bovine"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bb12e859f3960c579accd75a5329fc45cf702ab498edf5b30c51a4eb84835cac",
"md5": "159fff91aa76dfcf8545b6ac48b8759f",
"sha256": "5c104556408a141d51525453672319386341f158e82ac7a1a0eb0f36591e6093"
},
"downloads": -1,
"filename": "bovine_herd-0.5.15-py3-none-any.whl",
"has_sig": false,
"md5_digest": "159fff91aa76dfcf8545b6ac48b8759f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 20193,
"upload_time": "2024-12-26T19:40:39",
"upload_time_iso_8601": "2024-12-26T19:40:39.869384Z",
"url": "https://files.pythonhosted.org/packages/bb/12/e859f3960c579accd75a5329fc45cf702ab498edf5b30c51a4eb84835cac/bovine_herd-0.5.15-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "13d94f67e75902a4c5bd8c1f4f1b1a841f788bacd3fe0941b750fda41fa2f3f9",
"md5": "cd0969f22863da4fa523228559ba3dff",
"sha256": "7d591c0527cf335d012aaffdbec564d55490d3952b8b068e033b2c99f05e9c88"
},
"downloads": -1,
"filename": "bovine_herd-0.5.15.tar.gz",
"has_sig": false,
"md5_digest": "cd0969f22863da4fa523228559ba3dff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 36536,
"upload_time": "2024-12-26T19:40:41",
"upload_time_iso_8601": "2024-12-26T19:40:41.157034Z",
"url": "https://files.pythonhosted.org/packages/13/d9/4f67e75902a4c5bd8c1f4f1b1a841f788bacd3fe0941b750fda41fa2f3f9/bovine_herd-0.5.15.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-26 19:40:41",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": true,
"codeberg_user": "bovine",
"codeberg_project": "bovine",
"lcname": "bovine-herd"
}