Skip to content

Commit

Permalink
removing twisted
Browse files Browse the repository at this point in the history
  • Loading branch information
odewahn committed Nov 20, 2014
1 parent 4ac6b04 commit 0b55a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application_stacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Why would you care, you ask? Well, even if you don't need to know a language in
* Frameworks
* [Django](https://www.djangoproject.com/). Django is a modular, high-level Python Web framework that ships with an ORM, a template engine and lots of helpers.
* [Flask](http://flask.pocoo.org/) is a popular wsgi micro-framework, with embeded development server and debugger, template support (via [Jinja2](http://jinja.pocoo.org/) ) and restfull handlers. Flask supports [extensions](http://flask.pocoo.org/extensions/) to add functionnalities.
* [Twisted](https://twistedmatrix.com/trac/)
* Package management
* [Setup\_tools](https://pypi.python.org/pypi/setuptools) is a python packaging library for distribution, test, installation, dependency management, and metadata handling of python projects.
* [pip](https://pypi.python.org/pypi/pip). Pip is a package manager, to install, remove, and manage packages and dependency. It can handle [build distribution](https://www.python.org/dev/peps/pep-0427/) to ship and deploy a specific distribution of your code and dependencies.
Expand Down

0 comments on commit 0b55a76

Please sign in to comment.