openpyweb


Nameopenpyweb JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/emmanuelessiens/openpyweb
Summaryopenpyweb is a python framework built to enhance web development fast and easy, also help web developers to build more apps with less codes
upload_time2024-08-20 15:51:07
maintainerEmmanuel Essien
docs_urlNone
authorEmmanuel Essien
requires_python>3,>=3.3
licenseGPL3
keywords mvc oop module python framework web app openpyweb web web development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Openpyweb

[![Build Status](https://img.shields.io/pypi/v/openpyweb)](https://pypi.python.org/pypi/openpyweb)
[![Downloads](https://pepy.tech/badge/openpyweb)](https://pypi.python.org/pypi/openpyweb)
[![Wheel](https://img.shields.io/pypi/wheel/openpyweb.svg)](https://pypi.python.org/pypi/openpyweb)
[![Python Version](https://img.shields.io/pypi/pyversions/openpyweb)](https://pypi.python.org/pypi/openpyweb)
[![License](https://img.shields.io/pypi/l/openpyweb)](https://pypi.python.org/pypi/openpyweb)
[![Gitter](https://badges.gitter.im/openpyweb/community.svg)](https://gitter.im/openpyweb/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Docs](https://img.shields.io/readthedocs/openpyweb)](https://openpyweb.readthedocs.io/en/latest)
[![lint_python](https://github.com/emmanuelessiens/openpyweb/workflows/lint_python/badge.svg)](https://github.com/emmanuelessiens/openpyweb/actions)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/emmanuelessiens/openpyweb/blob/master/CONTRIBUTING.md)

> openpyweb is a python framework built to enhance fast and easy web development, helping web developers build more apps with fewer codes.
> The framework uses an Expressive Architectural Pattern, structured on a Model-View-Controller (MVC), and bundles of components to reuse while deploying the framework.

[![Made with python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://pypi.python.org/pypi/openpyweb)

## How to setup

openpyweb provides an inbuilt server for deployment and can as well be run on, WAMP, XAMPP, LAMP or MAMP, using CGI.

To Create openpyweb Project Folder

```
$ openpyweb-start
```

To Run openpyweb Server

```
$ openpyweb-server
```

To Install Project Requirements from `requirements.txt` file.

```
$ openpyweb-install
```

To Read openpyweb Docs

```
$ openpyweb-docs
```

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](https://github.com/emmanuelessiens/openpyweb/issues).

For guidance on setting up a development environment and how to make a contribution to openpyweb, see the [contributing guidelines.](https://github.com/emmanuelessiens/openpyweb/blob/master/CONTRIBUTING.md)

## Documentation on how to?

- [Getting Started](https://openpyweb.readthedocs.io/en/latest)

## Assistance

Having issue using or implementing modules and functions, upload your openpyweb project on github, open an issues. our contributors and maintainers will look into it.

## Show your support

Give a ⭐️ if you like this project!

Support openpyweb 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, [please donate today.](https://liberapay.com/openpyweb/)

## Contact

**Name:** Emmanuel Essien

**Email:** emmanuelessiens@outlook.com

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/emmanuelessiens/openpyweb",
    "name": "openpyweb",
    "maintainer": "Emmanuel Essien",
    "docs_url": null,
    "requires_python": ">3,>=3.3",
    "maintainer_email": "emmanuelessiens@outlook.com",
    "keywords": "mvc, oop, module, python, framework, web, app, openpyweb, web, web development",
    "author": "Emmanuel Essien",
    "author_email": "emmanuelessiens@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/04/3f/0cd14fabdef4a25bea8ce259a075a6d16630543e2e07850be154cd217600/openpyweb-2.1.0.tar.gz",
    "platform": null,
    "description": "# Openpyweb\n\n[![Build Status](https://img.shields.io/pypi/v/openpyweb)](https://pypi.python.org/pypi/openpyweb)\n[![Downloads](https://pepy.tech/badge/openpyweb)](https://pypi.python.org/pypi/openpyweb)\n[![Wheel](https://img.shields.io/pypi/wheel/openpyweb.svg)](https://pypi.python.org/pypi/openpyweb)\n[![Python Version](https://img.shields.io/pypi/pyversions/openpyweb)](https://pypi.python.org/pypi/openpyweb)\n[![License](https://img.shields.io/pypi/l/openpyweb)](https://pypi.python.org/pypi/openpyweb)\n[![Gitter](https://badges.gitter.im/openpyweb/community.svg)](https://gitter.im/openpyweb/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\n[![Docs](https://img.shields.io/readthedocs/openpyweb)](https://openpyweb.readthedocs.io/en/latest)\n[![lint_python](https://github.com/emmanuelessiens/openpyweb/workflows/lint_python/badge.svg)](https://github.com/emmanuelessiens/openpyweb/actions)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/emmanuelessiens/openpyweb/blob/master/CONTRIBUTING.md)\n\n> openpyweb is a python framework built to enhance fast and easy web development, helping web developers build more apps with fewer codes.\n> The framework uses an Expressive Architectural Pattern, structured on a Model-View-Controller (MVC), and bundles of components to reuse while deploying the framework.\n\n[![Made with python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://pypi.python.org/pypi/openpyweb)\n\n## How to setup\n\nopenpyweb provides an inbuilt server for deployment and can as well be run on, WAMP, XAMPP, LAMP or MAMP, using CGI.\n\nTo Create openpyweb Project Folder\n\n```\n$ openpyweb-start\n```\n\nTo Run openpyweb Server\n\n```\n$ openpyweb-server\n```\n\nTo Install Project Requirements from `requirements.txt` file.\n\n```\n$ openpyweb-install\n```\n\nTo Read openpyweb Docs\n\n```\n$ openpyweb-docs\n```\n\n## \ud83e\udd1d Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/emmanuelessiens/openpyweb/issues).\n\nFor guidance on setting up a development environment and how to make a contribution to openpyweb, see the [contributing guidelines.](https://github.com/emmanuelessiens/openpyweb/blob/master/CONTRIBUTING.md)\n\n## Documentation on how to?\n\n- [Getting Started](https://openpyweb.readthedocs.io/en/latest)\n\n## Assistance\n\nHaving issue using or implementing modules and functions, upload your openpyweb project on github, open an issues. our contributors and maintainers will look into it.\n\n## Show your support\n\nGive a \u2b50\ufe0f if you like this project!\n\nSupport openpyweb 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, [please donate today.](https://liberapay.com/openpyweb/)\n\n## Contact\n\n**Name:** Emmanuel Essien\n\n**Email:** emmanuelessiens@outlook.com\n",
    "bugtrack_url": null,
    "license": "GPL3",
    "summary": "openpyweb is a python framework built to enhance web development fast and easy, also help web developers to build more apps with less codes",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://github.com/emmanuelessiens/openpyweb"
    },
    "split_keywords": [
        "mvc",
        " oop",
        " module",
        " python",
        " framework",
        " web",
        " app",
        " openpyweb",
        " web",
        " web development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92d4ce8eeb128889655937417fdbe6875fe3a7108b0fc80884e98acab6f1f1bb",
                "md5": "3858ee6da6ab9ebbb1d20a7d441a5d43",
                "sha256": "5a24f5294045dc1076af675d12062b9fed472a5ab32c3e4040adf3e7a385bd42"
            },
            "downloads": -1,
            "filename": "openpyweb-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3858ee6da6ab9ebbb1d20a7d441a5d43",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3,>=3.3",
            "size": 1854408,
            "upload_time": "2024-08-20T15:51:02",
            "upload_time_iso_8601": "2024-08-20T15:51:02.633623Z",
            "url": "https://files.pythonhosted.org/packages/92/d4/ce8eeb128889655937417fdbe6875fe3a7108b0fc80884e98acab6f1f1bb/openpyweb-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "043f0cd14fabdef4a25bea8ce259a075a6d16630543e2e07850be154cd217600",
                "md5": "d31ad1ba2fa414e094f99f689f32f79c",
                "sha256": "03508bb3ca6f20d5177130949cf53878dd168ed29ce6bd2f39a9ddb146e115dc"
            },
            "downloads": -1,
            "filename": "openpyweb-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d31ad1ba2fa414e094f99f689f32f79c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3,>=3.3",
            "size": 1829036,
            "upload_time": "2024-08-20T15:51:07",
            "upload_time_iso_8601": "2024-08-20T15:51:07.105198Z",
            "url": "https://files.pythonhosted.org/packages/04/3f/0cd14fabdef4a25bea8ce259a075a6d16630543e2e07850be154cd217600/openpyweb-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-20 15:51:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "emmanuelessiens",
    "github_project": "openpyweb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "openpyweb"
}
        
Elapsed time: 0.29165s