Metadata-Version: 2.1
Name: vstutils
Version: 1.4.1
Summary: VST Utils 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://github.com/vstconsulting/vstutils/issues
Project-URL: Source Code, https://github.com/vstconsulting/vstutils
Project-URL: Releases, https://pypi.org/project/vstutils/#history
Description: VST Utils
        =========
        
        Small lib for easy generates web-applications.
        
        
        Quickstart
        ----------
        
        1. Install package: `pip install vstutils`
        
        2. Create package 'prj': `vstutilsctl newproject --name proj`
        
        3. Change directory to project and run `python proj runserver 0.0.0.0:8081 --insecure`
        
        4. Enjoy!
        
        See example in `test_src/test_proj`.
        
        
        New project
        -----------
        
        *  New projects will be created with all needed for building dist.
        *  Destination where project will be created could be changed via --dir=[directory].
        *  Name which will be shown in GUI could be changed via --guiname=[GUI NAME].
        
        
        License
        -------
        
        Apache Software License
        
        
Keywords: polemarch,polemarchplus,web,app
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/x-rst
Provides-Extra: doc
Provides-Extra: prod
Provides-Extra: all
Provides-Extra: test
Provides-Extra: rpc
Provides-Extra: ldap
