Metadata-Version: 2.1
Name: epyk-flask
Version: 1.0.4
Summary: UNKNOWN
Home-page: https://github.com/epykure/epyk-flask
Author: epykure
Author-email: epykure@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: pyyaml
Requires-Dist: epyk


![](https://raw.githubusercontent.com/epykure/epyk-flask/master/epyk_flask/static/images/epyk-flask_mini.PNG)

### First Version out now!

Web Server embedding the  [Epyk](https://pypi.org/project/epyk) Python Framework to allow you to leverage on the power of HTML and JS all from python

Installation:
==================

```bash
pip install epyk_flask
```


Get Started:
============

```bash
epyk-flask new -p server_path
```

This will create a new server structure at the path of your choice

```bash
epyk-flask env -p server_path/epyk_flask/UI/scripts
```

This will create a new environments where you want to store scripts that will use Epyk

```bash
epyk-flask run -p server_path
```

This will run your server and render your HTML pages

If you want to know all the options and commands available in the epyk-flask CLI please run:

```bash
epyk-flask -h
```

Configuration:
=================

The configuration for your server is located under:

```bash
server_path/epyk_flask/config
```

Please be aware the epyk_flask is the name of your project by default but it can be different if you chose to create it with a different name

Documentation:
==================

Please refer to the documentation from the package Epyk to get started with your first pages.




