pyramid 2.1


pip install pyramid

  Latest version

Released: Mar 11, 2026


Meta
Author: Chris McDonough, Agendaless Consulting
Requires Python: >=3.10

Classifiers

Development Status
  • 6 - Mature

Framework
  • Pyramid

Intended Audience
  • Developers

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Operating System
  • OS Independent

Topic
  • Internet :: WWW/HTTP
  • Internet :: WWW/HTTP :: WSGI
2.1-branch CI Status main Documentation Status Discord Server IRC Libera.Chat

Pyramid is a small, fast, down-to-earth, open source Python web framework. It makes real-world web application development and deployment more fun, more predictable, and more productive. Try Pyramid, browse its add-ons and documentation, and get an overview.

from wsgiref.simple_server import make_server
from pyramid.config import Configurator
from pyramid.response import Response

def hello_world(request):
    return Response('Hello World!')

if __name__ == '__main__':
    with Configurator() as config:
        config.add_route('hello', '/')
        config.add_view(hello_world, route_name='hello')
        app = config.make_wsgi_app()
    server = make_server('0.0.0.0', 6543, app)
    server.serve_forever()

Pyramid is a project of the Pylons Project.

Support and Documentation

See Pyramid Support and Development for documentation, reporting bugs, and getting support.

Developing and Contributing

See HACKING.txt and contributing.md for guidelines on running tests, adding features, coding style, and updating documentation when developing in or contributing to Pyramid.

License

Pyramid is offered under the BSD-derived Repoze Public License.

Authors

Pyramid is made available by Agendaless Consulting and a team of contributors.

2.1 Mar 11, 2026
2.1rc4 Mar 10, 2026
2.1rc3 Mar 09, 2026
2.1rc2 Mar 09, 2026
2.1rc1 Mar 09, 2026
2.1a1 Feb 25, 2026
2.0.2 Aug 25, 2023
2.0.1 Jan 30, 2023
2.0 Mar 01, 2021
2.0b1 Feb 20, 2021
2.0b0 Dec 16, 2020
2.0a0 Nov 30, 2020
1.10.8 Mar 01, 2021
1.10.7 Feb 20, 2021
1.10.6 Feb 20, 2021
1.10.5 Nov 09, 2020
1.10.4 Apr 16, 2019
1.10.3 Apr 12, 2019
1.10.2 Jan 31, 2019
1.10.1 Nov 07, 2018
1.10 Oct 31, 2018
1.10b1 Oct 28, 2018
1.10a1 Oct 16, 2018
1.9.4 Jan 31, 2019
1.9.3 Oct 31, 2018
1.9.2 Apr 24, 2018
1.9.1 Jul 14, 2017
1.9 Jun 27, 2017
1.9b1 Jun 20, 2017
1.9a2 May 09, 2017
1.9a1 May 02, 2017
1.8.6 Oct 31, 2018
1.8.5 Jul 14, 2017
1.8.4 Jun 11, 2017
1.8.3 Mar 13, 2017
1.8.2 Feb 20, 2017
1.8.1 Jan 25, 2017
1.8 Jan 22, 2017
1.8b1 Jan 17, 2017
1.8a1 Dec 26, 2016
1.7.6 Jun 11, 2017
1.7.5 Mar 13, 2017
1.7.4 Jan 25, 2017
1.7.3 Aug 17, 2016
1.7.2 Aug 17, 2016
1.7.1 Aug 16, 2016
1.7 May 20, 2016
1.7b4 May 12, 2016
1.7b3 May 10, 2016
1.7b2 May 01, 2016
1.7b1 Apr 25, 2016
1.7a2 Apr 20, 2016
1.7a1 Apr 16, 2016
1.6.5 Jan 25, 2017
1.6.4 Aug 17, 2016
1.6.3 Aug 17, 2016
1.6.2 Aug 16, 2016
1.6.1 Feb 03, 2016
1.6 Jan 03, 2016
1.6b3 Dec 18, 2015
1.6b2 Nov 16, 2015
1.6b1 Nov 16, 2015
1.6a2 Jun 30, 2015
1.6a1 Apr 15, 2015
1.5.8 Jan 07, 2016
1.5.7 Apr 29, 2015
1.5.6 Apr 15, 2015
1.5.5 Apr 15, 2015
1.5.4 Feb 25, 2015
1.5.3 Feb 22, 2015
1.5.2 Nov 10, 2014
1.5.1 Jun 01, 2014
1.5 Apr 08, 2014
1.5b1 Feb 08, 2014
1.5a4 Jan 29, 2014
1.5a3 Dec 10, 2013
1.5a2 Sep 22, 2013
1.5a1 Aug 30, 2013
1.4.9 Apr 29, 2015
1.4.8 Apr 15, 2015
1.4.7 Apr 14, 2015
1.4.6 Jun 01, 2014
1.4.5 Aug 30, 2013
1.4.4 Aug 27, 2013
1.4.3 Jul 18, 2013
1.4.2 May 22, 2013
1.4.1 Apr 23, 2013
1.4 Dec 18, 2012
1.4b3 Dec 11, 2012
1.4b2 Dec 10, 2012
1.4b1 Nov 22, 2012
1.4a4 Nov 14, 2012
1.4a3 Oct 26, 2012
1.4a2 Sep 27, 2012
1.4a1 Sep 17, 2012
1.3.4 Sep 16, 2012
1.3.3 Aug 11, 2012
1.3.2 May 20, 2012
1.3.1 May 19, 2012
1.3 Mar 21, 2012
1.3b3 Mar 17, 2012
1.3b2 Mar 02, 2012
1.3b1 Feb 26, 2012
1.3a9 Feb 23, 2012
1.3a8 Feb 19, 2012
1.3a7 Feb 08, 2012
1.3a6 Jan 20, 2012
1.3a5 Jan 09, 2012
1.3a4 Jan 05, 2012
1.3a3 Dec 21, 2011
1.3a2 Dec 14, 2011
1.3a1 Dec 09, 2011
1.2.7 Jan 20, 2012
1.2.6 Jan 05, 2012
1.2.5 Dec 15, 2011
1.2.4 Dec 06, 2011
1.2.3 Nov 21, 2011
1.2.2 Nov 20, 2011
1.2.1 Sep 28, 2011
1.2 Sep 13, 2011
1.2b3 Sep 11, 2011
1.2b2 Sep 08, 2011
1.2b1 Sep 08, 2011
1.2a6 Sep 07, 2011
1.2a5 Sep 04, 2011
1.2a4 Sep 02, 2011
1.2a3 Aug 29, 2011
1.2a2 Aug 27, 2011
1.2a1 Aug 24, 2011
1.1.3 Dec 15, 2011
1.1.2 Aug 17, 2011
1.1.1 Aug 13, 2011
1.1 Jul 22, 2011
1.1b4 Jul 18, 2011
1.1b3 Jul 15, 2011
1.1b2 Jul 13, 2011
1.1b1 Jul 10, 2011
1.1a4 Jul 01, 2011
1.1a3 Jun 26, 2011
1.1a2 Jun 23, 2011
1.1a1 Jun 20, 2011
1.0.2 Dec 15, 2011
1.0.1 Aug 13, 2011
1.0 Jan 31, 2011
1.0b3 Jan 28, 2011
1.0b2 Jan 25, 2011
1.0b1 Jan 22, 2011
1.0a10 Jan 18, 2011
1.0a9 Jan 08, 2011
1.0a8 Dec 27, 2010
1.0a7 Dec 20, 2010
1.0a6 Dec 16, 2010
1.0a5 Dec 15, 2010
1.0a4 Nov 21, 2010
1.0a3 Nov 16, 2010
1.0a2 Nov 09, 2010
1.0a1 Nov 05, 2010

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
hupper (>=1.5)
plaster
plaster_pastedeploy
setuptools (<82)
translationstring (>=0.4)
venusian (>=1.0)
webob (>=1.8.3)
zope.deprecation (>=3.5.0)
zope.interface (>=3.8.0)