Last updated:
0 purchases
webes 0.0.8
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.