Metadata-Version: 2.1
Name: Djask
Version: 0.1.0
Summary: An enhanced django-like Flask
License: MIT
Keywords: flask,apiflask
Author-email: andyzhou <andyforever0108@outlook.com>
Requires-Python: >=3.7
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Dist: apiflask~=0.10
Requires-Dist: bootstrap-flask~=1.8
Requires-Dist: flask-compress~=1.10
Requires-Dist: flask-login~=0.5
Requires-Dist: flask-sqlalchemy~=2.5
Requires-Dist: flask-wtf~=0.15
Requires-Dist: flask~=2.0
Requires-Dist: wtforms-sqlalchemy~=0.2
Project-URL: documentation, https://djask.readthedocs.io
Project-URL: homepage, https://github.com/z-t-y/djask
Project-URL: repository, https://github.com/z-t-y/djask
Description-Content-Type: text/markdown

# Djask

<img src="https://raw.githubusercontent.com/z-t-y/djask/main/icon/djask.svg" width="200">

![Test Status](https://github.com/z-t-y/djask/workflows/Test/badge.svg)
![Test Status](https://github.com/z-t-y/djask/workflows/Lint/badge.svg)
Djask is a web framework for python which stands on the top of [Flask](https://flask.palletsproject.com) and will be as powerful as [Django](https://djangoproject.com).

## Features

- Web API Support
- Integrated Admin Interface
- Integrated Bootstrap Support

More features to be done...

## Documentation

[Djask Documentation](https://djask.readthedocs.io).

Documentation Status:
- [x] API Reference
- [ ] Examples
- [ ] Tutorial

You can have these documentations for more information.

- [APIFlask](https://apiflask.com)
- [Flask](https://flask.palletsprojects.com)
- [SQLAlchemy](https://www.sqlalchemy.org)
- [Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com)
 
