https://github.com/programmfabrik/fylr-lib-plugin-python3
collection of python3 classes and functions for fylr plugins
https://github.com/programmfabrik/fylr-lib-plugin-python3
Last synced: 9 months ago
JSON representation
collection of python3 classes and functions for fylr plugins
- Host: GitHub
- URL: https://github.com/programmfabrik/fylr-lib-plugin-python3
- Owner: programmfabrik
- Created: 2022-03-04T15:22:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T13:17:58.000Z (10 months ago)
- Last Synced: 2025-09-09T16:33:25.653Z (10 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fylr-lib-plugin-python3
collection of python3 classes and functions for fylr plugins
## include library in python plugins
> python package names can not include `-`. make sure to rename the submodule folder if you import it
In python plugin folder (e.g. `src/server`):
```!shell
git submodule add git@github.com:programmfabrik/fylr-lib-plugin-python3.git fylr_lib_plugin_python3
```
In python code:
```!python
import fylr_lib_plugin_python3.util as util
```