kitconcept.voltolighttheme


Namekitconcept.voltolighttheme JSON
Version 6.2.0 PyPI version JSON
download
home_pageNone
SummaryPlone package providing features for @kitconcept/volto-light-theme
upload_time2025-05-22 14:49:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords cms plone volto
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Volto Light Theme by kitconcept 🚀

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://kitconcept.com/kitconcept-white.svg">
  <img width="300" alt="kitconcept, GmbH" src="https://kitconcept.com/kitconcept-black.svg">
</picture>

<div align="center">

[![PyPI](https://img.shields.io/pypi/v/kitconcept.voltolighttheme)](https://pypi.org/project/kitconcept.voltolighttheme/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kitconcept.voltolighttheme)](https://pypi.org/project/kitconcept.voltolighttheme/)
[![PyPI - Plone Versions](https://img.shields.io/pypi/frameworkversions/plone/kitconcept.voltolighttheme)](https://pypi.org/project/kitconcept.voltolighttheme/)

[![Build Status](https://github.com/kitconcept/volto-light-theme/actions/workflows/main.yml/badge.svg)](https://github.com/kitconcept/volto-light-theme/actions)

[![GitHub contributors](https://img.shields.io/github/contributors/kitconcept/volto-light-theme)](https://github.com/kitconcept/volto-light-theme)
[![GitHub Repo stars](https://img.shields.io/github/stars/collective/volto-light-theme?style=social)](https://github.com/collective/volto-light-theme)

</div>

Behaviors and example content to be used by the Volto package [@kitconcept/volto-light-theme](https://www.npmjs.com/package/@kitconcept/volto-light-theme)

## Features

### Demo content

This package contains demo content to showcase Volto Light Theme.

## Installation 🛠️

To install `kitconcept.voltolighttheme`, add it to your project dependencies and install the package using your preferred method.

### Using `setup.py` 🐍

For projects managed via `setup.py`, edit your `setup.py` file and add `kitconcept.voltolighttheme` to the `install_requires` list:

````python
install_requires = [
    ...
    "kitconcept.voltolighttheme",
]
````

Then, install the dependencies:

````sh
pip install -e .
````

### Using `pyproject.toml` 📜

For projects using `pyproject.toml`, add `kitconcept.voltolighttheme` to the **dependencies** list under the `[project]` section:

````toml
dependencies = [
    ...
    "kitconcept.voltolighttheme",
]
````

Then, install the dependencies:

````sh
pip install .
````

## Contribute

### Resources

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

### Develop this package

Please refer to the documentation available in [our repository](https://github.com/kitconcept/volto-light-theme)

## License

The project is licensed under GPLv2.

## Credits & Acknowledgements 🙏

This package is developed and maintained by the [kitconcept GmbH](https://kitconcept.com) ❤️.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kitconcept.voltolighttheme",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "CMS, Plone, Volto",
    "author": null,
    "author_email": "kitconcept GmbH <contact@kitconcept.com>",
    "download_url": "https://files.pythonhosted.org/packages/a9/ec/399294091e16d0abeecd3d052597e3b3070fa9a38117dca0b356fd745f38/kitconcept_voltolighttheme-6.2.0.tar.gz",
    "platform": null,
    "description": "# Volto Light Theme by kitconcept \ud83d\ude80\n\n<picture>\n  <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://kitconcept.com/kitconcept-white.svg\">\n  <img width=\"300\" alt=\"kitconcept, GmbH\" src=\"https://kitconcept.com/kitconcept-black.svg\">\n</picture>\n\n<div align=\"center\">\n\n[![PyPI](https://img.shields.io/pypi/v/kitconcept.voltolighttheme)](https://pypi.org/project/kitconcept.voltolighttheme/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kitconcept.voltolighttheme)](https://pypi.org/project/kitconcept.voltolighttheme/)\n[![PyPI - Plone Versions](https://img.shields.io/pypi/frameworkversions/plone/kitconcept.voltolighttheme)](https://pypi.org/project/kitconcept.voltolighttheme/)\n\n[![Build Status](https://github.com/kitconcept/volto-light-theme/actions/workflows/main.yml/badge.svg)](https://github.com/kitconcept/volto-light-theme/actions)\n\n[![GitHub contributors](https://img.shields.io/github/contributors/kitconcept/volto-light-theme)](https://github.com/kitconcept/volto-light-theme)\n[![GitHub Repo stars](https://img.shields.io/github/stars/collective/volto-light-theme?style=social)](https://github.com/collective/volto-light-theme)\n\n</div>\n\nBehaviors and example content to be used by the Volto package [@kitconcept/volto-light-theme](https://www.npmjs.com/package/@kitconcept/volto-light-theme)\n\n## Features\n\n### Demo content\n\nThis package contains demo content to showcase Volto Light Theme.\n\n## Installation \ud83d\udee0\ufe0f\n\nTo install `kitconcept.voltolighttheme`, add it to your project dependencies and install the package using your preferred method.\n\n### Using `setup.py` \ud83d\udc0d\n\nFor projects managed via `setup.py`, edit your `setup.py` file and add `kitconcept.voltolighttheme` to the `install_requires` list:\n\n````python\ninstall_requires = [\n    ...\n    \"kitconcept.voltolighttheme\",\n]\n````\n\nThen, install the dependencies:\n\n````sh\npip install -e .\n````\n\n### Using `pyproject.toml` \ud83d\udcdc\n\nFor projects using `pyproject.toml`, add `kitconcept.voltolighttheme` to the **dependencies** list under the `[project]` section:\n\n````toml\ndependencies = [\n    ...\n    \"kitconcept.voltolighttheme\",\n]\n````\n\nThen, install the dependencies:\n\n````sh\npip install .\n````\n\n## Contribute\n\n### Resources\n\n- [Issue Tracker](https://github.com/kitconcept/volto-light-theme/issues)\n- [Source Code](https://github.com/kitconcept/volto-light-theme/)\n\n### Develop this package\n\nPlease refer to the documentation available in [our repository](https://github.com/kitconcept/volto-light-theme)\n\n## License\n\nThe project is licensed under GPLv2.\n\n## Credits & Acknowledgements \ud83d\ude4f\n\nThis package is developed and maintained by the [kitconcept GmbH](https://kitconcept.com) \u2764\ufe0f.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Plone package providing features for @kitconcept/volto-light-theme",
    "version": "6.2.0",
    "project_urls": {
        "Documentation": "https://volto-light-theme.readthedocs.io/",
        "Homepage": "https://github.com/kitconcept/volto-light-theme",
        "PyPI": "https://pypi.org/project/kitconcept.voltolighttheme",
        "Source": "https://github.com/kitconcept/volto-light-theme",
        "Tracker": "https://github.com/kitconcept/volto-light-theme/issues"
    },
    "split_keywords": [
        "cms",
        " plone",
        " volto"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "57365797ef1bcb91c47e101aecd71c9922cc0f2a6eddbc87350cc20e482872dd",
                "md5": "02bdafde7614fe8d06fe47aff2c5395e",
                "sha256": "00c74236412f0c8a51370305ead8ff0fd1d0269011a68e08eb28803abc7b064f"
            },
            "downloads": -1,
            "filename": "kitconcept_voltolighttheme-6.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02bdafde7614fe8d06fe47aff2c5395e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 9024181,
            "upload_time": "2025-05-22T14:49:34",
            "upload_time_iso_8601": "2025-05-22T14:49:34.520367Z",
            "url": "https://files.pythonhosted.org/packages/57/36/5797ef1bcb91c47e101aecd71c9922cc0f2a6eddbc87350cc20e482872dd/kitconcept_voltolighttheme-6.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9ec399294091e16d0abeecd3d052597e3b3070fa9a38117dca0b356fd745f38",
                "md5": "8a07857c17d66d05f3fa3690e1f9b3cc",
                "sha256": "5b030486af73330ab8a9bc2705c616adb901886c297e4252f7c75d4917a176d8"
            },
            "downloads": -1,
            "filename": "kitconcept_voltolighttheme-6.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8a07857c17d66d05f3fa3690e1f9b3cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 8986117,
            "upload_time": "2025-05-22T14:49:39",
            "upload_time_iso_8601": "2025-05-22T14:49:39.164859Z",
            "url": "https://files.pythonhosted.org/packages/a9/ec/399294091e16d0abeecd3d052597e3b3070fa9a38117dca0b356fd745f38/kitconcept_voltolighttheme-6.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-05-22 14:49:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kitconcept",
    "github_project": "volto-light-theme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kitconcept.voltolighttheme"
}
        
Elapsed time: 0.79281s