# servestatic
servestatic is a lightweight Python module that provides a simple HTTP server for serving static files. It offers an easy-to-use solution for quickly hosting static web content locally. Whether you're developing a small web application or need a temporary server for testing purposes, servestatic has got you covered.
## Key Features
- Simple and intuitive HTTP server for static files
- Lightweight and easy to install
- Minimal dependencies
- Compatible with Python 3.x
## Installation
You can install servestatic via pip, which is the recommended method:
```bash
pip install servestatic
```
## Usage
To start serving your static files, follow these steps:
1. Open a terminal and navigate to the folder where your static project is located.
2. Run the following command:
```bash
python -m servestatic
```
The server will start running, and you can access your static content by opening a web browser and entering the server's URL.
Raw data
{
"_id": null,
"home_page": "https://github.com/mujdecisy/varwwwhtml",
"name": "varwwwhtml",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,static,web,server",
"author": "mujdecisy",
"author_email": "mujdecisy@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b0/45/a014135d4632248a3429d670a09b2bf296a290ee5b532b5c5c25c89ab385/varwwwhtml-0.0.5.tar.gz",
"platform": null,
"description": "# servestatic\n\nservestatic is a lightweight Python module that provides a simple HTTP server for serving static files. It offers an easy-to-use solution for quickly hosting static web content locally. Whether you're developing a small web application or need a temporary server for testing purposes, servestatic has got you covered.\n\n## Key Features\n- Simple and intuitive HTTP server for static files\n- Lightweight and easy to install\n- Minimal dependencies\n- Compatible with Python 3.x\n\n## Installation\nYou can install servestatic via pip, which is the recommended method:\n\n```bash\npip install servestatic\n```\n\n## Usage\nTo start serving your static files, follow these steps:\n\n1. Open a terminal and navigate to the folder where your static project is located.\n2. Run the following command:\n\n```bash\npython -m servestatic\n```\n\nThe server will start running, and you can access your static content by opening a web browser and entering the server's URL.\n",
"bugtrack_url": null,
"license": "",
"summary": "static web server cli tool",
"version": "0.0.5",
"project_urls": {
"Homepage": "https://github.com/mujdecisy/varwwwhtml"
},
"split_keywords": [
"python",
"static",
"web",
"server"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b045a014135d4632248a3429d670a09b2bf296a290ee5b532b5c5c25c89ab385",
"md5": "9953999dd55f196ccef5446bc16f69f2",
"sha256": "6a9cb8c6303d99156329313dff7b95be20209362c28a8c8f913e9fca16544523"
},
"downloads": -1,
"filename": "varwwwhtml-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "9953999dd55f196ccef5446bc16f69f2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3518,
"upload_time": "2023-11-08T16:50:44",
"upload_time_iso_8601": "2023-11-08T16:50:44.171620Z",
"url": "https://files.pythonhosted.org/packages/b0/45/a014135d4632248a3429d670a09b2bf296a290ee5b532b5c5c25c89ab385/varwwwhtml-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-08 16:50:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mujdecisy",
"github_project": "varwwwhtml",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "varwwwhtml"
}