{"id":14979094,"url":"https://github.com/hasansezertasan/starlette-admin-fields","last_synced_at":"2025-10-28T14:30:50.650Z","repository":{"id":217605749,"uuid":"743361000","full_name":"hasansezertasan/starlette-admin-fields","owner":"hasansezertasan","description":"Extra fields to use with Starlette Admin","archived":false,"fork":false,"pushed_at":"2024-09-23T18:02:32.000Z","size":82,"stargazers_count":5,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-29T02:22:12.216Z","etag":null,"topics":["admin","ckeditor4","ckeditor5","dashboard","fastapi","fields","jinja2","pypi-package","pypi-reserved","simplemde","starlette","starlette-admin","template","used-hatch"],"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/hasansezertasan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-15T04:00:20.000Z","updated_at":"2024-07-14T20:09:31.000Z","dependencies_parsed_at":"2024-02-19T19:26:01.464Z","dependency_job_id":"5d405c06-3c77-4554-974c-a9beda4b7621","html_url":"https://github.com/hasansezertasan/starlette-admin-fields","commit_stats":{"total_commits":45,"total_committers":4,"mean_commits":11.25,"dds":0.6444444444444444,"last_synced_commit":"b713844166d45f463c128d1c91f8ce23e7684c53"},"previous_names":["hasansezertasan/starlette-admin-fields"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasansezertasan%2Fstarlette-admin-fields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasansezertasan%2Fstarlette-admin-fields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasansezertasan%2Fstarlette-admin-fields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasansezertasan%2Fstarlette-admin-fields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hasansezertasan","download_url":"https://codeload.github.com/hasansezertasan/starlette-admin-fields/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859520,"owners_count":16556036,"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":["admin","ckeditor4","ckeditor5","dashboard","fastapi","fields","jinja2","pypi-package","pypi-reserved","simplemde","starlette","starlette-admin","template","used-hatch"],"created_at":"2024-09-24T13:59:13.017Z","updated_at":"2025-10-28T14:30:50.328Z","avatar_url":"https://github.com/hasansezertasan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# starlette-admin-fields\n\n[![CI](https://github.com/hasansezertasan/starlette-admin-fields/actions/workflows/ci.yml/badge.svg)](https://github.com/hasansezertasan/starlette-admin-fields/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)\n[![PyPI - Version](https://img.shields.io/pypi/v/starlette-admin-fields.svg)](https://pypi.org/project/starlette-admin-fields)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/starlette-admin-fields.svg)](https://pypi.org/project/starlette-admin-fields)\n[![License](https://img.shields.io/github/license/hasansezertasan/starlette-admin-fields.svg)](https://github.com/hasansezertasan/starlette-admin-fields/blob/main/LICENSE)\n[![Latest Commit](https://img.shields.io/github/last-commit/hasansezertasan/starlette-admin-fields)](https://github.com/hasansezertasan/starlette-admin-fields)\n\n[![Downloads](https://pepy.tech/badge/starlette-admin-fields)](https://pepy.tech/project/starlette-admin-fields)\n[![Downloads/Month](https://pepy.tech/badge/starlette-admin-fields/month)](https://pepy.tech/project/starlette-admin-fields)\n[![Downloads/Week](https://pepy.tech/badge/starlette-admin-fields/week)](https://pepy.tech/project/starlette-admin-fields)\n\nExtra fields to use with Starlette Admin\n\n-----\n\n**Table of Contents**\n\n- [starlette-admin-fields](#starlette-admin-fields)\n  - [Features](#features)\n    - [Fields](#fields)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [Motivation](#motivation)\n  - [Author](#author)\n  - [License](#license)\n\n## Features\n\n- Quick integration with Starlette Admin\n- Zero dependencies\n- Fully typed\n\n### Fields\n\n| Field                                                                        | Name                         |\n| ---------------------------------------------------------------------------- | ---------------------------- |\n| [Bootstrap Show Password](https://bootstrap-show-password.wenzhixin.net.cn/) | `BootstrapShowPasswordField` |\n| [CKEditor4](https://ckeditor.com/)                                           | `CKEditor4Field`             |\n| [CKEditor5](https://ckeditor.com/)                                           | `CKEditor5Field`             |\n| [SimpleMDE](https://simplemde.com/)                                          | `SimpleMDEField`             |\n\n## Installation\n\n\u003e Latest Release\n\n```console\npip install starlette-admin-fields\n```\n\n\u003e Development Version\n\n```console\npip install git+https://github.com/hasansezertasan/starlette-admin-fields.git\n```\n\n## Usage\n\nI didn't write the documentation yet but it's pretty straightforward. You can check the [example](https://github.com/hasansezertasan/starlette-admin-fields/tree/main/example) directory for usage.\n\n## Motivation\n\nI implemented these fields for my own projects and decided to share them.\n\n## Author\n\n- [Hasan Sezer Tasan](https://www.github.com/hasansezertasan), It's me :wave:\n\n## License\n\n`starlette-admin-fields` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasansezertasan%2Fstarlette-admin-fields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasansezertasan%2Fstarlette-admin-fields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasansezertasan%2Fstarlette-admin-fields/lists"}