{"id":13814084,"url":"https://github.com/saghul/uvwsgi","last_synced_at":"2025-03-18T20:30:45.651Z","repository":{"id":10130841,"uuid":"12202851","full_name":"saghul/uvwsgi","owner":"saghul","description":"Python WSGI server","archived":false,"fork":false,"pushed_at":"2016-06-18T11:10:51.000Z","size":22,"stargazers_count":36,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T12:07:14.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/uvwsgi","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saghul.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-18T22:35:06.000Z","updated_at":"2024-11-28T16:27:44.000Z","dependencies_parsed_at":"2022-08-30T15:40:39.270Z","dependency_job_id":null,"html_url":"https://github.com/saghul/uvwsgi","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fuvwsgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fuvwsgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fuvwsgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Fuvwsgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saghul","download_url":"https://codeload.github.com/saghul/uvwsgi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871889,"owners_count":20361379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T04:01:42.538Z","updated_at":"2025-03-18T20:30:45.345Z","avatar_url":"https://github.com/saghul.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"uvwsgi: a Python WSGI server\n============================\n\nuvwsgi is a Python WSGI server whhich uses *libuv* and *http-parser* libraries\nalso used in `Node.JS \u003chttps://github.com/joyent/node\u003e`_ through their Python binding libraries:\n\n* `pyuv \u003chttps://github.com/saghul/pyuv\u003e`_\n* `http-parser \u003chttps://github.com/benoitc/http-parser\u003e`_\n\n\nMotivalion\n----------\n\nThere are  abunch of great WSGI servers out there, so why create a new one? I've been\nplaying with Flask and WSGI lately and I wanted to see the guts of it. As you can see\nthe code is pretty short, I expect to make more changes and more features to it though.\n\n\nStatus\n------\n\n**uvwsgi should not be used in production.** It's still work in progress.\n\nThe project is not very actively maintained at the moment, if you'd like to help please\ndrop me a line!\n\n\nInstalltion\n-----------\n\nuvwsgi can be easily installed with pip::\n\n    pip install uvwsgi\n\n\nUsage\n-----\n\nExample usage::\n\n    from flask import Flask\n    from uvwsgi import run\n\n    app = Flask(__name__)\n\n    @app.route('/')\n    def index():\n        return 'hello world!'\n\n    if __name__ == '__main__':\n        run(app, ('0.0.0.0', 8088))\n\nThe ``uvwsgi`` command line application can also be used to serve WSGI applications\ndirectly. Assuming the code above this lines is stored in a file called `tst.py`, it can be\nserved as follows::\n\n    uvwsgi tst:app --port 8888\n\nNOTE: You need to install the package first in order to have the ``uvwsgi`` command available.\n\n\nAuthor\n------\n\nSaúl Ibarra Corretgé \u003csaghul@gmail.com\u003e\n\n\nLicense\n-------\n\nUnless stated otherwise on-file uvwsgi uses the MIT license, check LICENSE file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghul%2Fuvwsgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaghul%2Fuvwsgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghul%2Fuvwsgi/lists"}