Metadata-Version: 2.1
Name: pwebf
Version: 0.0.1
Summary: Python Web Framework (PWeb). PWeb is a DRY full-stack framework based on Flask micro web framework.
Home-page: https://github.com/problemfighter/pweb
Author: Problem Fighter
Author-email: problemfighter.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.

# PWeb
Python Web Framework (PWeb). PWeb is a DRY full-stack framework based on Flask micro web framework.


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

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


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


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


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

