RESTful Web Framework
Project description
Tangled.Web is a somewhat opinionated, resource oriented Web framework. It might be considered a “micro” framework because it simply provides a way to map HTTP requests to resources and has no opinions regarding databases, templating, etc.
Unlike many other frameworks, there are no “views” or “controllers” here, only resources. Resources respond to HTTP requests and return representations based on the client’s preference (indicated via Accept headers).
Python 3
Tangled.Web runs only on Python 3.3+. Part of the reason for this is simply that I didn’t feel like dealing with straddling 2|3. I also wanted to use some features that aren’t available in earlier versions (e.g., built-in namespace packages). Finally, I’ve been itching to really learn all the new Python 3 goodness, and a Python 3 only project seemed like a good way to do that (it has been so far).
I’m also of the opinion that Python 3 has almost arrived. Most of the libraries I’ve been using for the past several years (SQLAlchemy, Mako, WebOb, etc) have already been ported.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tangled.web-1.0a12.tar.gz
.
File metadata
- Download URL: tangled.web-1.0a12.tar.gz
- Upload date:
- Size: 36.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5b31b578a5bb7b2d6aaebb8a930a6ec5ff738ec4118cd4b91bd6bb29a08c62c |
|
MD5 | 3d2a0e57e8d3e9758ed48d73a9fd1ad5 |
|
BLAKE2b-256 | 44395e087bd0662fcdc235b14103300d315e0ce5ea2615942bf54e20cb960f09 |