{"id":21029855,"url":"https://github.com/kitconcept/kitconcept.richpage","last_synced_at":"2026-04-28T13:06:25.227Z","repository":{"id":65600128,"uuid":"123896273","full_name":"kitconcept/kitconcept.richpage","owner":"kitconcept","description":"Folderish page with rich content","archived":false,"fork":false,"pushed_at":"2022-11-23T18:03:25.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-09T23:32:09.053Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kitconcept.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-05T09:30:08.000Z","updated_at":"2022-11-23T15:26:41.000Z","dependencies_parsed_at":"2023-01-31T08:05:13.833Z","dependency_job_id":null,"html_url":"https://github.com/kitconcept/kitconcept.richpage","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/kitconcept%2Fkitconcept.richpage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept.richpage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept.richpage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitconcept%2Fkitconcept.richpage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitconcept","download_url":"https://codeload.github.com/kitconcept/kitconcept.richpage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243466987,"owners_count":20295310,"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":[],"created_at":"2024-11-19T12:14:34.262Z","updated_at":"2025-12-29T14:03:13.094Z","avatar_url":"https://github.com/kitconcept.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\u003cimg alt=\"logo\" src=\"https://raw.githubusercontent.com/kitconcept/kitconcept.richpage/main/docs/kitconcept.png\" width=\"70\" /\u003e\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003ekitconcept.richtext\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![PyPI](https://img.shields.io/pypi/v/kitconcept.richpage)](https://pypi.org/project/kitconcept.richpage/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kitconcept.richpage)](https://pypi.org/project/kitconcept.richpage/)\n[![PyPI - Wheel](https://img.shields.io/pypi/wheel/kitconcept.richpage)](https://pypi.org/project/kitconcept.richpage/)\n[![PyPI - License](https://img.shields.io/pypi/l/kitconcept.richpage)](https://pypi.org/project/kitconcept.richpage/)\n[![PyPI - Status](https://img.shields.io/pypi/status/kitconcept.richpage)](https://pypi.org/project/kitconcept.richpage/)\n\n\n[![PyPI - Plone Versions](https://img.shields.io/pypi/frameworkversions/plone/kitconcept.richpage)](https://pypi.org/project/kitconcept.richpage/)\n\n[![Code analysis checks](https://github.com/kitconcept/kitconcept.richpage/actions/workflows/code-analysis.yml/badge.svg)](https://github.com/kitconcept/kitconcept.richpage/actions/workflows/code-analysis.yml)\n[![Tests](https://github.com/kitconcept/kitconcept.richpage/actions/workflows/tests.yaml/badge.svg)](https://github.com/kitconcept/kitconcept.richpage/actions/workflows/tests.yaml)\n![Code Style](https://img.shields.io/badge/Code%20Style-Black-000000)\n\n[![GitHub contributors](https://img.shields.io/github/contributors/kitconcept/kitconcept.richpage)](https://github.com/kitconcept/kitconcept.richpage)\n[![GitHub Repo stars](https://img.shields.io/github/stars/kitconcept/kitconcept.richpage?style=social)](https://github.com/kitconcept/kitconcept.richpage)\n\n\u003c/div\u003e\n\nInstallation\n------------\n\nAdd **kitconcept.richpage** to the Plone installation using `pip`:\n\n```bash\npip install kitconcept.richpage\n```\nor add it as a dependency on your package's `setup.py`\n\n```python\n    install_requires = [\n        \"kitconcept.richpage\",\n        \"Products.CMFPlone\",\n        \"plone.restapi\",\n        \"setuptools\",\n    ],\n```\n\nStart Plone and activate the plugin in the addons control-panel.\n\n\nSource Code and Contributions\n-----------------------------\n\nIf you want to help with the development (improvement, update, bug-fixing, ...) of `kitconcept.richpage` this is a great idea!\n\n- [Issue Tracker](https://github.com/kitconcept/kitconcept.richpage/issues)\n- [Source Code](https://github.com/kitconcept/kitconcept.richpage/)\n\n\nPlease do larger changes on a branch and submit a Pull Request.\n\nWe appreciate any contribution and if a release is needed to be done on PyPI, please just contact one of us.\n\nDevelopment\n-----------\n\nYou need a working `python` environment (system, virtualenv, pyenv, etc) version 3.7 or superior.\n\nThen install the dependencies and a development instance using:\n\n```bash\nmake build\n```\n\nTo run tests for this package:\n\n```bash\nmake test\n```\n\nBy default we use the latest Plone version in the 6.x series.\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitconcept%2Fkitconcept.richpage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitconcept%2Fkitconcept.richpage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitconcept%2Fkitconcept.richpage/lists"}