static

A very simple WSGI way to serve static and dynamic content.

https://github.com/lukearno/static

Science Score: 10.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.2%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

A very simple WSGI way to serve static and dynamic content.

Basic Info
  • Host: GitHub
  • Owner: lukearno
  • Language: Python
  • Default Branch: master
  • Size: 309 KB
Statistics
  • Stars: 57
  • Watchers: 6
  • Forks: 11
  • Open Issues: 12
  • Releases: 0
Created over 12 years ago · Last pushed over 10 years ago
Metadata Files
Readme

README.md

static

Serve static or templated content via WSGI or stand-alone.

Install Static

$ pip install static

Serve up some content:

$ static localhost 9999 static-content/

Or in the context of a WSGI application:

python import static wsgi_app = static.Cling('/var/www')

You can also use Python template strings, Moustache templates or easily roll your own templating plugin. See the tests and source code for examples.

Pull requests welcome. Happy hacking.

Owner

  • Name: Luke Arno
  • Login: lukearno
  • Kind: user
  • Location: Portland OR

GitHub Events

Total
Last Year

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 7
  • Total Committers: 4
  • Avg Commits per committer: 1.75
  • Development Distribution Score (DDS): 0.429
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Luke Arno l****o@g****m 4
Ram Rachum r****m@r****m 1
hdickson h****n@u****u 1
David Stensland me@t****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 13
  • Total pull requests: 10
  • Average time to close issues: about 2 months
  • Average time to close pull requests: almost 2 years
  • Total issue authors: 12
  • Total pull request authors: 6
  • Average comments per issue: 0.54
  • Average comments per pull request: 0.8
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • lukearno (2)
  • theamazingfedex (1)
  • domguard (1)
  • DArtagan (1)
  • ocefpaf (1)
  • chrisguitarguy (1)
  • santagada (1)
  • joshkehn (1)
  • mpelzsherman (1)
  • waylan (1)
  • sprat (1)
  • AssKicker0214 (1)
Pull Request Authors
  • msabramo (4)
  • cool-RR (2)
  • serathius (1)
  • peterlada (1)
  • terite (1)
  • hayds (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 18,737 last-month
  • Total docker downloads: 1,223
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 2,227
    (may contain duplicates)
  • Total versions: 16
  • Total maintainers: 1
pypi.org: static

Serve static or templated content via WSGI or stand-alone.

  • Versions: 15
  • Dependent Packages: 1
  • Dependent Repositories: 2,227
  • Downloads: 18,737 Last month
  • Docker Downloads: 1,223
Rankings
Dependent repos count: 0.2%
Downloads: 2.9%
Docker downloads count: 4.5%
Dependent packages count: 4.7%
Average: 5.3%
Stargazers count: 8.8%
Forks count: 10.5%
Maintainers (1)
Last synced: 11 months ago
conda-forge.org: static
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent packages count: 28.8%
Dependent repos count: 34.0%
Average: 34.5%
Stargazers count: 35.3%
Forks count: 40.0%
Last synced: 12 months ago

Dependencies

dev-requirements.txt pypi
  • flake8 * development
  • nose * development
  • nose-cov * development
  • wsgi-intercept * development
requirements.txt pypi
  • pystache *