Metadata-Version: 2.1
Name: pytonik
Version: 1.9.8a1
Summary: Pytonik is a python framework built to enhance web development fast and easy, also help web developers to build more apps with less codes
Home-page: https://pytonik.readthedocs.io
Author: pytonik
Author-email: info@pytonik.com
Maintainer: Emmanuel Essien
Maintainer-email: emmamartinscm@gmail.com
License: MIT
Description: # pytonik
        
        [![Build Status](https://img.shields.io/pypi/v/pytonik)](https://pypi.python.org/pypi/pytonik)
        [![Downloads](https://img.shields.io/pypi/dm/pytonik)](https://pypi.python.org/pypi/pytonik/)
        [![Wheel](https://img.shields.io/pypi/wheel/pytonik.svg)](https://pypi.python.org/pypi/pytonik)
        [![Python Version](https://img.shields.io/pypi/pyversions/pytonik)](https://pypi.python.org/pypi/pytonik)
        [![License](https://img.shields.io/pypi/l/pytonik)](https://pypi.python.org/pypi/pytonik)
        
        Pytonik is a python framework built to enhance web development fast and easy, also help web developers to build more apps with less codes. it uses expressive architectural pattern, structured on model view controller MVC  and bundles of component to reuse while deploying the framework.
        
        [![Made with python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://pypi.python.org/pypi/pytonik)
        
        
        
        ## How to install
        
        We recommend you to install pytonik package using Terminal or Command Line Window
        
        ```
        $ pip install pytonik==1.9.8a1
        ```
        
        
        Terminal tool to start project folder structure
         
        ```
        pytonik-start
        ```
        Terminal tool to start server
         
        ```
        pytonik-server
        ```
        
        Terminal tool to read documentation
         
        ```
        pytonik-docs
        ```
        
        ## Table of Content
        
        * [Getting Started](https://pytonik.readthedocs.io/en/latest/getting-started.html)
        * [Configuration](hhttps://pytonik.readthedocs.io/en/latest/configuration.html)
        * [Dependency](https://pytonik.readthedocs.io/en/latest/dependency.html)
        * [File Structure](https://pytonik.readthedocs.io/en/latest/filestructure.html)
        * [Environment File](https://pytonik.readthedocs.io/en/latest/env.html)
        * [Template Engine](https://pytonik.readthedocs.io/en/latest/temp.html)
        * [SMTP](https://pytonik.readthedocs.io/en/latest/smtp.html)
        * [Request](https://pytonik.readthedocs.io/en/latest/request.html)
        * [Session](https://pytonik.readthedocs.io/en/latest/session.html)
        * [File](https://pytonik.readthedocs.io/en/latest/file.html)
        * [Functions](https://pytonik.readthedocs.io/en/latest/func.html)
        * [Schema](https://pytonik.readthedocs.io/en/latest/schema.html)
        * [Advance](https://pytonik.readthedocs.io/en/latest/advance.html)
               
        
        ## Contact
        
        **Name:**  Pytonik MVC
        
        **Email:** dev@pytonik.com
        
Keywords: mvc,oop,module,python,framework,web,app
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python
Requires-Python: >=2.7, >=2.7.*, >=3.*
Description-Content-Type: text/markdown
