Name | bovine-herd JSON |
Version |
0.5.18
JSON |
| download |
home_page | https://codeberg.org/bovine/bovine |
Summary | Implementation of a Fediverse server based on bovine |
upload_time | 2025-02-07 18:16:50 |
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/0f/8b/ad70ccdb18b345eaf98fa9e7bfc5ce751228917a0718275494199d9698bd/bovine_herd-0.5.18.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.18",
"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": "292770e62d87d59940767614629b38bbeffdef7c478056c3f83a67016b3282a9",
"md5": "58b62897444a0e1319c8137439b78b6b",
"sha256": "741466211cf81b72a973e59a6d311a62fcf61f37eb038e01fa43cffad5dacb55"
},
"downloads": -1,
"filename": "bovine_herd-0.5.18-py3-none-any.whl",
"has_sig": false,
"md5_digest": "58b62897444a0e1319c8137439b78b6b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 20194,
"upload_time": "2025-02-07T18:16:47",
"upload_time_iso_8601": "2025-02-07T18:16:47.469876Z",
"url": "https://files.pythonhosted.org/packages/29/27/70e62d87d59940767614629b38bbeffdef7c478056c3f83a67016b3282a9/bovine_herd-0.5.18-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0f8bad70ccdb18b345eaf98fa9e7bfc5ce751228917a0718275494199d9698bd",
"md5": "b279d2bf604b5edbbf2d7477e1af66e2",
"sha256": "dd8fef3b4d22b0575e23245289b73eb1364b802d6bdf19e69390f70d5a031923"
},
"downloads": -1,
"filename": "bovine_herd-0.5.18.tar.gz",
"has_sig": false,
"md5_digest": "b279d2bf604b5edbbf2d7477e1af66e2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 36597,
"upload_time": "2025-02-07T18:16:50",
"upload_time_iso_8601": "2025-02-07T18:16:50.990004Z",
"url": "https://files.pythonhosted.org/packages/0f/8b/ad70ccdb18b345eaf98fa9e7bfc5ce751228917a0718275494199d9698bd/bovine_herd-0.5.18.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-07 18:16:50",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": true,
"codeberg_user": "bovine",
"codeberg_project": "bovine",
"lcname": "bovine-herd"
}