{"id":15105144,"url":"https://github.com/matfax/kivysome","last_synced_at":"2025-09-27T03:30:28.959Z","repository":{"id":35472743,"uuid":"217848335","full_name":"matfax/kivysome","owner":"matfax","description":"Font Awesome 5 Icons for Kivy","archived":false,"fork":true,"pushed_at":"2023-07-14T13:27:12.000Z","size":303,"stargazers_count":4,"open_issues_count":9,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-29T08:45:01.853Z","etag":null,"topics":["awesome","fa","font","icons","kivy"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/kivysome/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kivy-garden/garden.iconfonts","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matfax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-10-27T11:58:53.000Z","updated_at":"2023-07-14T13:25:58.000Z","dependencies_parsed_at":"2023-01-16T22:29:07.751Z","dependency_job_id":null,"html_url":"https://github.com/matfax/kivysome","commit_stats":{"total_commits":153,"total_committers":12,"mean_commits":12.75,"dds":"0.43790849673202614","last_synced_commit":"82672827a162fcfef02fdd961201c06f11b86233"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matfax%2Fkivysome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matfax%2Fkivysome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matfax%2Fkivysome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matfax%2Fkivysome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matfax","download_url":"https://codeload.github.com/matfax/kivysome/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234376917,"owners_count":18822416,"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":["awesome","fa","font","icons","kivy"],"created_at":"2024-09-25T20:21:22.015Z","updated_at":"2025-09-27T03:30:23.546Z","avatar_url":"https://github.com/matfax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kivysome\n\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/matfax/kivysome/build/master?style=for-the-badge)](https://github.com/matfax/kivysome/actions)\n[![Codecov](https://img.shields.io/codecov/c/github/matfax/kivysome?style=for-the-badge)](https://codecov.io/gh/matfax/kivysome)\n[![Dependabot Status](https://img.shields.io/badge/dependabot-enabled-blue?style=for-the-badge\u0026logo=dependabot\u0026color=0366d6)](https://github.com/matfax/kivysome/network/updates)\n[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/kivysome?style=for-the-badge)](https://libraries.io/pypi/kivysome)\n[![CodeFactor](https://www.codefactor.io/repository/github/matfax/kivysome/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/matfax/kivysome)\n[![security: bandit](https://img.shields.io/badge/security-bandit-purple.svg?style=for-the-badge)](https://github.com/PyCQA/bandit)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge)](https://github.com/psf/black)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kivysome?style=for-the-badge)](https://pypi.org/project/kivysome/)\n[![PyPI](https://img.shields.io/pypi/v/kivysome?color=%2339A7A6\u0026style=for-the-badge)](https://pypi.org/project/kivysome/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/kivysome?color=ff69b4\u0026style=for-the-badge)](https://pypistats.org/packages/kivysome)\n[![GitHub License](https://img.shields.io/github/license/matfax/kivysome.svg?style=for-the-badge)](https://github.com/matfax/kivysome/blob/master/LICENSE)\n[![GitHub last commit](https://img.shields.io/github/last-commit/matfax/kivysome?color=9cf\u0026style=for-the-badge)](https://github.com/matfax/kivysome/commits/master)\n\nFont Awesome 5 Icons for Kivy\n\n## Usage\n\n### Enable it\n\n#### Using a version\n\nThis will only work for free versions of Font Awesome.\n\n```python\nimport kivysome \nkivysome.enable(kivysome.LATEST, group=kivysome.FontGroup.REGULAR)\n```\n\n#### Using a kit\n\nKits will not be maintained any further.\nThey will work as long as Font Awesome don't change their API.\n\n##### 1. Generate your kit\n\nGo to [Font Awesome](https://fontawesome.com/kits) and generate your kit there.\nThe specified version is respected.\nFor the moment, only free licenses are supported. \n\n##### 2. Enable it\n\nIn your main.py register your font:\n\n```python\nimport kivysome \nkivysome.enable(\"https://kit.fontawesome.com/{YOURCODE}.js\", group=kivysome.FontGroup.SOLID)\n```\n\n### 3. Use it\n\nIn your `.kv` file or string, reference the short Font Awesome (i.e., without `fa-` prefix) as you can copy them from their website.\n\n```yaml\n#: import icon kivysome.icon\nButton:\n    markup: True # Always turn markup on\n    text: \"%s Comment\" % icon('comment', 24)\n```\n\n## Caching\n\nKivysome will cache the files in the font folder and not redownload them from GitHub.\nIf a kit is given, however, the kit version will have to be fetched from Font Awesome on every execution.\nIf `kivysome.LATEST` is given, the latest version will also have to be determined from GitHub's servers.\nFont packs will only be downloaded if new versions are published, then.\nTo completely avoid regular server access, a pinned version will have to be given.\nThe initial download can also be circumvented by downloading it a single time on the developer's machine and publishing\nthe downloaded `fonts` folder with the project. The folder should then contain a `.css`, `.fontd`, and a `.ttf` file\nmatching the pinned Font Awesome version and font group.\n\nCheck the `examples` folder for more insight.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatfax%2Fkivysome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatfax%2Fkivysome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatfax%2Fkivysome/lists"}