Metadata-Version: 2.1
Name: booyah
Version: 0.1.2
Summary: A joyful python web framework
Home-page: https://github.com/marceloribeiro/booyah
Author: Marcelo Ribeiro
Author-email: Marcelo Ribeiro <themarceloribeiro@gmail.com>
Project-URL: Homepage, https://github.com/marceloribeiro/booyah
Project-URL: Bug Tracker, https://github.com/marceloribeiro/booyah/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

![alt TestRunner](https://github.com/marceloribeiro/booyah/actions/workflows/tests_runner.yml/badge.svg)

## Booyah Framework

Booyah is a MVC web framework written in Python that aims to be easy to use while setting up projects quickly. It follows the convention over configuration paradigm introduced by Ruby on Rails.

### Documentation

The following links detail the process of installing and setting up your first project.

[1. Installation](https://github.com/marceloribeiro/booyah/blob/main/docs/install.md)

[2. Getting Started](https://github.com/marceloribeiro/booyah/blob/main/docs/getting-started.md)

[3. The Booyah Console](https://github.com/marceloribeiro/booyah/blob/main/docs/console.md)

[4. The Booyah ORM](https://github.com/marceloribeiro/booyah/blob/main/docs/booyah-orm.md)

[5. The MVC architecture](https://github.com/marceloribeiro/booyah/blob/main/docs/booyah-mvc.md)

[6. Database Operations](https://github.com/marceloribeiro/booyah/blob/main/docs/database-operations.md)

[7. Generators](https://github.com/marceloribeiro/booyah/blob/main/docs/generators.md)

[8. Jobs](https://github.com/marceloribeiro/booyah/blob/main/docs/jobs.md)

### Collaborating

You can collaborate with Booyah by forking the repo and submitting a pull request. We are very early stage so any help is welcome. We do try to follow the Rails way in Python though, so please keep that in mind.

You can visit the issues tab in github for some ideas.
