Skip to main content

Simple yet Elegant Web Framework with MVC Patterns

Project description

https://raw.githubusercontent.com/MOluwole/Bast/master/bast/image/bast.png

A lightweight but easy to use framework

A Simple but Elegant MVC Framework

Sample Code

from bast import Route
from example.controller.test_controller import Mine

route = Route()
route.get(url='/', controller_name=Mine, method_name='index')
route.get(url='/error', controller_name=Mine, method_name='error')
from route.link import route
from bast import Bast

if __name__ == '__main__':
    app = Bast(route)
    app.run(debug=True)

Contributors

$ Majiyagbe Oluwole
$ Azeez Abiodun Solomon

License

This Framework is Licensed under MIT License

Credit

Tornado Web Framework <https://tornadoweb.org>

Jinja Templating <https://jinja.pocoo.org/docs/2.10>

Orator Eloquent ORM <https://orator-orm.com>

StackOverflow <https://stackoverflow.com>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Bast-0.0.1.0.3.tar.gz (10.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page