mod_wsgi

Source code for Apache/mod_wsgi.

https://github.com/grahamdumpleton/mod_wsgi

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    3 of 38 committers (7.9%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary

Keywords from Contributors

templates closember apps views asyncio sqlalchemy unit-testing pallets l10n gettext
Last synced: 10 months ago · JSON representation

Repository

Source code for Apache/mod_wsgi.

Basic Info
  • Host: GitHub
  • Owner: GrahamDumpleton
  • License: apache-2.0
  • Language: C
  • Default Branch: develop
  • Homepage:
  • Size: 4.59 MB
Statistics
  • Stars: 1,040
  • Watchers: 59
  • Forks: 273
  • Open Issues: 34
  • Releases: 87
Created over 12 years ago · Last pushed 11 months ago
Metadata Files
Readme Contributing License Security

README-standalone.rst

Overview
--------

The mod_wsgi package provides an Apache module that implements a WSGI
compliant interface for hosting Python based web applications on top of the
Apache web server.

The primary package for mod_wsgi is available on the Python package index
(PyPi) as ``mod_wsgi``. That package assumes that you have a suitable
version of Apache pre-installed on your target system, and if you don't,
installation of the package will fail.

If you are on a UNIX like system (Linux) and need a version of Apache
to be installed for you, you can use the ``mod_wsgi-standalone``
package on PyPi instead. When installing the ``mod_wsgi-standalone``
package it will first trigger the installation of the ``mod_wsgi-httpd``
package, which will result in a version of Apache being installed as
part of your Python installation. Next the ``mod_wsgi`` package will be
installed, with it using the version of Apache installed by the
``mod_wsgi-httpd`` package rather than any system package for Apache.

This method of installation is only suitable for where you want to use
``mod_wsgi-express``. It cannot be used to build mod_wsgi for use with
your system Apache installation. This installation method will not
work on Windows.

When installing mod_wsgi using this method, except that you will install
the ``mod_wsgi-standalone`` package instead of the ``mod_wsgi`` package,
you should follow installation and usage instructions outlined on the
PyPi page for the ``mod_wsgi`` package.

**NOTE: Although this package may allow you to install a standalone Apache
version, it is only really recommended that you use this package if you
have absolutely no other choice for getting the Apache httpd server
installed. Always use the Apache httpd server supplied with the operating
system if you can. Building this package if you do choose to do so, will
take some time. So if you you think the install is hanging, it is probably
still busy compiling everything.**

Owner

  • Name: Graham Dumpleton
  • Login: GrahamDumpleton
  • Kind: user
  • Location: Sydney, Australia

GitHub Events

Total
  • Create event: 1
  • Release event: 1
  • Issues event: 25
  • Watch event: 21
  • Issue comment event: 126
  • Push event: 10
  • Pull request event: 6
  • Fork event: 4
Last Year
  • Create event: 1
  • Release event: 1
  • Issues event: 25
  • Watch event: 21
  • Issue comment event: 126
  • Push event: 10
  • Pull request event: 6
  • Fork event: 4

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 1,429
  • Total Committers: 38
  • Avg Commits per committer: 37.605
  • Development Distribution Score (DDS): 0.037
Past Year
  • Commits: 35
  • Committers: 5
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.114
Top Committers
Name Email Commits
Graham Dumpleton G****n@g****m 1,376
Petr Viktorin e****u@g****m 8
James Prior j****4@c****m 5
Jared Deckard j****d@s****m 3
Miro Hrončok m****o@h****z 2
Natasha Mattson 2****m 2
mesoclever 7****r 2
Bryan Teague b****t@s****u 1
Brian D. Caruso b****4@c****u 1
Asterios Dimitriou s****s@h****m 1
Andrew Neff a****f@v****m 1
Alexander Pyhalov a****v@g****m 1
Alexander Bokovoy a****y@r****m 1
AlejoAsd a****e@g****m 1
yn-coder y****r@g****m 1
Damien Nozay d****y@g****n 1
Thomas Güttler g****b@t****e 1
Riccardo Gagliarducci i****e@t****t 1
David Auer d****r@c****e 1
paihu p****j@y****p 1
asiebelt i****b@0****e 1
akrherz a****z@i****u 1
Victor Stinner v****r@p****g 1
Stephen James S****s 1
Sandro Tosi s****i 1
Robbert R****i 1
Reshma V Kumar r****r@i****m 1
Pieter De Praetere p****e@h****e 1
Pavel Raiskup p****p@r****m 1
Jun Omae j****5@g****m 1
and 8 more...

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 192
  • Total pull requests: 16
  • Average time to close issues: 7 months
  • Average time to close pull requests: 3 months
  • Total issue authors: 169
  • Total pull request authors: 14
  • Average comments per issue: 5.65
  • Average comments per pull request: 2.5
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 27
  • Pull requests: 5
  • Average time to close issues: 5 days
  • Average time to close pull requests: 4 days
  • Issue authors: 26
  • Pull request authors: 4
  • Average comments per issue: 2.89
  • Average comments per pull request: 1.4
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • shishir-22 (3)
  • mehrdadasadiut (3)
  • jun66j5 (3)
  • GrahamDumpleton (2)
  • Chinmay2709 (2)
  • SomeAB (2)
  • kleebauer (2)
  • rngallen (2)
  • lllittleX (2)
  • ComputerUser-CU (2)
  • QuadrupleA (2)
  • alexgg94 (2)
  • judithdboonstra (2)
  • yekaizhou (2)
  • WalidAxo (2)
Pull Request Authors
  • asiebelt (2)
  • bdc34 (2)
  • vstinner (2)
  • kaigetrost (2)
  • hroncok (2)
  • dependabot[bot] (2)
  • reshmavk (2)
  • bteague (1)
  • deckar01 (1)
  • mraspberry (1)
  • jun66j5 (1)
  • akrherz (1)
  • mesoclever (1)
  • canonex (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2)

Packages

  • Total packages: 31
  • Total downloads:
    • pypi 67,060 last-month
  • Total docker downloads: 179,455
  • Total dependent packages: 12
    (may contain duplicates)
  • Total dependent repositories: 395
    (may contain duplicates)
  • Total versions: 145
  • Total maintainers: 2
  • Total advisories: 1
pypi.org: mod-wsgi

Installer for Apache/mod_wsgi.

  • Versions: 87
  • Dependent Packages: 3
  • Dependent Repositories: 388
  • Downloads: 66,408 Last month
  • Docker Downloads: 179,455
Rankings
Dependent repos count: 0.7%
Docker downloads count: 0.9%
Downloads: 1.3%
Average: 1.7%
Stargazers count: 2.0%
Dependent packages count: 2.4%
Forks count: 3.2%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.18: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 3.4%
Forks count: 5.6%
Stargazers count: 8.0%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.18: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 3.4%
Forks count: 5.6%
Stargazers count: 8.0%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.16: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 3
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 4.5%
Average: 4.9%
Stargazers count: 6.1%
Dependent packages count: 9.0%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.11: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 3.8%
Stargazers count: 4.6%
Average: 5.3%
Dependent packages count: 12.9%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.14: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 4.3%
Stargazers count: 5.2%
Average: 5.4%
Dependent packages count: 12.1%
Maintainers (1)
Last synced: 10 months ago
pypi.org: mod-wsgi-standalone

Installer for Apache/mod_wsgi.

  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 6
  • Downloads: 652 Last month
Rankings
Stargazers count: 2.0%
Forks count: 3.2%
Average: 5.5%
Dependent repos count: 6.0%
Downloads: 6.4%
Dependent packages count: 10.1%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.10: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 3.5%
Stargazers count: 4.1%
Average: 5.6%
Dependent packages count: 15.0%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.17: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 2
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 5.1%
Average: 6.4%
Stargazers count: 7.6%
Dependent packages count: 12.7%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.13: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 4.3%
Stargazers count: 5.1%
Average: 7.2%
Dependent packages count: 19.5%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.13: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 4.3%
Stargazers count: 5.1%
Average: 7.2%
Dependent packages count: 19.5%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.12: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 3.9%
Stargazers count: 4.5%
Average: 7.5%
Dependent packages count: 21.5%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.12: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 3.9%
Stargazers count: 4.5%
Average: 7.5%
Dependent packages count: 21.5%
Maintainers (1)
Last synced: 10 months ago
alpine-edge: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 6.6%
Average: 7.6%
Stargazers count: 9.2%
Dependent packages count: 14.6%
Maintainers (1)
Last synced: 10 months ago
alpine-edge: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 6.6%
Average: 7.6%
Stargazers count: 9.2%
Dependent packages count: 14.6%
Maintainers (1)
Last synced: 11 months ago
alpine-v3.11: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 3.8%
Stargazers count: 4.6%
Average: 7.7%
Dependent packages count: 22.6%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.14: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 4.3%
Stargazers count: 5.2%
Average: 7.8%
Dependent packages count: 21.7%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.15: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 4.4%
Stargazers count: 5.6%
Average: 8.9%
Dependent packages count: 25.6%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.15: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 4.4%
Stargazers count: 5.6%
Average: 8.9%
Dependent packages count: 25.6%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.10: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 3.5%
Stargazers count: 4.1%
Average: 9.3%
Dependent packages count: 29.6%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.16: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 4.5%
Stargazers count: 6.1%
Average: 9.5%
Dependent packages count: 27.3%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.17: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Forks count: 5.1%
Stargazers count: 7.6%
Average: 10.0%
Dependent packages count: 27.3%
Maintainers (1)
Last synced: 10 months ago
conda-forge.org: mod_wsgi

mod_wsgi is a module for the Apache HTTP server that allows the web server to execute Python programs. WSGI (Web Server Gateway Interface) is a general interface between the Web server and Python applications.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 1
Rankings
Forks count: 10.9%
Stargazers count: 12.8%
Dependent repos count: 24.4%
Average: 24.9%
Dependent packages count: 51.6%
Last synced: 10 months ago
alpine-v3.20: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.19: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.22: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.21: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.20: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.22: apache2-mod-wsgi

Python WSGI Module for Apache2

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.19: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.21: apache2-mod-wsgi-doc

Python WSGI Module for Apache2 (documentation)

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/setup-python v2 composite
  • actions/upload-artifact v2 composite
docs/requirements.txt pypi
  • sphinx *
  • sphinx_rtd_theme *
setup.py pypi