Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmohr/static3
A really simple WSGI way to serve static (or mixed) content.
https://github.com/rmohr/static3
Last synced: about 2 months ago
JSON representation
A really simple WSGI way to serve static (or mixed) content.
- Host: GitHub
- URL: https://github.com/rmohr/static3
- Owner: rmohr
- License: lgpl-2.1
- Created: 2013-08-05T23:47:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T14:19:41.000Z (over 5 years ago)
- Last Synced: 2024-04-24T20:03:55.714Z (8 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 30
- Watchers: 3
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- starred-awesome - static3 - A really simple WSGI way to serve static (or mixed) content. (Python)
README
= static =
A really simple WSGI way to serve static (or mixed) content.
See docstrings of static module for details.
== License ==
Created and maintained by Luke Arno
Copyright (C) 2006-2009 Luke Arno - http://lukearno.com/
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to:The Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.Luke Arno can be found at http://lukearno.com/