static
A very simple WSGI way to serve static and dynamic content.
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
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
Metadata Files
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
- Website: http://lukearno.com/
- Repositories: 10
- Profile: https://github.com/lukearno
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
Top Committers
| Name | 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.
- Homepage: http://github.com/lukearno/static
- Documentation: https://static.readthedocs.io/
- License: MIT
-
Latest release: 1.1.1
published almost 12 years ago
Rankings
Maintainers (1)
conda-forge.org: static
- Homepage: https://github.com/lukearno/static
- License: MIT
-
Latest release: 1.1.1
published almost 4 years ago
Rankings
Dependencies
- flake8 * development
- nose * development
- nose-cov * development
- wsgi-intercept * development
- pystache *