internal/tools/: pyramid-chameleon-0.3 metadata and description

Homepage Simple index

pyramid_chameleon

author reed@koansys.com, Pylons & Pyramid community
author_email pylons-discuss@googlegroups.com
classifiers
  • Programming Language :: Python
  • Framework :: Pylons
  • Programming Language :: Python :: 2.6
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.2
  • Programming Language :: Python :: 3.3
  • Programming Language :: Python :: 3.4
  • Intended Audience :: Developers
  • License :: Repoze Public License
  • Topic :: Text Processing :: Markup :: XML
  • Topic :: Text Processing :: Markup :: HTML
license BSD-derived (http://www.repoze.org/LICENSE.txt)
platform
  • UNKNOWN
provides_extras testing
requires_dist
  • pyramid
  • Chameleon
  • Sphinx ; extra == 'docs'
  • docutils ; extra == 'docs'
  • repoze.sphinx.autointerface ; extra == 'docs'
  • nose ; extra == 'testing'
  • coverage ; extra == 'testing'
  • virtualenv ; extra == 'testing'
File Tox results History
pyramid_chameleon-0.3-py3-none-any.whl
Size
14 KB
Type
Python Wheel
Python
3
pyramid_chameleon-0.3.tar.gz
Size
28 KB
Type
Source

These are bindings for the Chameleon templating system for the Pyramid web framework. See http://docs.pylonsproject.org/projects/pyramid_chameleon/en/latest/ for documentation.

0.3 (2014-07-01)

  • Remove dependency on pyramid.interfaces.ITemplateRenderer (which is deprecated in Pyramid > 1.5).

  • Update Trove classifiers and tests to support Python 3.4.

0.2 (2014-02-09)

  • Dropped dependency on nose-selecttests.

0.1 (2013-09-07)

  • Initial version