plserver


Nameplserver JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/o-opeyemi/plserver
SummaryPython Live Server - For instant render on broswer while editing html, css, js.
upload_time2023-04-19 13:54:24
maintainer
docs_urlNone
authorOpeyemi Ogunsanya
requires_python
licenseMIT
keywords plserver python live server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Live Server

This repo contains an open source project aimed at helping front end developers.

## Basic FUnctionality

Python live server helps developer working on frontend to auto reload browser on save. This package is best used with vscode auto save functionality.

## Getting Started
Install python live server by typing the following command into the terminal.
```python
python3 -m pip install plserver
```

Start the server the the folder to be used by typing...
```python
python3 -m plserver 
```
Can also be called in a python script
```python
from plserver.server import main 
main()
```
## Requirements 

+ aiohttp

## LISENSE

This repo is covered under [The MIT Lisense](LISENSE)

## Source Code 
The latest version is avaliable in a Github repository: [http://github.com/o-opeyemi/plserver](http://github.com/o-opeyemi/plserver)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/o-opeyemi/plserver",
    "name": "plserver",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "plserver,Python Live Server",
    "author": "Opeyemi Ogunsanya",
    "author_email": "ogunsanyaopeyemi4@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# Python Live Server\r\n\r\nThis repo contains an open source project aimed at helping front end developers.\r\n\r\n## Basic FUnctionality\r\n\r\nPython live server helps developer working on frontend to auto reload browser on save. This package is best used with vscode auto save functionality.\r\n\r\n## Getting Started\r\nInstall python live server by typing the following command into the terminal.\r\n```python\r\npython3 -m pip install plserver\r\n```\r\n\r\nStart the server the the folder to be used by typing...\r\n```python\r\npython3 -m plserver \r\n```\r\nCan also be called in a python script\r\n```python\r\nfrom plserver.server import main \r\nmain()\r\n```\r\n## Requirements \r\n\r\n+ aiohttp\r\n\r\n## LISENSE\r\n\r\nThis repo is covered under [The MIT Lisense](LISENSE)\r\n\r\n## Source Code \r\nThe latest version is avaliable in a Github repository: [http://github.com/o-opeyemi/plserver](http://github.com/o-opeyemi/plserver)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Live Server - For instant render on broswer while editing html, css, js.",
    "version": "1.0.0",
    "split_keywords": [
        "plserver",
        "python live server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e2a8804341720b0c284fbf4b38689f65429edaf73d2ae601f9ebedbcb089e63",
                "md5": "5f92e97cfd32ac93bf05f4cb02676527",
                "sha256": "01ed5d4d35aadc4fa3fa30f1e50cbbe1672bd0a0c00b2cd6c83bc0310a978c06"
            },
            "downloads": -1,
            "filename": "plserver-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f92e97cfd32ac93bf05f4cb02676527",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6753,
            "upload_time": "2023-04-19T13:54:24",
            "upload_time_iso_8601": "2023-04-19T13:54:24.888404Z",
            "url": "https://files.pythonhosted.org/packages/2e/2a/8804341720b0c284fbf4b38689f65429edaf73d2ae601f9ebedbcb089e63/plserver-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-19 13:54:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "o-opeyemi",
    "github_project": "plserver",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "plserver"
}
        
Elapsed time: 0.15180s