{ "info": { "author": "night-crawler", "author_email": "lilo.panic@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "description": "Installation\n------------\n\n.. code:: bash\n\n pip install -e git+https://github.com/night-crawler/uwsgi-env.git#egg=uwsgi-env\n # OR\n pip install uwsgi-env\n\nUsage\n~~~~~\n\n.. code:: python\n\n @manager.option('-h', '--host', dest='host')\n @manager.option('-p', '--port', dest='port')\n def uwsgi(host=None, port=None,):\n from uwsgi_env.utils import uwsgi as _uwsgi\n return _uwsgi(host=host, port=port, project='my_project')\n\nOriginal by @unbit,\n`django-uwsgi `__\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/night-crawler/uwsgi-env", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "uwsgi-env", "package_url": "https://pypi.org/project/uwsgi-env/", "platform": "", "project_url": "https://pypi.org/project/uwsgi-env/", "project_urls": { "Homepage": "https://github.com/night-crawler/uwsgi-env" }, "release_url": "https://pypi.org/project/uwsgi-env/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Automatically populate env with UWSGI_ variables and run uwsgi", "version": "0.1.0" }, "last_serial": 3480003, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7b9a7c56c776ec5a610f241bd6d57174", "sha256": "f38391759a1515ffbc012bd8adf2d583c5992662e1849f3401e373224ad7f47f" }, "downloads": -1, "filename": "uwsgi_env-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7b9a7c56c776ec5a610f241bd6d57174", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3960, "upload_time": "2018-01-11T07:21:56", "url": "https://files.pythonhosted.org/packages/32/bd/0761d4aa528c95a38120b954719fa853075ec877bb0256a4f1313cf7da37/uwsgi_env-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c0ce19b6b34b32015fd4b19d347a433c", "sha256": "928cdfa253cc2ce6d339c96dcdaca45f7c1b62613fa6a64ed6013fd7220fa440" }, "downloads": -1, "filename": "uwsgi-env-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c0ce19b6b34b32015fd4b19d347a433c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2327, "upload_time": "2018-01-11T07:21:54", "url": "https://files.pythonhosted.org/packages/79/bb/bbebb966878ce925363ffe9dd51fecb0ecf48ba1b3c502afa8bfeb6ff7b7/uwsgi-env-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b9a7c56c776ec5a610f241bd6d57174", "sha256": "f38391759a1515ffbc012bd8adf2d583c5992662e1849f3401e373224ad7f47f" }, "downloads": -1, "filename": "uwsgi_env-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7b9a7c56c776ec5a610f241bd6d57174", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3960, "upload_time": "2018-01-11T07:21:56", "url": "https://files.pythonhosted.org/packages/32/bd/0761d4aa528c95a38120b954719fa853075ec877bb0256a4f1313cf7da37/uwsgi_env-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c0ce19b6b34b32015fd4b19d347a433c", "sha256": "928cdfa253cc2ce6d339c96dcdaca45f7c1b62613fa6a64ed6013fd7220fa440" }, "downloads": -1, "filename": "uwsgi-env-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c0ce19b6b34b32015fd4b19d347a433c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2327, "upload_time": "2018-01-11T07:21:54", "url": "https://files.pythonhosted.org/packages/79/bb/bbebb966878ce925363ffe9dd51fecb0ecf48ba1b3c502afa8bfeb6ff7b7/uwsgi-env-0.1.0.tar.gz" } ] }