22restless
33========
44
5- .. image :: https://travis-ci.org/toastdriven/restless.png ?branch=master
6- :target: https://travis-ci.org/toastdriven/restless
5+ .. image :: https://travis-ci.org/toastdriven/restless.svg ?branch=master
6+ :target: https://travis-ci.org/toastdriven/restless
77
88.. image :: https://coveralls.io/repos/github/toastdriven/restless/badge.svg?branch=master
99 :target: https://coveralls.io/github/toastdriven/restless?branch=master
1010
1111
1212A lightweight REST miniframework for Python.
1313
14- Documentation is at http ://restless.readthedocs.org /.
14+ Documentation is at https ://restless.readthedocs.io /.
1515
1616Works great with Django _, Flask _, Pyramid _, Tornado _ & Itty _, but should be useful for
1717many other Python web frameworks. Based on the lessons learned from Tastypie _
1818& other REST libraries.
1919
20- .. _Django : http ://djangoproject.com/
20+ .. _Django : https ://www. djangoproject.com/
2121.. _Flask : http://flask.pocoo.org/
22- .. _Pyramid : http ://www. pylonsproject.org/
23- .. _Itty : https://pypi.python. org/pypi /itty
22+ .. _Pyramid : https ://pylonsproject.org/
23+ .. _Itty : https://pypi.org/project /itty/
2424.. _Tastypie : http://tastypieapi.org/
25- .. _Tornado : http ://www.tornadoweb.org/
25+ .. _Tornado : https ://www.tornadoweb.org/
2626.. _tox : https://tox.readthedocs.io/
2727
2828
@@ -32,7 +32,7 @@ Features
3232* Small, fast codebase
3333* JSON output by default, but overridable
3434* RESTful
35- * Python 3.4 + (with shims to make broke-ass Python 2.6+ work)
35+ * Python 3.5 + (with shims to make broke-ass Python 2.7 work)
3636* Django 1.8+
3737* Flexible
3838
@@ -158,9 +158,9 @@ The test suite uses tox_ for simultaneous support of multiple versions of both
158158Python and Django. The current versions of Python supported are:
159159
160160* CPython 2.7
161- * CPython 3.4
162161* CPython 3.5
163162* CPython 3.6
163+ * CPython 3.7
164164* PyPy (Python 2.7)
165165
166166You just need to install the Python interpreters above and the `tox ` package
0 commit comments