{"id":18679664,"url":"https://github.com/matmair/inventree-meta-plugin","last_synced_at":"2025-11-07T13:30:53.043Z","repository":{"id":114316420,"uuid":"525950265","full_name":"matmair/inventree-meta-plugin","owner":"matmair","description":"Meta project for InvenTree plugins","archived":false,"fork":false,"pushed_at":"2024-09-12T21:21:34.000Z","size":56,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T07:39:57.809Z","etag":null,"topics":["inventree","inventreeplugins"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matmair.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-17T20:52:55.000Z","updated_at":"2024-09-12T18:57:50.000Z","dependencies_parsed_at":"2024-01-03T14:05:28.321Z","dependency_job_id":"7638acb3-1437-4a46-ac31-1cf727b5c1ab","html_url":"https://github.com/matmair/inventree-meta-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmair%2Finventree-meta-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmair%2Finventree-meta-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmair%2Finventree-meta-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matmair%2Finventree-meta-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matmair","download_url":"https://codeload.github.com/matmair/inventree-meta-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239531989,"owners_count":19654595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["inventree","inventreeplugins"],"created_at":"2024-11-07T09:45:33.860Z","updated_at":"2025-02-18T18:46:50.763Z","avatar_url":"https://github.com/matmair.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inventree-meta-plugin\n\nMeta project for InvenTree plugins. This repo contains general helpers to streamline InvenTree plugin development.\n\n## Workflow\n\nThis keeps the workflows as simple as possible. Just bump the version to get the new flows.\n\n```yaml\nname: Plugin checking and building\non:\n  push:\n    branches: ['main', 'master']\n  pull_request:\n    types: [opened, edited, reopened]\n  release:\n    types: [published]\n\njobs:\n  plugin-action:\n    uses: matmair/inventree-meta-plugin/.github/workflows/plugin_action.yml@v1.0\n   secrets: inherit\n```\n\nThe workflow runs flake8 and - if a release was published - builds and publishes to PyPi. For this to work you need to set a secret named `PYPI_API_TOKEN` with a valid token for publishing to PyPi.\nPlease scope the token to only work for the specific project and use a new one for each plugin. You might have to push the project once before the new scope becomes available in the [account settings](https://pypi.org/manage/account/).\n\n## Cookie cutter\n\nCookie cutter is a template engine - we provide a template for a new plugin. It can be used to create a new plugin with a simple structure and all files required for scaleable plugins - from simple webhook integration to complex AppMixins.\n\n```bash\ncookiecutter gh:matmair/inventree-meta-plugin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatmair%2Finventree-meta-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatmair%2Finventree-meta-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatmair%2Finventree-meta-plugin/lists"}