Metadata-Version: 2.1
Name: ohmyadmin
Version: 0.4.1
Summary: Awesome admin panel for your business.
Home-page: https://github.com/alex-oleshkevich/ohmyadmin
License: MIT
Author: Alex Oleshkevich
Author-email: alex.oleshkevich@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Dist: Jinja2 (>=3,<4)
Requires-Dist: WTForms (>=3,<4)
Requires-Dist: async-storages (>=0.4.1,<0.5.0)
Requires-Dist: python-multipart (>=0.0.5,<0.0.6)
Requires-Dist: python-slugify (>=7.0,<8.0)
Requires-Dist: starlette
Requires-Dist: starlette-babel
Requires-Dist: starlette-flash
Requires-Dist: tabler-icons
Project-URL: Documentation, https://github.com/alex-oleshkevich/ohmyadmin
Project-URL: Repository, https://github.com/alex-oleshkevich/ohmyadmin
Description-Content-Type: text/markdown

# OhMyAdmin

Awesome admin panel for your business.

![PyPI](https://img.shields.io/pypi/v/ohmyadmin)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/alex-oleshkevich/ohmyadmin/Lint%20and%20test)
![GitHub](https://img.shields.io/github/license/alex-oleshkevich/ohmyadmin)
![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/pypi/ohmyadmin)
![PyPI - Downloads](https://img.shields.io/pypi/dm/ohmyadmin)
![GitHub Release Date](https://img.shields.io/github/release-date/alex-oleshkevich/ohmyadmin)

## Installation

Install `ohmyadmin` using PIP or poetry:

```bash
pip install ohmyadmin
# or
poetry add ohmyadmin
```

## Features

-   TODO

## Quick start

See example application in `examples/` directory of this repository.

