DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-contract
BeschreibungProgramming by contract for python
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.4-2ubuntu1
Sektionuniverse/devel
Prioritätoptional
Installierte Größe208 Byte
Hängt ab vonpython (>= 2.2), python-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße29748 Byte
Prüfsumme MD5bd61a683259486be4f999cb84e5bd34d
Prüfsumme SHA1e1dbdc27c0926331afe615762ea7f62bf0ac2de2
Prüfsumme SHA256ef4765a3ba673e19c7203d29223e7cafb26e22e88344515bd7d63fbe69cbf21d
Link zum Herunterladenpython-contract_1.4-2ubuntu1_all.deb
Ausführliche BeschreibungThis package provides a means for programming by contract in python. Programming by contact is a methodology whereby a API designer can define checkable preconditions and postconditions for method calls, and invariants for classes and methods. The most famous use of this methodology is in the Eiffel programming language. . This implementation of programming by contract has the developer write constraints in the docstrings of methods and classes that can be optionally checked at runtime. If the constraints are not met, an exception is raised.


Impressum
Linux is a registered trademark of Linus Torvalds