Metadata-Version: 2.1
Name: fastui-admin
Version: 0.1.0
Summary: Build better Admin UIs faster.
Project-URL: Documentation, https://github.com/hasansezertasan/fastui-admin#readme
Project-URL: Issues, https://github.com/hasansezertasan/fastui-admin/issues
Project-URL: Source, https://github.com/hasansezertasan/fastui-admin
Author-email: Hasan Sezer Taşan <hasansezertasan@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: FastAPI
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Requires-Python: >=3.8
Requires-Dist: fastui>=0.3.0
Provides-Extra: fastapi
Requires-Dist: fastapi>=0.105; extra == 'fastapi'
Description-Content-Type: text/markdown

# FastUI Admin

[![CI](https://github.com/hasansezertasan/FastUI-Admin/actions/workflows/ci.yml/badge.svg)](https://github.com/hasansezertasan/FastUI-Admin/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
[![pypi](https://img.shields.io/pypi/v/fastui-admin.svg)](https://pypi.python.org/pypi/fastui-admin)
[![versions](https://img.shields.io/pypi/pyversions/fastui-admin.svg)](https://github.com/hasansezertasan/FastUI-Admin)
[![license](https://img.shields.io/github/license/hasansezertasan/FastUI-Admin.svg)](https://github.com/hasansezertasan/FastUI-Admin/blob/main/LICENSE)

**Please note:** FastUI Admin is still an active work in progress, do not expect it to be complete.

## Installation

```console
pip install fastui-admin
```

## License

`fastui-admin` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
