# starlette-admin-fields
[![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)
[![PyPI - Version](https://img.shields.io/pypi/v/starlette-admin-fields.svg)](https://pypi.org/project/starlette-admin-fields)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/starlette-admin-fields.svg)](https://pypi.org/project/starlette-admin-fields)
[![License](https://img.shields.io/github/license/hasansezertasan/starlette-admin-fields.svg)](https://github.com/hasansezertasan/starlette-admin-fields/blob/main/LICENSE)
[![Latest Commit](https://img.shields.io/github/last-commit/hasansezertasan/starlette-admin-fields)](https://github.com/hasansezertasan/starlette-admin-fields)
[![Downloads](https://pepy.tech/badge/starlette-admin-fields)](https://pepy.tech/project/starlette-admin-fields)
[![Downloads/Month](https://pepy.tech/badge/starlette-admin-fields/month)](https://pepy.tech/project/starlette-admin-fields)
[![Downloads/Week](https://pepy.tech/badge/starlette-admin-fields/week)](https://pepy.tech/project/starlette-admin-fields)
Extra fields to use with Starlette Admin
-----
**Table of Contents**
- [starlette-admin-fields](#starlette-admin-fields)
- [Features](#features)
- [Fields](#fields)
- [Installation](#installation)
- [Usage](#usage)
- [Motivation](#motivation)
- [Author](#author)
- [License](#license)
## Features
- Quick integration with Starlette Admin
- Zero dependencies
- Fully typed
### Fields
| Field | Name |
| ---------------------------------------------------------------------------- | ---------------------------- |
| [Bootstrap Show Password](https://bootstrap-show-password.wenzhixin.net.cn/) | `BootstrapShowPasswordField` |
| [CKEditor4](https://ckeditor.com/) | `CKEditor4Field` |
| [CKEditor5](https://ckeditor.com/) | `CKEditor5Field` |
| [SimpleMDE](https://simplemde.com/) | `SimpleMDEField` |
## Installation
> Latest Release
```console
pip install starlette-admin-fields
```
> Development Version
```console
pip install git+https://github.com/hasansezertasan/starlette-admin-fields.git
```
## Usage
I 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.
## Motivation
I implemented these fields for my own projects and decided to share them.
## Author
- [Hasan Sezer Tasan](https://www.github.com/hasansezertasan), It's me :wave:
## License
`starlette-admin-fields` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
Raw data
{
"_id": null,
"home_page": null,
"name": "starlette-admin-fields",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Hasan Sezer Ta\u015fan <hasansezertasan@gmail.com>",
"keywords": "admin,ckeditor4,ckeditor5,dashboard,fastapi,fields,jinja2,simplemde,starlette,starlette-admin,template",
"author": null,
"author_email": "Hasan Sezer Ta\u015fan <hasansezertasan@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/b8/72/bc1a0ba571fb2ce1d28331715e2896657711708f9ea240aede46dc08c3d3/starlette_admin_fields-0.1.0.tar.gz",
"platform": null,
"description": "# 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> Latest Release\n\n```console\npip install starlette-admin-fields\n```\n\n> 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",
"bugtrack_url": null,
"license": null,
"summary": "Extra fields to use with Starlette Admin",
"version": "0.1.0",
"project_urls": {
"Changelog": "https://hasansezertasan.github.io/starlette-admin-fields/changelog",
"Documentation": "https://github.com/hasansezertasan/starlette-admin-fields#readme",
"Homepage": "https://github.com/hasansezertasan/starlette-admin-fields",
"Issues": "https://github.com/hasansezertasan/starlette-admin-fields/issues",
"Source": "https://github.com/hasansezertasan/starlette-admin-fields"
},
"split_keywords": [
"admin",
"ckeditor4",
"ckeditor5",
"dashboard",
"fastapi",
"fields",
"jinja2",
"simplemde",
"starlette",
"starlette-admin",
"template"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "134ea020adccbd9dc7de8deef4b16cadda87038fa30f0bb7cbf0dcc4b4c72d20",
"md5": "cd394086a7820878b7f9e0b4e46bd5cc",
"sha256": "da05368ae1ffba1859e2f762d55d2b80fe9508a0801bdb42e7707740d354b130"
},
"downloads": -1,
"filename": "starlette_admin_fields-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cd394086a7820878b7f9e0b4e46bd5cc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10202,
"upload_time": "2024-02-04T00:13:51",
"upload_time_iso_8601": "2024-02-04T00:13:51.587440Z",
"url": "https://files.pythonhosted.org/packages/13/4e/a020adccbd9dc7de8deef4b16cadda87038fa30f0bb7cbf0dcc4b4c72d20/starlette_admin_fields-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b872bc1a0ba571fb2ce1d28331715e2896657711708f9ea240aede46dc08c3d3",
"md5": "1a83fac4cfc5db645e14a4d677d15fb9",
"sha256": "c941c46f2e1c0da4363628008c9d7f0e102deabb082f83e284c46f84ea8a6c46"
},
"downloads": -1,
"filename": "starlette_admin_fields-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "1a83fac4cfc5db645e14a4d677d15fb9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 8257,
"upload_time": "2024-02-04T00:13:49",
"upload_time_iso_8601": "2024-02-04T00:13:49.921104Z",
"url": "https://files.pythonhosted.org/packages/b8/72/bc1a0ba571fb2ce1d28331715e2896657711708f9ea240aede46dc08c3d3/starlette_admin_fields-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-04 00:13:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "hasansezertasan",
"github_project": "starlette-admin-fields#readme",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "starlette-admin-fields"
}