Metadata-Version: 2.4
Name: kitconcept.website
Version: 2.0.0a2
Summary: A CMS solution for public websites. Created by kitconcept.
Project-URL: Homepage, https://github.com/kitconcept/kitconcept-website
Project-URL: PyPI, https://pypi.python.org/pypi/kitconcept.website
Project-URL: Source, https://github.com/kitconcept/kitconcept-website
Project-URL: Tracker, https://github.com/kitconcept/kitconcept-website/issues
Author-email: kitconcept GmbH <info@kitconcept.com>
License-Expression: MIT
License-File: LICENSE.GPL
License-File: LICENSE.md
Keywords: CMS,Plone,Python,Site
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 6.1
Classifier: Framework :: Plone :: Distribution
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Requires-Python: ==3.12.*
Requires-Dist: kitconcept-core==2.0.0a2
Requires-Dist: pas-plugins-authomatic==2.0.0
Requires-Dist: pas-plugins-keycloakgroups==1.0.0b1
Requires-Dist: pas-plugins-oidc==2.0.0
Requires-Dist: plone-api
Requires-Dist: plone-distribution
Requires-Dist: plone-restapi
Requires-Dist: plone-volto>=5.1.0
Requires-Dist: python-dateutil
Description-Content-Type: text/markdown

# kitconcept.website

A CMS solution for public websites. Created by kitconcept.


## Installation

Install kitconcept.website with `pip`:

```shell
pip install kitconcept.website
```
And to create the Plone site:

```shell
make create_site
```

## Contribute

- [Issue Tracker](https://github.com/kitconcept/kitconcept-website/issues)
- [Source Code](https://github.com/kitconcept/kitconcept-website/)

## License

The project is licensed under GPLv2.

## Credits and Acknowledgements 🙏

Crafted with care by **This was generated by [cookiecutter-plone](https://github.com/plone/cookieplone-templates/backend_addon) on 2024-05-28 22:07:17**. A special thanks to all contributors and supporters!
