Name | django-tabler-theme JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | Reusable Django theme app using Tabler (Bootstrap 5) with templates, components, and helpers. |
upload_time | 2025-09-04 06:19:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT |
keywords |
django
tabler
bootstrap
theme
templates
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# django-tabler-theme
A reusable Django theme app using Tabler (Bootstrap 5) with templates, components, and helpers.
## Features
- Django templates based on Tabler UI kit
- Bootstrap 5 integration
- Reusable components and template tags
- Easy integration with Django projects
## Installation
```bash
pip install django-tabler-theme
```
## Quick Start
1. Add `tabler_theme` to your `INSTALLED_APPS`:
```python
INSTALLED_APPS = [
...
'tabler_theme',
...
]
```
2. Include the theme's context processor in your `TEMPLATES` setting:
```python
TEMPLATES = [
{
...
'OPTIONS': {
'context_processors': [
...
'django_tabler_theme.context_processors.tabler_theme',
...
],
},
},
]
```
## Development
1. Clone the repository
2. Create a virtual environment
3. Install development dependencies: `pip install -e .[dev]`
4. Run tests: `pytest`
## License
MIT License
Raw data
{
"_id": null,
"home_page": null,
"name": "django-tabler-theme",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "django, tabler, bootstrap, theme, templates",
"author": null,
"author_email": "Your Name <you@example.com>",
"download_url": "https://files.pythonhosted.org/packages/3d/48/275e7cb6a4127d340dedc60cb1b35c1436755129ea37f6966a62adbf282b/django_tabler_theme-0.1.0.tar.gz",
"platform": null,
"description": "# django-tabler-theme\n\nA reusable Django theme app using Tabler (Bootstrap 5) with templates, components, and helpers.\n\n## Features\n\n- Django templates based on Tabler UI kit\n- Bootstrap 5 integration\n- Reusable components and template tags\n- Easy integration with Django projects\n\n## Installation\n\n```bash\npip install django-tabler-theme\n```\n\n## Quick Start\n\n1. Add `tabler_theme` to your `INSTALLED_APPS`:\n\n```python\nINSTALLED_APPS = [\n ...\n 'tabler_theme',\n ...\n]\n```\n\n2. Include the theme's context processor in your `TEMPLATES` setting:\n\n```python\nTEMPLATES = [\n {\n ...\n 'OPTIONS': {\n 'context_processors': [\n ...\n 'django_tabler_theme.context_processors.tabler_theme',\n ...\n ],\n },\n },\n]\n```\n\n## Development\n\n1. Clone the repository\n2. Create a virtual environment\n3. Install development dependencies: `pip install -e .[dev]`\n4. Run tests: `pytest`\n\n## License\n\nMIT License\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Reusable Django theme app using Tabler (Bootstrap 5) with templates, components, and helpers.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/your-org/django-tabler-theme",
"Issues": "https://github.com/your-org/django-tabler-theme/issues"
},
"split_keywords": [
"django",
" tabler",
" bootstrap",
" theme",
" templates"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "6eeb2784cef77f4dc59c47d035d2d523628bf8d619f1cabf98a0e85dc7bd8567",
"md5": "757cc646e2e7c28e85a72a2f78531815",
"sha256": "ef3291a68820fa33fb02352dd59ecb572468953e757a00a6d807beab3fa20219"
},
"downloads": -1,
"filename": "django_tabler_theme-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "757cc646e2e7c28e85a72a2f78531815",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 25508,
"upload_time": "2025-09-04T06:19:48",
"upload_time_iso_8601": "2025-09-04T06:19:48.502615Z",
"url": "https://files.pythonhosted.org/packages/6e/eb/2784cef77f4dc59c47d035d2d523628bf8d619f1cabf98a0e85dc7bd8567/django_tabler_theme-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3d48275e7cb6a4127d340dedc60cb1b35c1436755129ea37f6966a62adbf282b",
"md5": "ea9f5adc241240558e7074a0c647c366",
"sha256": "38d52b6d492a5b994e1d8d724bc63d927fa48533684afd58c8ed4f34cd3e562f"
},
"downloads": -1,
"filename": "django_tabler_theme-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ea9f5adc241240558e7074a0c647c366",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 23149,
"upload_time": "2025-09-04T06:19:49",
"upload_time_iso_8601": "2025-09-04T06:19:49.572134Z",
"url": "https://files.pythonhosted.org/packages/3d/48/275e7cb6a4127d340dedc60cb1b35c1436755129ea37f6966a62adbf282b/django_tabler_theme-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-04 06:19:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "your-org",
"github_project": "django-tabler-theme",
"github_not_found": true,
"lcname": "django-tabler-theme"
}