mirror of
https://github.com/kennethreitz/resources.git
synced 2026-06-05 23:20:17 +00:00
25 lines
237 B
ReStructuredText
25 lines
237 B
ReStructuredText
Resources
|
|
=========
|
|
|
|
A concept Python module for powering RESTful APIs.
|
|
|
|
But not via HTTP.
|
|
|
|
|
|
Usage
|
|
-----
|
|
|
|
Potentially::
|
|
|
|
from resources import API
|
|
|
|
api = API()
|
|
|
|
class Needles(api.Resource)
|
|
pass
|
|
|
|
|
|
License
|
|
-------
|
|
|
|
ISC. |