Metadata-Version: 2.1
Name: webgenesis
Version: 0.0.2
Summary: create basic hello-world apps for the various web frameworks as boiler plates
Home-page: https://github.com/jcharistech/webgenesis
License: MIT
Keywords: webgenesis,webkit,cookiecutter,jcharistech,web microframeworks,flask,hello world app,streamlit
Author: Jesse E.Agbe(JCharis)
Author-email: jcharistech@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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 :: 3.9
Requires-Dist: click (>=8.0.1,<9.0.0)
Project-URL: Repository, https://github.com/jcharistech/webgenesis
Description-Content-Type: text/markdown

### Webgenesis
A simple command line interface for generating hello-world starter apps for 
quick setup


#### Why Webgenesis?
When building web apps, it can become common to be starting from the same or similar set of code and basic project structure. Hence webgenesis comes in to
reduce this burden of writing the same code when starting up a web project



#### Installation
```bash
pip install webgenesis
```


#### Usage
```bash
webgenesis --help

```


#### Create A Project for a web framework
+ Uses the default 'hello-<webframework>' as project folder
+ Supported frameworks include
	- flask
	- streamlit
	- express
	- koajs
	- bottle
	- tornado
	- fastapi

```bash
webgenesis create flask

```

```bash
webgenesis create streamlit

```

#### Create A Project using Custom/Specified Project
```bash
webgenesis create flask -f myflaskapp
```



#### About
+ Maintainer: Jesse E.Agbe(JCharis)
+ Jesus Saves @JCharisTech


#### Contributions
Contributions are welcome. In case you notice a bug let us know.
Happy Coding

