vastweb


Namevastweb JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/your_username/vastweb
SummaryA module for simplifying web development with Flask.
upload_time2023-09-19 18:20:09
maintainer
docs_urlNone
authorYour Name
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VastWeb Module

The VastWeb module simplifies web development with Flask by providing a convenient interface for creating a basic web application. With a single command, you can start a Flask web server with default routes, templates, and static files.

## Getting Started

### Installation

Install the `vastweb` module using `pip`:

```bash
pip install vastweb
```
### Usage

```python
from vastweb import run

# Use run() to run a file called 'index.html' in the file 'templates'
run()

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/your_username/vastweb",
    "name": "vastweb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/7b/f6d47a9e4ea4d523073e234beda09db1d78077195bbd788dc0e6e55d51f3/vastweb-0.2.0.tar.gz",
    "platform": null,
    "description": "# VastWeb Module\r\n\r\nThe VastWeb module simplifies web development with Flask by providing a convenient interface for creating a basic web application. With a single command, you can start a Flask web server with default routes, templates, and static files.\r\n\r\n## Getting Started\r\n\r\n### Installation\r\n\r\nInstall the `vastweb` module using `pip`:\r\n\r\n```bash\r\npip install vastweb\r\n```\r\n### Usage\r\n\r\n```python\r\nfrom vastweb import run\r\n\r\n# Use run() to run a file called 'index.html' in the file 'templates'\r\nrun()\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A module for simplifying web development with Flask.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/your_username/vastweb"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ab14159ac89155e06418910663f3112267bdba08014fa4ef7c84a6fc68f4122",
                "md5": "87cf56629e830d5fa2b7fa30349c1624",
                "sha256": "e2e78ae50621d5c8348441f23ba7ef15062c14dc066a48a9024ba40a3d956ec1"
            },
            "downloads": -1,
            "filename": "vastweb-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "87cf56629e830d5fa2b7fa30349c1624",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1889,
            "upload_time": "2023-09-19T18:20:08",
            "upload_time_iso_8601": "2023-09-19T18:20:08.150057Z",
            "url": "https://files.pythonhosted.org/packages/7a/b1/4159ac89155e06418910663f3112267bdba08014fa4ef7c84a6fc68f4122/vastweb-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d07bf6d47a9e4ea4d523073e234beda09db1d78077195bbd788dc0e6e55d51f3",
                "md5": "f2d81de531cfbafa28cb5dc970378d63",
                "sha256": "d6dc901854f04eace74c7e695b641457a2249c9d6dc9469adf60d425137d700e"
            },
            "downloads": -1,
            "filename": "vastweb-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f2d81de531cfbafa28cb5dc970378d63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1677,
            "upload_time": "2023-09-19T18:20:09",
            "upload_time_iso_8601": "2023-09-19T18:20:09.820441Z",
            "url": "https://files.pythonhosted.org/packages/d0/7b/f6d47a9e4ea4d523073e234beda09db1d78077195bbd788dc0e6e55d51f3/vastweb-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-19 18:20:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "your_username",
    "github_project": "vastweb",
    "github_not_found": true,
    "lcname": "vastweb"
}
        
Elapsed time: 0.23667s