Skip to content

Commit

Permalink
Merge pull request #102 from toastdriven/remove-itty
Browse files Browse the repository at this point in the history
Dropped Itty support
  • Loading branch information
seocam committed Jun 1, 2017
2 parents 8553576 + 2423d5a commit 3029056
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 160 deletions.
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ restless

A lightweight REST miniframework for Python.

Works great with Django_, Flask_, Pyramid_, Tornado_ & Itty_, but should be useful for
Works great with Django_, Flask_, Pyramid_ & Tornado_, but should be useful for
many other Python web frameworks. Based on the lessons learned from Tastypie_
& other REST libraries.

.. _Django: http://djangoproject.com/
.. _Flask: http://flask.pocoo.org/
.. _Pyramid: http://www.pylonsproject.org/
.. _Itty: https://pypi.python.org/pypi/itty
.. _Tastypie: http://tastypieapi.org/
.. _Tornado: http://www.tornadoweb.org/
.. _tox: https://tox.readthedocs.io/
Expand Down
3 changes: 1 addition & 2 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Alternately, you can download the latest development source from Github::
Getting Started
===============

Restless currently supports Django_, Flask_, Pyramid_ & Itty_.
Restless currently supports Django_, Flask_, Pyramid_ & Tornado_.
For the purposes of most of this
tutorial, we'll assume you're using Django. The process for developing &
interacting with the API via Flask is nearly identical (& we'll be covering the
Expand All @@ -80,7 +80,6 @@ behavior of the various `REST methods`_.
.. _Django: http://djangoproject.com/
.. _Flask: http://flask.pocoo.org/
.. _Pyramid: http://www.pylonsproject.org/
.. _Itty: https://pypi.python.org/pypi/itty
.. _`REST methods`: http://en.wikipedia.org/wiki/Representational_state_transfer#Applied_to_web_services


Expand Down
47 changes: 0 additions & 47 deletions restless/it.py

This file was deleted.

109 changes: 0 additions & 109 deletions tests/test_it.py

This file was deleted.

0 comments on commit 3029056

Please sign in to comment.