1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Pyramid
=======
.. image:: https://travis-ci.org/Pylons/pyramid.png?branch=1.6-branch
:target: https://travis-ci.org/Pylons/pyramid
.. image:: https://readthedocs.org/projects/pyramid/badge/?version=master
:target: http://docs.pylonsproject.org/projects/pyramid/en/master/
:alt: Master Documentation Status
.. image:: https://readthedocs.org/projects/pyramid/badge/?version=latest
:target: http://docs.pylonsproject.org/projects/pyramid/en/latest/
:alt: Latest Documentation Status
.. image:: https://img.shields.io/badge/irc-freenode-blue.svg
:target: https://webchat.freenode.net/?channels=pyramid
:alt: IRC Freenode
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.
Pyramid is produced by the `Pylons Project <http://pylonsproject.org/>`_.
Support and Documentation
-------------------------
See the `Pylons Project website <http://pylonsproject.org/>`_ to view
documentation, report bugs, and obtain support.
Developing and Contributing
---------------------------
See ``HACKING.txt`` and ``contributing.md`` for guidelines for 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
<http://repoze.org/license.html>`_.
Authors
-------
Pyramid is made available by `Agendaless Consulting <http://agendaless.com>`_
and a team of contributors.
|