Simple development server for writing an html pages
Project description
Live HTML
=========
Simple tool that helps you to desing in the browser. You just need python
interpreter:
>>> import livehtml
>>> livehtml.start_server('.')
Now you can just open your favorite text editor or IDE, create new html file,
write something like:
<!doctype html>
<html>
<head></head>
<body></body>
</html>
in this file and open it in browser like:
http://127.0.0.1:8888/new-file.html
And after any changes you'l save in your file you can immediately see the
changes in browser.
=========
Simple tool that helps you to desing in the browser. You just need python
interpreter:
>>> import livehtml
>>> livehtml.start_server('.')
Now you can just open your favorite text editor or IDE, create new html file,
write something like:
<!doctype html>
<html>
<head></head>
<body></body>
</html>
in this file and open it in browser like:
http://127.0.0.1:8888/new-file.html
And after any changes you'l save in your file you can immediately see the
changes in browser.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
livehtml-0.0.1.tar.gz
(4.3 kB
view details)
File details
Details for the file livehtml-0.0.1.tar.gz
.
File metadata
- Download URL: livehtml-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5d12a4c865e34222a8986869bca2c4c0d80fff6f9a829c83eb1d4817e012660 |
|
MD5 | 0e75042a46d6c6d6989a00e4a863af09 |
|
BLAKE2b-256 | bcf53ec8afd87cb3be53516f69986ae2b0104db2185a0d425307477d8794a8e6 |