Metadata-Version: 2.1
Name: mweb
Version: 0.0.1
Summary: Python Manageable Web Framework (MWeb). MWeb is a DRY full-stack framework based on PWeb framework.
Home-page: https://github.com/banglafighter/mweb
Author: Bangla Fighter
Author-email: banglafighter.com@gmail.com
License: Apache 2.0
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE

### In the name of God, the Most Gracious, the Most Merciful.

# MWeb - Python Manageable Web Framework
Python Manageable Web Framework (MWeb). MWeb is a DRY full-stack framework based on PWeb framework.


<br/><br/><br/>
## Documentation

### Install and update using [pip](https://pip.pypa.io/en/stable/getting-started/):
```bash
pip install -U mweb
```

### Create a project using CLI
```bash
mwebcli project init -n <specify_project_name>
```
It will automatically create a project with the name. For example, the project name is **example** then it will create
an example directory and initialize the project in it.

### Run the project 
```bash
cd <specify_project_name>

# If windows then active the virtual environment using below command
venv\Scripts\activate

# For Linux or MacOS
source venv\bin\activate

# Run project using below command
python mweb_app.py
```
The project will run in http://127.0.0.1:1212



<br/><br/>

**Please find [the Documentation]() with example from [hmtmcse.com/mwebb]()**


<br/><br/><br/>
## Donate
[Bangla Fighter](https://www.banglafighter.com/) develops and supports MWeb and the libraries it uses. To grow
the community of contributors and users, and allow the maintainers to devote more time to the projects.

<a target="_blank" href="https://www.buymeacoffee.com/banglafighter" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me Us Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>


<br/><br/><br/>
## Contributing
For guidance on setting up a development environment and how to make a contribution to MWeb, see the contributing guidelines.


<br/><br/><br/>
## Links
* **Changes :** [https://opensource.banglafighter.org/mweb/mweb](https://opensource.banglafighter.org/mweb/mweb)
* **PyPI Releases :** [https://pypi.org/project/mwebb](https://pypi.org/project/mwebb)
* **Source Code :** [https://github.com/banglafighter/mweb](https://github.com/banglafighter/mweb)
* **Issue Tracker :** [https://github.com/banglafighter/mweb/issues](https://github.com/banglafighter/mweb/issues)
* **Website :** [https://www.problemfighter.com/open-source](https://www.problemfighter.com/open-source)

