Metadata-Version: 2.1
Name: blazingapi
Version: 0.0.31
Summary: A growing framework for building web applications.
Author: Nuno Lemos
Author-email: nunolemos6zw5@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bcrypt
Requires-Dist: click
Requires-Dist: gunicorn

# BlazingAPI

Under construction! Not ready for use yet! Currently, experimenting and planning!

Developed by Nuno Lemos

## Examples of How To Use

Running server locally using Gunicorn

```python
from blazingapi.server import run 

run()
```
