File: PKG-INFO

package info (click to toggle)
python-contract 1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 396 kB
  • sloc: python: 1,177; makefile: 55
file content (21 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Metadata-Version: 1.0
Name: contract
Version: 1.4
Summary: Programming by Contract for Python
Home-page: http://www.wayforward.net/pycontract/
Author: Terence Way
Author-email: terry@wayforward.net
License: Artistic; LPGL; Python Software Foundation License
Download-URL: http://www.wayforward.net/pycontract/contract-1.4.tar.gz
Description: Annotate function docstrings with pre- and post-conditions,
        and class/module docstrings with invariants, and this
        automatically checks the contracts while debugging.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Artistic License
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing