{"id":21115562,"url":"https://github.com/webu/dalec-openproject","last_synced_at":"2026-03-05T02:30:53.070Z","repository":{"id":176961486,"uuid":"658771874","full_name":"webu/dalec-openproject","owner":"webu","description":" DALEC -- Aggregate a lot of openproject content for django","archived":false,"fork":false,"pushed_at":"2023-07-04T15:37:33.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-08T00:20:50.806Z","etag":null,"topics":["aggegator","dalec","django","openproject"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-26T13:09:28.000Z","updated_at":"2023-06-26T13:21:12.000Z","dependencies_parsed_at":"2023-11-07T15:48:29.481Z","dependency_job_id":null,"html_url":"https://github.com/webu/dalec-openproject","commit_stats":null,"previous_names":["webu/dalec-openproject"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/webu/dalec-openproject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webu%2Fdalec-openproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webu%2Fdalec-openproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webu%2Fdalec-openproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webu%2Fdalec-openproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webu","download_url":"https://codeload.github.com/webu/dalec-openproject/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webu%2Fdalec-openproject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30107199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aggegator","dalec","django","openproject"],"created_at":"2024-11-20T02:01:05.136Z","updated_at":"2026-03-05T02:30:53.031Z","avatar_url":"https://github.com/webu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔗 dalec-openproject\n\n[![Stable Version](https://img.shields.io/pypi/v/dalec-openproject?color=blue)](https://pypi.org/project/dalec-openproject/)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat\u0026labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![semver](https://img.shields.io/badge/semver-2.0.0-green)](https://semver.org/)\n[![Documentation Status](https://readthedocs.org/projects/dalec-openproject/badge/?version=latest)](https://dalec-openproject.readthedocs.io/en/latest/?badge=latest)\n\nDjango Aggregate a Lot of External Content -- OpenProject\n\nAggregate last work packages from a given OpenProject instance.\n\nPlugin of [🤖 dalec](https://github.com/webu/dalec).\n\n## Installation\n\n```\npip install dalec-openproject\n```\n\nIn django settings `INSTALLED_APPS`, add:\n\n```\nINSTALLED_APPS = [\n    ...\n    \"dalec\",\n    \"dalec_prime\",\n    \"dalec_openproject\",\n    ...\n    ]\n```\n\n\n## Usage\n\nGeneral usage:\n```django\n{% load dalec %}\n\n{% dalec \"openproject\" content_type [channel=None] [channel_object=None] [template=None] %}\n```\n\nReal examples:\n\n### Work packages\n\nRetrieves latest work packages of a project defined by its identifier (i.e. slug):\n\n```django\n{% dalec \"openproject\" \"work_package\" channel=\"project\" channel_object=\"project-identifier\"%}\n```\n\n\n## Settings\n\nDjango settings must define:\n\n  - `DALEC_OPENPROJECT_BASE_URL` : OpenProject instance url (ex: `https://openproject.org/`)\n  - `DALEC_OPENPROJECT_API_KEY` : OpenProject api key (ex: `admazerazerazerazerazer`)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebu%2Fdalec-openproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebu%2Fdalec-openproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebu%2Fdalec-openproject/lists"}