Two examples of what Metadata 1.3 looks like. This is what you get, in
*.dist-info directories, when installing from wheels generated by the
current version of wheel. Large numbers of wheels can be made with the
patched pip "pip wheel packagename" -> builds wheels for the package and
all its dependencies.

Metadata-Version: 1.3
Name: Jinja2
Version: 2.6
Summary: A small but fast and easy to use stand-alone template engine
written in pure python.
Home-page: http://jinja.pocoo.org/
Author: Armin Ronacher
Author-email: armin.ronac...@active-4.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Provides-Extra: i18n
Requires-Dist: Babel (>=0.8); extra == 'i18n'

Jinja2
~~~~~~

Jinja2 is a template engine written in pure Python.  It provides a
`Django`_ inspired non-XML syntax but supports inline expressions and
an optional `sandboxed`_ environment.

...

Metadata-Version: 1.3
Name: deform
Version: 0.9.6
Summary: Another form generation library
Home-page: http://docs.pylonsproject.org/projects/deform/en/latest/
Author: Chris McDonough, Agendaless Consulting
Author-email: pylons-disc...@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Keywords: web forms form generation schema validation
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: Chameleon (>=2.5.1)
Requires-Dist: colander (>=1.0a1)
Requires-Dist: peppercorn (>=0.3)
Requires-Dist: translationstring (>=1.0)
Requires-Dist: zope.deprecation
Provides-Extra: docs
Requires-Dist: Sphinx; extra == 'docs'
Provides-Extra: testing
Requires-Dist: nose; extra == 'testing'
Requires-Dist: coverage; extra == 'testing'
Requires-Dist: beautifulsoup4; extra == 'testing'

Deform
======

A Python HTML form library.  It runs under Python 2.6, 2.7, 3.2 and 3.3.

...
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to