{"id":13557882,"url":"https://github.com/Kotti/Kotti","last_synced_at":"2025-04-03T12:31:16.332Z","repository":{"id":1355519,"uuid":"1303218","full_name":"Kotti/Kotti","owner":"Kotti","description":"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible Content Management System called the Kotti CMS.","archived":false,"fork":false,"pushed_at":"2023-09-18T07:31:51.000Z","size":7633,"stargazers_count":410,"open_issues_count":50,"forks_count":117,"subscribers_count":41,"default_branch":"master","last_synced_at":"2024-04-28T02:12:05.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://kotti.pylonsproject.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kotti.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"docs/contributing.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt","dei":null}},"created_at":"2011-01-28T15:42:02.000Z","updated_at":"2024-04-24T07:36:05.000Z","dependencies_parsed_at":"2024-01-29T18:51:45.325Z","dependency_job_id":null,"html_url":"https://github.com/Kotti/Kotti","commit_stats":{"total_commits":2449,"total_committers":73,"mean_commits":33.54794520547945,"dds":0.6443446304614129,"last_synced_commit":"904f9b67face1dca382f35000a6a9cdb822695ac"},"previous_names":[],"tags_count":101,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kotti%2FKotti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kotti%2FKotti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kotti%2FKotti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kotti%2FKotti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kotti","download_url":"https://codeload.github.com/Kotti/Kotti/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246598150,"owners_count":20802972,"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-08-01T12:04:35.982Z","updated_at":"2025-04-03T12:31:16.313Z","avatar_url":"https://github.com/Kotti.png","language":"Python","readme":"=====\nKotti\n=====\n\n|pypi|_\n|license|_\n\n|build_status_stable_postgresql|_\n|build_status_stable_mysql|_\n|build_status_stable_sqlite|_\n\n.. |pypi| image:: https://img.shields.io/pypi/v/Kotti.svg?style=flat-square\n.. _pypi: https://pypi.python.org/pypi/Kotti/\n\n.. |license| image:: https://img.shields.io/pypi/l/Kotti.svg?style=flat-square\n.. _license: http://www.repoze.org/LICENSE.txt\n\n.. |build_status_stable_postgresql| image:: https://github.com/Kotti/Kotti/workflows/PostgreSQL/badge.svg?branch=stable\n.. _build_status_stable_postgresql: https://github.com/Kotti/Kotti/actions?query=workflow%3APostgreSQL+branch%3Astable\n\n.. |build_status_stable_mysql| image:: https://github.com/Kotti/Kotti/workflows/MySQL/badge.svg?branch=stable\n.. _build_status_stable_mysql: https://github.com/Kotti/Kotti/actions?query=workflow%3AMySQL+branch%3Astable\n\n.. |build_status_stable_sqlite| image:: https://github.com/Kotti/Kotti/workflows/SQLite/badge.svg?branch=stable\n.. _build_status_stable_sqlite: https://github.com/Kotti/Kotti/actions?query=workflow%3ASQLite+branch%3Astable\n\n\nKotti is a high-level, Pythonic web application framework based on Pyramid_ and SQLAlchemy_.\nIt includes an extensible Content Management System called the Kotti CMS (see below).\n\nKotti is most useful when you are developing applications that\n\n- have complex security requirements,\n- use workflows, and/or\n- work with hierarchical data.\n\nBuilt on top of a number of *best-of-breed* software components,\nmost notably Pyramid_ and SQLAlchemy_,\nKotti introduces only a few concepts of its own,\nthus hopefully keeping the learning curve flat for the developer.\n\n\n.. _Pyramid: http://docs.pylonsproject.org/projects/pyramid/dev/\n.. _SQLAlchemy: http://www.sqlalchemy.org/\n\nKotti CMS\n=========\n\n.. You can **try out the Kotti CMS** on `Kotti's demo page`_.\n\nKotti CMS is a content management system that's heavily inspired by Plone_.\nIts **main features** are:\n\n- **User-friendliness**: editors can edit content where it appears;\n  thus the edit interface is contextual and intuitive\n\n- **WYSIWYG editor**: includes a rich text editor\n\n- **Responsive design**: Kotti builds on `Bootstrap`_, which\n  looks good both on desktop and mobile\n\n- **Templating**: you can extend the CMS with your own look \u0026 feel\n  with almost no programming required\n\n- **Add-ons**: install a variety of add-ons and customize them as well\n  as many aspects of the built-in CMS by use of an INI configuration\n  file\n\n- **Security**: the advanced user and permissions management is\n  intuitive and scales to fit the requirements of large organizations\n\n- **Internationalized**: the user interface is fully translatable,\n  Unicode is used everywhere to store data\n\n.. _Kotti's demo page: http://kottidemo.danielnouri.org/\n.. _Plone: http://plone.org/\n.. _Bootstrap: http://getbootstrap.com/\n\nLicense\n=======\n\nKotti is offered under the BSD-derived `Repoze Public License \u003chttp://repoze.org/license.html\u003e`_.\n\nInstall\n=======\n\nSee `installation instructions`_.\n\n.. _installation instructions: https://kotti.readthedocs.io/en/latest/first_steps/installation.html\n\nSupport and Documentation\n=========================\n\nRead Kotti's extensive `documentation \u003chttps://kotti.readthedocs.io/\u003e`_ on `Read the Docs \u003chttps://readthedocs.org/\u003e`_.\n\nIf you have questions or need help, you can post on our `mailing list / forum \u003chttp://groups.google.com/group/kotti\u003e`_ or join us on IRC: `#kotti on irc.freenode.net \u003circ://irc.freenode.net/#kotti\u003e`_.\n\nIf you think you found a bug, open an issue on our `Github bugtracker \u003chttps://github.com/Kotti/Kotti/issues\u003e`_.\n\nDevelopment\n===========\n\n|build_status_master_postgresql|_\n|build_status_master_mysql|_\n|build_status_master_sqlite|_\n\n|coveralls|_\n|codacy|_\n|codeclimate|_\n|scrutinizer|_\n|requires.io|_\n\n|gh_forks|_\n|gh_stars|_\n\nKotti is actively developed and maintained.\nWe adhere to `high quality coding standards`_, have an extensive test suite with `high coverage`_ and use `continuous integration`_.\n\nContributions are always welcome, read our `contribution guidelines`_ and visit our `Github repository`_.\n\n.. _continuous integration: http://travis-ci.org/Kotti/Kotti\n\n.. |build_status_master_postgresql| image:: https://github.com/Kotti/Kotti/workflows/PostgreSQL/badge.svg?branch=master\n.. _build_status_master_postgresql: https://github.com/Kotti/Kotti/actions?query=workflow%3APostgreSQL+branch%3Amaster\n\n.. |build_status_master_mysql| image:: https://github.com/Kotti/Kotti/workflows/MySQL/badge.svg?branch=master\n.. _build_status_master_mysql: https://github.com/Kotti/Kotti/actions?query=workflow%3AMySQL+branch%3Amaster\n\n.. |build_status_master_sqlite| image:: https://github.com/Kotti/Kotti/workflows/SQLite/badge.svg?branch=master\n.. _build_status_master_sqlite: https://github.com/Kotti/Kotti/actions?query=workflow%3ASQLite+branch%3Amaster\n\n.. |requires.io| image:: https://img.shields.io/requires/github/Kotti/Kotti.svg?style=flat-square\n.. _requires.io: https://requires.io/github/Kotti/Kotti/requirements/?branch=master\n\n.. |gh_forks| image:: https://img.shields.io/github/forks/Kotti/Kotti.svg?style=flat-square\n.. _gh_forks: https://github.com/Kotti/Kotti/network\n\n.. |gh_stars| image:: https://img.shields.io/github/stars/Kotti/Kotti.svg?style=flat-square\n.. _gh_stars: https://github.com/Kotti/Kotti/stargazers\n\n.. |coveralls| image:: https://img.shields.io/coveralls/Kotti/Kotti.svg?style=flat-square\n.. _coveralls: https://coveralls.io/r/Kotti/Kotti\n.. _high coverage: https://coveralls.io/r/Kotti/Kotti\n\n.. |codacy| image:: https://api.codacy.com/project/badge/Grade/fb10cbc3497148d2945d61ce6ad2e4f5\n.. _codacy: https://www.codacy.com/app/disko/Kotti?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Kotti/Kotti\u0026amp;utm_campaign=Badge_Grade\n.. _high quality coding standards: https://www.codacy.com/app/disko/Kotti?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Kotti/Kotti\u0026amp;utm_campaign=Badge_Grade\n\n.. |codeclimate| image:: https://api.codeclimate.com/v1/badges/3a4a61548fcc195e4ba1/maintainability\n.. _codeclimate: https://codeclimate.com/github/Kotti/Kotti/maintainability\n\n.. |scrutinizer| image:: https://scrutinizer-ci.com/g/Kotti/Kotti/badges/quality-score.png?b=master\n.. _scrutinizer: https://scrutinizer-ci.com/g/Kotti/Kotti/\n\n.. _contribution guidelines: https://kotti.readthedocs.io/en/latest/contributing.html\n.. _Github repository: https://github.com/Kotti/Kotti\n","funding_links":[],"categories":["CMS","Python","others","CMS [🔝](#readme)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKotti%2FKotti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKotti%2FKotti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKotti%2FKotti/lists"}