Metadata-Version: 2.1
Name: webes
Version: 0.0.8
Summary: Python module for writing websites.Two It 2022 (two-it.netlify.app API wrapper)
Home-page: https://github.com/TwoIt202/Webes
Download-URL: https://github.com/TwoIt202/Webes/raw/6156c6d5a764dba21d6743a90268772df5558fde/webes.zip
Author: two-it2022
Author-email: kodland.group@gmail.com
License: Apache License, Version 1.8, see LICENSE file
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown

Python module for Two It project
                  management platform (TwoIt API wrapper)
                  
                      
                      <h1>1. Installing</h1>
                  
                  Open the terminal. And write in cmd: <b>pip install webes</b> or <b>pip install --upgrade webes</b>.
                  Create the file <b>[file_name]</b>.py and write in: <b>import webes</b> or <b>from webes import *</b>.
                  
                      <h1>2. Commands</h1>
                  
                      <h3>Server</h3>
                  server() - Start the server(website)
                  server(mode='close') - Stop the server
                  
                      <h3>Server args</h3>
                  getcmd(command) - Run the command on the server.
                  gettemp(template) - Get the template.
                  
                      <h3>Other</h3>
                  getcss(name) - Create the STYLE.CSS path.
                  gethtml(name) - Create the INDEX.HTML path.
