{"id":15015454,"url":"https://github.com/cmdvmd/kivy-cupertino","last_synced_at":"2025-07-11T08:06:55.548Z","repository":{"id":37951098,"uuid":"335783985","full_name":"cmdvmd/kivy-cupertino","owner":"cmdvmd","description":"iOS-style widgets for Kivy","archived":false,"fork":false,"pushed_at":"2022-12-20T00:47:24.000Z","size":68786,"stargazers_count":79,"open_issues_count":0,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-12T09:18:50.052Z","etag":null,"topics":["app","ios","kivy","kivy-cupertino","python","python-3","widgets"],"latest_commit_sha":null,"homepage":"https://kivy-cupertino.rtfd.io","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/cmdvmd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-03T23:33:21.000Z","updated_at":"2025-03-15T01:54:18.000Z","dependencies_parsed_at":"2023-01-29T23:15:55.790Z","dependency_job_id":null,"html_url":"https://github.com/cmdvmd/kivy-cupertino","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdvmd%2Fkivy-cupertino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdvmd%2Fkivy-cupertino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdvmd%2Fkivy-cupertino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdvmd%2Fkivy-cupertino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmdvmd","download_url":"https://codeload.github.com/cmdvmd/kivy-cupertino/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543836,"owners_count":21121838,"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":["app","ios","kivy","kivy-cupertino","python","python-3","widgets"],"created_at":"2024-09-24T19:47:29.581Z","updated_at":"2025-04-12T09:19:03.308Z","avatar_url":"https://github.com/cmdvmd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/cmdvmd/kivy-cupertino/blob/main/logo.png?raw=true\" align=\"right\" width=\"150\" height=\"150\"/\u003e\n\n# Kivy Cupertino\n\nKivy Cupertino is a collection of iOS style widgets following\n[Apple's Human Interface guidelines](https://developer.apple.com/design/human-interface-guidelines)\nto be used with the [Kivy](https://kivy.org/#home) cross-platform graphical framework without sacrificing ease of use or\napplication performance.\n\n[![GitHub issues](https://img.shields.io/github/issues/cmdvmd/kivy-cupertino)](https://github.com/cmdvmd/kivy-cupertino/issues)\n[![License](https://img.shields.io/github/license/cmdvmd/kivy-cupertino)](https://github.com/cmdvmd/kivy-cupertino/blob/main/LICENSE)\n[![Last Commit](https://img.shields.io/github/last-commit/cmdvmd/kivy-cupertino)](https://github.com/cmdvmd/kivy-cupertino/commits/main)\n[![Documentation Status](https://readthedocs.org/projects/kivy-cupertino/badge/?version=latest)](https://kivy-cupertino.rtfd.io)\n[![Downloads](https://pepy.tech/badge/kivycupertino)](https://pepy.tech/project/kivycupertino)\n\n## Installation\n\nTo install Kivy Cupertino from [PyPI](https://pypi.org/project/kivycupertino/), use `pip`:\n\n```shell\n$ pip install kivycupertino\n```\n\nTo use newly implemented functionalities that have not yet been published to PyPI, install from GitHub\n(**not recommended for production use**):\n\n```shell\n$ pip install git+https://github.com/cmdvmd/kivy-cupertino.git\n```\n\nTo install Kivy Cupertino for development use, install with the `dev` extra:\n\n```shell\n$ pip install kivycupertino[dev]\n```\n\n## Examples\n\nCheck out [`examples/`](https://github.com/cmdvmd/kivy-cupertino/tree/main/examples) for examples of various\nwidgets in Kivy Cupertino\n\n![Showcase App](https://github.com/cmdvmd/kivy-cupertino/blob/main/docs/_static/showcase.gif?raw=true)\n\n## Functionalities\n\n| Functionality      | Status |\n|--------------------|--------|\n| Dark Mode          | 📝     |\n| Long Press         | ✔      |\n| Swipe              | ✔      |\n| SF Symbols         | ✔      |\n| Action Sheet       | ✔      |\n| Activity Indicator | ✔      |\n| Alert Dialog       | ✔      |\n| Button             | ✔      |\n| Date Picker        | 📝     |\n| Label              | ✔      |\n| Modal Button       | ✔      |\n| Navigation Bar     | ✔      |\n| Page Controls      | ✔      |\n| Picker             | 📝     |\n| Progress Bar       | ✔      |\n| Scroll View        | ✔      |\n| Screen Manager     | ✔      |\n| Search Bar         | ✔      |\n| Segmented Controls | ✔      |\n| Slider             | ✔      |\n| Stepper            | ✔      |\n| Switch             | ✔      |\n| Symbol             | ✔      |\n| Symbol Button      | ✔      |\n| System Button      | ✔      |\n| Tab Bar            | ✔      |\n| Table              | ✔      |\n| Text Field         | ✔      |\n| Text View          | ✔      |\n| Time Picker        | 📝     |\n| Toolbar            | ✔      |\n\n### Key\n\n✔ Working\n\\\n🚧 Work in Progress\n\\\n📝 Planned\n\n## Contributing\n\nTo help improve this project, [fork our repository](https://github.com/cmdvmd/kivy-cupertino/fork). Visit\nthe [projects page](https://github.com/cmdvmd/kivy-cupertino/projects) to view pending projects you may be able to work\non\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdvmd%2Fkivy-cupertino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmdvmd%2Fkivy-cupertino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdvmd%2Fkivy-cupertino/lists"}