{"id":26384344,"url":"https://github.com/ckrybus/crispy-bulma","last_synced_at":"2025-03-17T07:23:02.966Z","repository":{"id":49796549,"uuid":"369803579","full_name":"ckrybus/crispy-bulma","owner":"ckrybus","description":"Bulma template pack for django-crispy-forms","archived":false,"fork":false,"pushed_at":"2024-04-14T19:52:00.000Z","size":325,"stargazers_count":28,"open_issues_count":5,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T03:38:14.198Z","etag":null,"topics":["crispyforms","django","forms","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ckrybus.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-22T12:33:15.000Z","updated_at":"2025-02-14T07:09:51.000Z","dependencies_parsed_at":"2024-03-28T22:35:49.996Z","dependency_job_id":"d0244219-7656-4a06-a6de-7c4a338a999c","html_url":"https://github.com/ckrybus/crispy-bulma","commit_stats":{"total_commits":237,"total_committers":15,"mean_commits":15.8,"dds":0.3586497890295358,"last_synced_commit":"89398c8d24b4034d2553b192a2682df69fbd0469"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckrybus%2Fcrispy-bulma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckrybus%2Fcrispy-bulma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckrybus%2Fcrispy-bulma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckrybus%2Fcrispy-bulma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckrybus","download_url":"https://codeload.github.com/ckrybus/crispy-bulma/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809848,"owners_count":20351407,"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":["crispyforms","django","forms","python","python3"],"created_at":"2025-03-17T07:23:02.422Z","updated_at":"2025-03-17T07:23:02.961Z","avatar_url":"https://github.com/ckrybus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"============\ncrispy-bulma\n============\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n        :target: https://github.com/ckrybus/crispy-bulma/blob/main/LICENSE\n.. image:: https://img.shields.io/github/actions/workflow/status/ckrybus/crispy-bulma/test.yml?branch=main\n        :target: https://github.com/ckrybus/crispy-bulma/actions\n        :alt: GitHub Workflow Status\n.. image:: https://img.shields.io/pypi/v/crispy-bulma\n        :target: https://pypi.python.org/pypi/crispy-bulma\n        :alt: PyPI\n.. image:: https://img.shields.io/pypi/pyversions/crispy-bulma\n        :target: https://pypi.python.org/pypi/crispy-bulma\n        :alt: PyPI - Python Version\n.. image:: https://img.shields.io/pypi/djversions/crispy-bulma\n        :target: https://pypi.python.org/pypi/crispy-bulma\n        :alt: PyPI - Django Version\n\nBulma_ template pack for django-crispy-forms_\n\n.. _Bulma: https://bulma.io/\n.. _django-crispy-forms: https://github.com/django-crispy-forms/django-crispy-forms\n\nDocumentation: https://crispy-bulma.readthedocs.io.\n\n\nRequirements\n------------\n\nOfficially supported versions:\n\n* Django: 4.2, 5.0\n* Python 3.8, 3.9, 3.10, 3.11, 3.12\n* django-crispy-forms 2.0, 2.1\n* Bulma.css 0.9.4, 1.0.0\n\n\nQuickstart\n----------\n\nInstall this plugin using ``pip``::\n\n    $ pip install crispy-bulma\n\nYou will need to update your project's settings file to add ``crispy_forms``\nand ``crispy_bulma`` to your projects ``INSTALLED_APPS``. Also set\n``bulma`` as and allowed template pack and as the default template pack\nfor your project::\n\n    INSTALLED_APPS = (\n        ...\n        \"crispy_forms\",\n        \"crispy_bulma\",\n        ...\n    )\n\n    CRISPY_ALLOWED_TEMPLATE_PACKS = (\"bulma\",)\n\n    CRISPY_TEMPLATE_PACK = \"bulma\"\n\n\nCredits\n-------\n\n* This project is based on an archived `crispy-forms-bulma \u003chttps://github.com/python-discord/django-crispy-bulma\u003e`__ fork by Discord\n* The original `crispy-forms-bulma \u003chttps://github.com/jhotujec/crispy-forms-bulma\u003e`__ project is by Jure Hotujec\n\n* This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\nRelated projects\n----------------\n\ncrispy-bulma's focus is on form handling. This project assumes that you have already integrated bulma into your project, either manually or using some other package. If crispy-bulma does not meet your needs maybe one of these projects is of interest to you:\n\n* `django-bulma \u003chttps://github.com/timonweb/django-bulma\u003e`__ - an alternative way to use bulma forms. Does not use crispy forms.\n\n* `django-simple-bulma \u003chttps://github.com/lemonsaurus/django-simple-bulma\u003e`__ - can be used together with this project. Provides bulma integration and ads support for bulma extensions.\n\n\nLicense\n-------\n\nMIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckrybus%2Fcrispy-bulma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckrybus%2Fcrispy-bulma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckrybus%2Fcrispy-bulma/lists"}