Metadata-Version: 2.1
Name: splashgen
Version: 0.0.21
Summary: Create a splash page in less than 20 lines of python
Home-page: https://github.com/true3dco/splashgen
Author: True3D
Author-email: founders@true3d.live
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: Jinja2
Requires-Dist: query-string
Requires-Dist: urlexpander

# SplashGen

## Installation Instructions

`pip install splashgen`

**Requires Python 3** 

## Getting Started

1. Copy the file contents of [this example](https://github.com/true3dco/splashgen/blob/master/examples/zenweb.py) into a py file of your own
2. Change the values to reflect your brand
3. Add in a logo.svg into the same directory as your py file 
4. run `python -m splashgen.cli <<Your File>>.py` to build the static files
5. `python -m http.server --directory build`
6. Head over to [http://localhost:8000/](http://localhost:8000/) to see your splashpage!

## **Project Status**

Splashgen is currently in an early alpha. If there are any missing features that you would like added please open an issue and we will add it in! This API is in flux and will receive significant improvements and changes over the next few weeks.

