django-bsicon


Namedjango-bsicon JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryBootstrap Icons selector for Django Admin
upload_time2025-07-17 00:49:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords django bootstrap icons admin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Installation
```bash
pip install django-bsicon
```

1. Add to INSTALLED_APPS:

```python 
INSTALLED_APPS = [
    ...
    'bsicon',
]
```

2. Use in your models:

```python 
from bsicon.fields import BsIconField

class MyModel(models.Model):
    icon = BsIconField()
```

3. Updating Icons (Optional) / Generate metadata

```bash
python scripts/update_icons.py
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-bsicon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "django, bootstrap, icons, admin",
    "author": null,
    "author_email": "\"Cu\u00e1ntica Ingenier\u00eda y Tecnolog\u00eda S.A.S.\" <cuantica@bit-wise.org>",
    "download_url": "https://files.pythonhosted.org/packages/77/7c/e7465e533eda85b8527656ef88f36e2726d96409ccb96915a9db724dfdd7/django_bsicon-0.1.1.tar.gz",
    "platform": null,
    "description": "## Installation\n```bash\npip install django-bsicon\n```\n\n1. Add to INSTALLED_APPS:\n\n```python \nINSTALLED_APPS = [\n    ...\n    'bsicon',\n]\n```\n\n2. Use in your models:\n\n```python \nfrom bsicon.fields import BsIconField\n\nclass MyModel(models.Model):\n    icon = BsIconField()\n```\n\n3. Updating Icons (Optional) / Generate metadata\n\n```bash\npython scripts/update_icons.py\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Bootstrap Icons selector for Django Admin",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://github.com/jhoriascos/django-bsicon#readme",
        "Homepage": "https://github.com/jhoriascos/django-bsicon",
        "Issues": "https://github.com/jhoriascos/django-bsicon/issues",
        "Source": "https://github.com/jhoriascos/django-bsicon"
    },
    "split_keywords": [
        "django",
        " bootstrap",
        " icons",
        " admin"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d535763239efb886ee7b7139b97f96019d65bcaad06b54dc16cd294b208f7bd",
                "md5": "9b5a8d2c80c6e82cfa441fb49a74c1a2",
                "sha256": "5927f441c34eb91f83c31d73d54e6bf36186749ebab394a4cb280e5d28e0833d"
            },
            "downloads": -1,
            "filename": "django_bsicon-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9b5a8d2c80c6e82cfa441fb49a74c1a2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 366067,
            "upload_time": "2025-07-17T00:49:48",
            "upload_time_iso_8601": "2025-07-17T00:49:48.625354Z",
            "url": "https://files.pythonhosted.org/packages/1d/53/5763239efb886ee7b7139b97f96019d65bcaad06b54dc16cd294b208f7bd/django_bsicon-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "777ce7465e533eda85b8527656ef88f36e2726d96409ccb96915a9db724dfdd7",
                "md5": "fb36ccf64f20137c3359de34accf2378",
                "sha256": "c9c023eefcad6f9bd46ffe32c863c7fcee8c82e2b42d8054fa3e55afbdbfff07"
            },
            "downloads": -1,
            "filename": "django_bsicon-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fb36ccf64f20137c3359de34accf2378",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 368159,
            "upload_time": "2025-07-17T00:49:51",
            "upload_time_iso_8601": "2025-07-17T00:49:51.876848Z",
            "url": "https://files.pythonhosted.org/packages/77/7c/e7465e533eda85b8527656ef88f36e2726d96409ccb96915a9db724dfdd7/django_bsicon-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 00:49:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jhoriascos",
    "github_project": "django-bsicon#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-bsicon"
}
        
Elapsed time: 1.72716s