# 🐎 GuniKite
`gunikite` is a utility class for running Gunicorn servers from a virtual environment. It helps you find the location of the Gunicorn executable within the virtual environment and run it with specified parameters.
## Installation
You can install `gunikite` using pip:
```shell
pip install gunikite
```
## Usage
```python
from gunikite import GunicornRunner
# Create a GunicornRunner instance
gunicorn_runner = GunicornRunner(
worker=4,
host="localhost",
port=8080,
module_name="myapp",
app_class_name="app",
enable_reload=True
)
# Run Gunicorn with the specified parameters
gunicorn_runner.run_gunicorn()
Raw data
{
"_id": null,
"home_page": "https://github.com/imamhossainroni/gunikite",
"name": "gunikite",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "gunicorn utility virtual-environment",
"author": "Imam Hossain Roni",
"author_email": "imamhossainroni95@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/62/01/6d18cdea80872f7aaaa42c8fbfb2c1d4ae3b8ef33e8f8c4293b012e93a4c/gunikite-0.2.0.tar.gz",
"platform": null,
"description": "# \ud83d\udc0e GuniKite\n\n`gunikite` is a utility class for running Gunicorn servers from a virtual environment. It helps you find the location of the Gunicorn executable within the virtual environment and run it with specified parameters.\n\n## Installation\n\nYou can install `gunikite` using pip:\n\n```shell\npip install gunikite\n```\n\n\n## Usage\n\n```python\nfrom gunikite import GunicornRunner\n\n# Create a GunicornRunner instance\ngunicorn_runner = GunicornRunner(\n worker=4,\n host=\"localhost\",\n port=8080,\n module_name=\"myapp\",\n app_class_name=\"app\",\n enable_reload=True\n)\n\n# Run Gunicorn with the specified parameters\ngunicorn_runner.run_gunicorn()\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Utility for running Gunicorn server from a virtual environment.",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/imamhossainroni/gunikite"
},
"split_keywords": [
"gunicorn",
"utility",
"virtual-environment"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8514855926e06ebec1039a2e4f15d0c34678f2057c01f87fbb1e6da2b6fb84c4",
"md5": "da1c843938560c54eef259883af83861",
"sha256": "9ee64b1c7c1a71ba6a5003c4e65101e5f76d0148246b1c49d0b97d7bb1e15691"
},
"downloads": -1,
"filename": "gunikite-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "da1c843938560c54eef259883af83861",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3060,
"upload_time": "2023-09-01T18:35:22",
"upload_time_iso_8601": "2023-09-01T18:35:22.779488Z",
"url": "https://files.pythonhosted.org/packages/85/14/855926e06ebec1039a2e4f15d0c34678f2057c01f87fbb1e6da2b6fb84c4/gunikite-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "62016d18cdea80872f7aaaa42c8fbfb2c1d4ae3b8ef33e8f8c4293b012e93a4c",
"md5": "59103534873c6787e1f40fb1584b9578",
"sha256": "be9e43cf9298eb4497c84fb1814e75d3605b2e098e66b47bd452e8498f89386b"
},
"downloads": -1,
"filename": "gunikite-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "59103534873c6787e1f40fb1584b9578",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2643,
"upload_time": "2023-09-01T18:35:25",
"upload_time_iso_8601": "2023-09-01T18:35:25.587022Z",
"url": "https://files.pythonhosted.org/packages/62/01/6d18cdea80872f7aaaa42c8fbfb2c1d4ae3b8ef33e8f8c4293b012e93a4c/gunikite-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-01 18:35:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "imamhossainroni",
"github_project": "gunikite",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "gunikite"
}