Metadata-Version: 2.1
Name: vstutils
Version: 3.0.0b1
Summary: VST Utils Framework for fast create web-application
Home-page: https://github.com/vstconsulting/vstutils
Author: VST Consulting
Author-email: sergey.k@vstconsulting.net
License: Apache Software License
Project-URL: Issue Tracker, https://gitlab.com/vstconsulting/vstutils/issues
Project-URL: Source Code, https://gitlab.com/vstconsulting/vstutils
Project-URL: Documentation, https://vstutils.vstconsulting.net/
Project-URL: Releases, https://pypi.org/project/vstutils/#history
Description: VSTUtils Framework
        ==================
        
        Small framework for easy generates web-applications (SPA or Single Page Application).
        It uses OpenAPI schema for GUI rendering based over the REST API
        and also provides the ability to generate documentation for the API based on the schema.
        
        
        Quickstart
        ----------
        
        Read the docs (https://vstutils.vstconsulting.net/).
        
        .. 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://badge.fury.io/py/vstutils.svg
            :target: https://badge.fury.io/py/vstutils
        
        
        Projects
        --------
        
        * Polemarch (https://polemarch.org/)
        
        
        License
        -------
        
        VSTUtils is licensed under the terms of the Apache License 2.0.
        See the file "LICENSE" for more information.
        
        Copyright 2018-2019 VST Consulting
        
Keywords: polemarch,polemarchplus,web,app,spa,vue
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
Provides-Extra: all
Provides-Extra: test
Provides-Extra: prod
Provides-Extra: rpc
Provides-Extra: doc
Provides-Extra: ldap
