~ubuntu-branches/ubuntu/trusty/python-formencode/trusty-proposed

« back to all changes in this revision

Viewing changes to PKG-INFO

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-24 12:54:57 UTC
  • mfrom: (1.1.6) (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140224125457-l6vywmz9ip22q60e
Tags: 1.2.6-1ubuntu1
Remove tests that fail without network connection. See #738722.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Metadata-Version: 1.0
2
 
Name: FormEncode
3
 
Version: 1.2.4
4
 
Summary: HTML form validation, generation, and conversion package
5
 
Home-page: http://formencode.org
6
 
Author: Ian Bicking
7
 
Author-email: ianb@colorstudy.com
8
 
License: PSF
9
 
Description: FormEncode validates and converts nested structures.  It allows for
10
 
        a declarative form of defining the validation, and decoupled processes
11
 
        for filling and generating forms.
12
 
        
13
 
        It has a `subversion repository
14
 
        <http://svn.formencode.org/FormEncode/trunk#egg=FormEncode-dev>`_ that
15
 
        you can install from with ``easy_install FormEncode==dev``
16
 
        
17
 
Platform: UNKNOWN
18
 
Classifier: Development Status :: 4 - Beta
19
 
Classifier: Intended Audience :: Developers
20
 
Classifier: License :: OSI Approved :: Python Software Foundation License
21
 
Classifier: Programming Language :: Python
22
 
Classifier: Topic :: Software Development :: Libraries :: Python Modules
 
1
Metadata-Version: 1.1
 
2
Name: FormEncode
 
3
Version: 1.2.6
 
4
Summary: HTML form validation, generation, and conversion package
 
5
Home-page: http://formencode.org
 
6
Author: Ian Bicking
 
7
Author-email: ianb@colorstudy.com
 
8
License: PSF
 
9
Description: FormEncode validates and converts nested structures.  It allows for
 
10
        a declarative form of defining the validation, and decoupled processes
 
11
        for filling and generating forms.
 
12
        
 
13
        The official repo is at GitHub: https://github.com/formencode/formencode
 
14
        
 
15
Platform: UNKNOWN
 
16
Classifier: Development Status :: 4 - Beta
 
17
Classifier: Intended Audience :: Developers
 
18
Classifier: License :: OSI Approved :: Python Software Foundation License
 
19
Classifier: Programming Language :: Python
 
20
Classifier: Topic :: Software Development :: Libraries :: Python Modules