placeholder-my-plugin 0.2.2__tar.gz → 0.2.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.
Files changed (27) hide show
  1. {placeholder_my_plugin-0.2.2/placeholder_my_plugin.egg-info → placeholder_my_plugin-0.2.3}/PKG-INFO +1 -1
  2. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/README.md +1 -6
  3. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3/placeholder_my_plugin.egg-info}/PKG-INFO +1 -1
  4. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/pyproject.toml +1 -1
  5. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/LICENSE +0 -0
  6. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/__init__.py +0 -0
  7. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/compute_frameworks/__init__.py +0 -0
  8. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/compute_frameworks/my_plugin/__init__.py +0 -0
  9. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/compute_frameworks/my_plugin/my_compute_framework.py +0 -0
  10. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/compute_frameworks/my_plugin/tests/__init__.py +0 -0
  11. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/compute_frameworks/my_plugin/tests/test_my_compute_framework.py +0 -0
  12. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/extenders/__init__.py +0 -0
  13. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/extenders/my_plugin/__init__.py +0 -0
  14. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/extenders/my_plugin/my_extender.py +0 -0
  15. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/extenders/my_plugin/tests/__init__.py +0 -0
  16. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/extenders/my_plugin/tests/test_my_extender.py +0 -0
  17. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/feature_groups/__init__.py +0 -0
  18. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/feature_groups/my_plugin/__init__.py +0 -0
  19. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/feature_groups/my_plugin/my_feature_group.py +0 -0
  20. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/feature_groups/my_plugin/tests/__init__.py +0 -0
  21. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder/feature_groups/my_plugin/tests/test_my_feature_group.py +0 -0
  22. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder_my_plugin.egg-info/SOURCES.txt +0 -0
  23. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder_my_plugin.egg-info/dependency_links.txt +0 -0
  24. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder_my_plugin.egg-info/requires.txt +0 -0
  25. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/placeholder_my_plugin.egg-info/top_level.txt +0 -0
  26. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/setup.cfg +0 -0
  27. {placeholder_my_plugin-0.2.2 → placeholder_my_plugin-0.2.3}/tests/test_mloda_imports.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placeholder-my-plugin
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: TEMPLATE PLACEHOLDER - Do not install directly. This package reserves the name for mloda-plugin-template. See https://github.com/mloda-ai/mloda-plugin-template
5
5
  Author-email: Your Name placeholder <placeholder@placeholder.com>
6
6
  License-Expression: Apache-2.0
@@ -121,15 +121,10 @@ mypy --strict --ignore-missing-imports .
121
121
  bandit -c pyproject.toml -r -q .
122
122
  ```
123
123
 
124
- ### Add new FeatureGroup
125
- Create new directory under `placeholder/feature_groups/` following the `my_plugin/` pattern.
126
-
127
124
  ## Related Documentation
128
125
 
129
126
  Guides for plugin development can be found in mloda-registry:
130
127
 
131
128
  - https://github.com/mloda-ai/mloda-registry/tree/main/docs/guides/
132
129
 
133
- ## Architecture Overview
134
-
135
- - [Repository structure and relationships](https://github.com/mloda-ai/mloda-registry/blob/main/docs/architecture/00_repositories.md)
130
+ This template includes pre-configured GitHub Actions workflows for testing, security scanning, and automated releases. See the [GitHub Workflows documentation](docs/github-workflows.md) for setup instructions and required secrets.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: placeholder-my-plugin
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: TEMPLATE PLACEHOLDER - Do not install directly. This package reserves the name for mloda-plugin-template. See https://github.com/mloda-ai/mloda-plugin-template
5
5
  Author-email: Your Name placeholder <placeholder@placeholder.com>
6
6
  License-Expression: Apache-2.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "placeholder-my-plugin"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  description = "TEMPLATE PLACEHOLDER - Do not install directly. This package reserves the name for mloda-plugin-template. See https://github.com/mloda-ai/mloda-plugin-template"
9
9
  license = "Apache-2.0"
10
10
  authors = [{ name = "Your Name placeholder", email = "placeholder@placeholder.com" }]