Metadata-Version: 2.1
Name: vstutils
Version: 5.9.5
Summary: VST Utils Framework for fast create web-application
Author-email: Sergei Kliuikov <sergey.k@vstconsulting.net>, Dmitriy Ovcharenko  <ovcharenkodd@gmail.com>
Maintainer-email: VST Consulting <sergey.k@vstconsulting.net>
License: Apache License 2.0
Project-URL: Issue Tracker, https://gitlab.com/vstconsulting/vstutils/issues
Project-URL: Source, https://gitlab.com/vstconsulting/vstutils
Project-URL: Releases, https://pypi.org/project/vstutils/#history
Project-URL: Documentation, https://vstutils.vstconsulting.net/
Keywords: spa,vue,pwa,framework,openapi
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: NOTICE
Requires-Dist: django~=4.2.10
Requires-Dist: configparserc~=2.0.2
Requires-Dist: Markdown~=3.5.2
Requires-Dist: django-environ~=0.11.2
Requires-Dist: djangorestframework~=3.14.0
Requires-Dist: drf-yasg==1.21.7
Requires-Dist: django-filter==23.5
Requires-Dist: drf_orjson_renderer==1.7.1
Requires-Dist: ormsgpack~=1.4.2
Requires-Dist: pyyaml~=6.0.1
Requires-Dist: uvicorn~=0.27.1
Requires-Dist: pyuwsgi==2.0.23.post0
Requires-Dist: fastapi~=0.110.0
Requires-Dist: aiofiles==23.2.1
Requires-Dist: cent~=4.1.0
Requires-Dist: PyJWT~=2.8.0
Requires-Dist: jsmin~=3.0.1
Requires-Dist: django-htmlmin~=0.11.0
Requires-Dist: pyotp~=2.9.0
Requires-Dist: django-storages[libcloud]==1.14.2
Requires-Dist: sphinx~=5.3.0
Requires-Dist: sphinx-autobuild~=2021.3.14
Requires-Dist: sphinxcontrib-httpdomain~=1.8.1
Requires-Dist: sphinxcontrib-websupport~=1.2.4
Requires-Dist: sphinxcontrib-mermaid~=0.7.1
Requires-Dist: sphinx-autodoc-typehints~=1.23.0
Requires-Dist: sphinx-rtd-theme~=2.0.0
Provides-Extra: test
Requires-Dist: coverage~=7.4.1; extra == "test"
Requires-Dist: fakeldap~=0.6.6; extra == "test"
Requires-Dist: tblib==3.0.0; extra == "test"
Requires-Dist: beautifulsoup4~=4.12.3; extra == "test"
Requires-Dist: httpx~=0.26.0; extra == "test"
Provides-Extra: rpc
Requires-Dist: celery[redis]==5.3.6; extra == "rpc"
Requires-Dist: django-celery-beat~=2.5.0; extra == "rpc"
Provides-Extra: ldap
Requires-Dist: python-ldap==3.4.4; extra == "ldap"
Provides-Extra: doc
Requires-Dist: sphinx~=5.3.0; extra == "doc"
Requires-Dist: sphinx-autobuild~=2021.3.14; extra == "doc"
Requires-Dist: sphinxcontrib-httpdomain~=1.8.1; extra == "doc"
Requires-Dist: sphinxcontrib-websupport~=1.2.4; extra == "doc"
Requires-Dist: sphinxcontrib-mermaid~=0.7.1; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints~=1.23.0; extra == "doc"
Requires-Dist: sphinx-rtd-theme~=2.0.0; extra == "doc"
Provides-Extra: prod
Requires-Dist: redis[hiredis]~=5.0.1; extra == "prod"
Requires-Dist: tarantool~=1.1.2; extra == "prod"
Requires-Dist: pywebpush~=1.14.1; extra == "prod"
Provides-Extra: stubs
Requires-Dist: django-stubs[compatible-mypy]~=4.2.7; extra == "stubs"
Requires-Dist: djangorestframework-stubs[compatible-mypy]~=3.14.5; extra == "stubs"
Requires-Dist: celery-stubs~=0.1.3; extra == "stubs"
Requires-Dist: drf-yasg-stubs~=0.1.4; extra == "stubs"
Requires-Dist: django-filter-stubs~=0.1.3; extra == "stubs"
Requires-Dist: types-PyMySQL==1.1.0.1; extra == "stubs"
Requires-Dist: types-Markdown==3.5.0.3; extra == "stubs"
Requires-Dist: types-docutils==0.20.0.3; extra == "stubs"
Requires-Dist: types-aiofiles~=23.2.0.0; extra == "stubs"
Requires-Dist: typing-extensions~=4.9.0; extra == "stubs"
Provides-Extra: pil
Requires-Dist: Pillow~=10.2.0; extra == "pil"
Provides-Extra: boto3
Requires-Dist: django-storages[libcloud,s3]==1.14.2; extra == "boto3"
Provides-Extra: sqs
Requires-Dist: celery[redis]==5.3.6; extra == "sqs"
Requires-Dist: django-celery-beat~=2.5.0; extra == "sqs"
Requires-Dist: pycurl~=7.45.3; extra == "sqs"
Provides-Extra: all
Requires-Dist: coverage~=7.4.1; extra == "all"
Requires-Dist: fakeldap~=0.6.6; extra == "all"
Requires-Dist: tblib==3.0.0; extra == "all"
Requires-Dist: beautifulsoup4~=4.12.3; extra == "all"
Requires-Dist: httpx~=0.26.0; extra == "all"
Requires-Dist: celery[redis]==5.3.6; extra == "all"
Requires-Dist: django-celery-beat~=2.5.0; extra == "all"
Requires-Dist: python-ldap==3.4.4; extra == "all"
Requires-Dist: sphinx~=5.3.0; extra == "all"
Requires-Dist: sphinx-autobuild~=2021.3.14; extra == "all"
Requires-Dist: sphinxcontrib-httpdomain~=1.8.1; extra == "all"
Requires-Dist: sphinxcontrib-websupport~=1.2.4; extra == "all"
Requires-Dist: sphinxcontrib-mermaid~=0.7.1; extra == "all"
Requires-Dist: sphinx-autodoc-typehints~=1.23.0; extra == "all"
Requires-Dist: sphinx-rtd-theme~=2.0.0; extra == "all"
Requires-Dist: redis[hiredis]~=5.0.1; extra == "all"
Requires-Dist: tarantool~=1.1.2; extra == "all"
Requires-Dist: pywebpush~=1.14.1; extra == "all"
Requires-Dist: Pillow~=10.2.0; extra == "all"
Requires-Dist: django-storages[libcloud,s3]==1.14.2; extra == "all"

VSTUtils Framework
==================

A platform for easy web application generation
(PWA/Progressive Web Application and SPA/Single Page Application).
It uses OpenAPI (Swagger 2.0) schema for GUI rendering based over the REST API
and also provides the ability to generate documentation for the API based on the schema.
By default GUI based on AdminLTE dashboard and Vue templates.

Review a special section in the documentation for a QuickStart development - https://vstutils.vstconsulting.net/quickstart.html.


.. image:: https://img.shields.io/github/license/vstconsulting/vstutils.svg
    :target: https://github.com/vstconsulting/vstutils/blob/master/LICENSE
    :alt: License

.. image:: https://img.shields.io/pypi/v/vstutils?color=green
    :alt: PyPI

.. image:: https://img.shields.io/pypi/dm/vstutils
    :alt: PyPI - Downloads

.. image:: https://readthedocs.org/projects/vstutils/badge/?version=latest
    :target: https://vstutils.vstconsulting.net/en/latest/?badge=latest
    :alt: Documentation Status


Development Status
~~~~~~~~~~~~~~~~~~

.. image:: https://gitlab.com/vstconsulting/vstutils/badges/master/pipeline.svg
    :target: https://gitlab.com/vstconsulting/vstutils/commits/master
    :alt: Pipeline status

.. image:: https://gitlab.com/vstconsulting/vstutils/badges/master/coverage.svg
    :target: https://gitlab.com/vstconsulting/vstutils/pipelines
    :alt: Coverage report

.. image:: https://img.shields.io/pypi/djversions/vstutils?color=green
    :alt: PyPI - Django Version

.. image:: https://img.shields.io/pypi/pyversions/vstutils?color=green
    :target: https://pypi.org/project/vstutils/
    :alt: PyPI - Python Version

.. image:: https://img.shields.io/github/last-commit/vstconsulting/vstutils
    :target: https://github.com/vstconsulting/vstutils/commits/master
    :alt: GitHub last commit


Browser support
---------------
Supported `browserslist <https://browsersl.ist/#q=%3E+0.25%25+and+not+dead>`_.


Implemented Projects
--------------------

* Polemarch (https://polemarch.org/)
* SkillsChecked (Nurse recruitment app).
* Deigmata (Marketplace platform).


License
-------

VSTUtils is licensed under the terms of the Apache License 2.0.
See the file "LICENSE" for more information.

Copyright 2018-2024 VST Consulting
