Reads in HTML, reads out JSON
Project description
# simple-engine
**For updated documentation, visit [the simple-engine wiki.](https://github.com/apizzimenti/simple-engine-ui/wiki)
`simple-engine` reads in an html file and generates a JSON map corresponding to the html.
## installation
`$ pip install simple-engine-core`
## usage
put a `engine.json` file in a place that makes it convenient to type the source and destination paths out (a root
directory will do)
ex. `engine.json`
{
"src": "app/index.html",
"dest": "output.js",
"toplevelid": "start"
}
then run `engine` from the command line.
**For updated documentation, visit [the simple-engine wiki.](https://github.com/apizzimenti/simple-engine-ui/wiki)
`simple-engine` reads in an html file and generates a JSON map corresponding to the html.
## installation
`$ pip install simple-engine-core`
## usage
put a `engine.json` file in a place that makes it convenient to type the source and destination paths out (a root
directory will do)
ex. `engine.json`
{
"src": "app/index.html",
"dest": "output.js",
"toplevelid": "start"
}
then run `engine` from the command line.
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
File details
Details for the file simple-engine-core-2.4.tar.gz
.
File metadata
- Download URL: simple-engine-core-2.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 030034db763e16faa1ddc5de343aecd319ef38f0d6a98547a2a43a6de38fc05d |
|
MD5 | ac525eefd9724d7537c98d8c2b66bca3 |
|
BLAKE2b-256 | 93dc97719f03e9b704649a53fa512abe157a4a5aa2efdd9c882a6ca2cea5dc01 |