roboherd 0.1.2__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of roboherd might be problematic. Click here for more details.

Files changed (57) hide show
  1. {roboherd-0.1.2 → roboherd-0.1.3}/.woodpecker/create_release.yml +1 -0
  2. {roboherd-0.1.2 → roboherd-0.1.3}/CHANGES.md +5 -0
  3. {roboherd-0.1.2 → roboherd-0.1.3}/PKG-INFO +1 -1
  4. {roboherd-0.1.2 → roboherd-0.1.3}/docs/index.md +27 -0
  5. {roboherd-0.1.2 → roboherd-0.1.3}/pyproject.toml +1 -1
  6. {roboherd-0.1.2 → roboherd-0.1.3}/resources/docker/Dockerfile +2 -2
  7. {roboherd-0.1.2 → roboherd-0.1.3}/uv.lock +1 -1
  8. {roboherd-0.1.2 → roboherd-0.1.3}/.gitignore +0 -0
  9. {roboherd-0.1.2 → roboherd-0.1.3}/.woodpecker/publish_docker.yml +0 -0
  10. {roboherd-0.1.2 → roboherd-0.1.3}/.woodpecker/publish_pypi.yml +0 -0
  11. {roboherd-0.1.2 → roboherd-0.1.3}/.woodpecker/test.yml +0 -0
  12. {roboherd-0.1.2 → roboherd-0.1.3}/.woodpecker/website.yml +0 -0
  13. {roboherd-0.1.2 → roboherd-0.1.3}/README.md +0 -0
  14. {roboherd-0.1.2 → roboherd-0.1.3}/docs/annotations.md +0 -0
  15. {roboherd-0.1.2 → roboherd-0.1.3}/docs/assets/mastodon.png +0 -0
  16. {roboherd-0.1.2 → roboherd-0.1.3}/docs/cli.md +0 -0
  17. {roboherd-0.1.2 → roboherd-0.1.3}/docs/cow.md +0 -0
  18. {roboherd-0.1.2 → roboherd-0.1.3}/docs/herd.md +0 -0
  19. {roboherd-0.1.2 → roboherd-0.1.3}/docs/util.md +0 -0
  20. {roboherd-0.1.2 → roboherd-0.1.3}/mkdocs.yml +0 -0
  21. {roboherd-0.1.2 → roboherd-0.1.3}/resources/docker/build.sh +0 -0
  22. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/__init__.py +0 -0
  23. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/__main__.py +0 -0
  24. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/annotations/__init__.py +0 -0
  25. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/annotations/bovine.py +0 -0
  26. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/annotations/common.py +0 -0
  27. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/__init__.py +0 -0
  28. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/handlers.py +0 -0
  29. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/profile.py +0 -0
  30. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/test_handlers.py +0 -0
  31. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/test_init.py +0 -0
  32. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/test_profile.py +0 -0
  33. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/test_util.py +0 -0
  34. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/types.py +0 -0
  35. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/util.py +0 -0
  36. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/__init__.py +0 -0
  37. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/dev_null.py +0 -0
  38. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/json_echo.py +0 -0
  39. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/meta.py +0 -0
  40. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/moocow.py +0 -0
  41. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/number.py +0 -0
  42. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/rooster.py +0 -0
  43. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/scarecrow.py +0 -0
  44. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/__init__.py +0 -0
  45. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/builder.py +0 -0
  46. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/manager/__init__.py +0 -0
  47. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/manager/config.py +0 -0
  48. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/manager/test_config.py +0 -0
  49. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/manager/test_manager.py +0 -0
  50. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/processor.py +0 -0
  51. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/scheduler.py +0 -0
  52. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/test_herd.py +0 -0
  53. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/test_scheduler.py +0 -0
  54. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/types.py +0 -0
  55. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/register.py +0 -0
  56. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/test_util.py +0 -0
  57. {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/util.py +0 -0
@@ -7,6 +7,7 @@ depends_on: ["test"]
7
7
  steps:
8
8
  create_release:
9
9
  image: helgekr/release_helper
10
+ pull: true
10
11
  environment:
11
12
  CODEBERG_TOKEN: { from_secret: codeberg_token }
12
13
  CODEBERG_OWNER: bovine
@@ -1,5 +1,10 @@
1
1
  # Changes to roboherd
2
2
 
3
+ ## 0.1.3 ([Milestone](https://codeberg.org/bovine/roboherd/milestone/10441))
4
+
5
+ - Add information about developement [roboherd#24](https://codeberg.org/bovine/roboherd/issues/24)
6
+ - Repair docker build [roboherd#23](https://codeberg.org/bovine/roboherd/issues/23)
7
+
3
8
  ## 0.1.1 ([Milestone](https://codeberg.org/bovine/roboherd/milestone/10245))
4
9
 
5
10
  - Document environment variable overrides [roboherd#16](https://codeberg.org/bovine/roboherd/issues/16)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: roboherd
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A Fediverse bot framework
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: almabtrieb[mqtt]>=0.1.0a1
@@ -295,3 +295,30 @@ the appropriate points in the menu on the left.
295
295
  The console also allows you to lookup Fediverse
296
296
  objects as seen through cattle_grid and perform actions
297
297
  manually.
298
+
299
+ ## Developing roboherd
300
+
301
+ Roboherd uses [astral-uv](https://docs.astral.sh/uv/) and
302
+ [hatch](https://hatch.pypa.io/latest/) for development. After
303
+ cloning the repository, run
304
+
305
+ ```bash
306
+ uv sync --all-extras
307
+ ```
308
+
309
+ to install dependencies using uv. Then one can run tests via
310
+
311
+ ```bash
312
+ uv run pytest
313
+ uv run ruff check .
314
+ uv run ruff format .
315
+ ```
316
+
317
+ ### Releasing
318
+
319
+ Releases, packages, documentation, and docker containers are
320
+ build automatically using the CI. For this increase the
321
+ version, have a [milestone](https://codeberg.org/bovine/roboherd/milestones)
322
+ matching the new version, and appropriate entries in
323
+ `CHANGES.md`. Then once a pull request with this is merged,
324
+ the rest happens automatically.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "roboherd"
3
- version = "0.1.2"
3
+ version = "0.1.3"
4
4
  description = "A Fediverse bot framework"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -1,7 +1,7 @@
1
1
  FROM helgekr/bovine:0.5.18-python3.13
2
2
 
3
- ADD *.whl .
4
- RUN pip install *.whl
3
+ ARG tag
4
+ RUN pip install roboherd==#{tag}
5
5
 
6
6
  RUN mkdir /app
7
7
  WORKDIR /app
@@ -1363,7 +1363,7 @@ wheels = [
1363
1363
 
1364
1364
  [[package]]
1365
1365
  name = "roboherd"
1366
- version = "0.1.0"
1366
+ version = "0.1.2"
1367
1367
  source = { editable = "." }
1368
1368
  dependencies = [
1369
1369
  { name = "almabtrieb", extra = ["mqtt"] },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes