Package: python-exam Priority: optional Section: python Installed-Size: 67 Maintainer: Debian Python Modules Team Architecture: all Source: exam Version: 0.10.5-2~bpo8+1 Depends: python-mock, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/main/e/exam/python-exam_0.10.5-2~bpo8+1_all.deb Size: 14174 MD5sum: 72d41182c68b82618e11f69b1e455145 SHA1: c03708f3e320fd0cefca091e91681b838e78820b SHA256: 566d4b79c842122ef55bc3015a79c29b209c36e703fd6788a555583f8e673b21 SHA512: b80da62d8f674904a718ac0bb2fd3f56a0f00589a2ef7d1029d7bad1db93113365a12539cf2172ea0fe5195122f9819de26a4d8037e33a5146c41eed374a723b Description: Python module to help write better tests Exam is a Python toolkit for writing better tests. It aims to remove a lot of the boiler plate testing code one often writes, while still following Python conventions and adhering to the unit testing interface. . Aside from the obvious "does the code work?", writings tests has many additional goals and benefits: . - If written semantically, reading tests can help demonstrate how the code is supposed to work to other developers. . - If quick running, tests provide feedback during development that your changes are working or not having an adverse side effects. . - If they're easy to write correctly, developers will write more tests and they will be of a higher quality. . Unfortunately, the common pattern for writing Python unit tests tends to not offer any of these advantages. Often times results in inefficient and unnecessarily obtuse testing code. Additionally, common uses of the mock library can often result in repetitive boiler-plate code or inefficiency during test runs. . exam aims to improve the state of Python test writing by providing a toolkit of useful functionality to make writing quick, correct and useful tests and as painless as possible. . This package installs the library for Python 2. Homepage: https://github.com/fluxx/exam Package: python-pytest-xdist Priority: optional Section: python Installed-Size: 130 Maintainer: Daniel Stender Architecture: all Source: pytest-xdist Version: 1.15.0-3~bpo8+1 Depends: python-execnet (>= 1.1), python-py, python-pytest, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/main/p/pytest-xdist/python-pytest-xdist_1.15.0-3~bpo8+1_all.deb Size: 29808 MD5sum: 7cbce402f392484e23771220c4f45b8b SHA1: 75bd73de635a0abba1ab513f5bb3d789a6f909e8 SHA256: 6a54c212b90ec71702e748c07ef72198f8c3b18c5f7838e274d0c11a218b34c6 SHA512: 733d96f8655d3bb0fb2825e81a5a00d0a2f1467fc9506b217a9fb06988b3ba2cc1bcc5c1413c32329a957b2b73aea01bb8248f11c8bb60a0dd8f9546924c989a Description: xdist plugin for py.test The pytest-xdist plugin extends py.test with some unique test execution modes: . * Looponfail: Run your tests repeatedly in a subprocess. After each run py.test waits until a file in your project changes and then re-runs the previously failing tests. This is repeated until all tests pass after which again a full run is performed. * Load-balancing: if you have multiple CPUs or hosts you can use those for a combined test run. This allows one to speed up development or to use special resources of remote machines. * Multi-Platform coverage: you can specify different Python interpreters or different platforms and run tests in parallel on all of them. . Before running tests remotely, py.test efficiently synchronizes your program source code to the remote place. All test results are reported back and displayed to your local test session. You may specify different Python versions and interpreters. . This package contains pytest-xdist for Python 2. Homepage: https://github.com/pytest-dev/pytest-xdist Enhances: python-pytest Package: python-zconfig Priority: optional Section: zope Installed-Size: 405 Maintainer: Debian/Ubuntu Zope Team Architecture: all Source: zconfig Version: 3.1.0-1~bpo8+1 Provides: python2.7-zconfig Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/main/z/zconfig/python-zconfig_3.1.0-1~bpo8+1_all.deb Size: 61688 MD5sum: 71daa9f488f324b54e38c528747ef40d SHA1: 0aa9e0e2d2b3b06167a4509e9ffd7cc09eb36571 SHA256: 5feb4c6b3ebfc4ecc2bbcc5498293905d739db71b88e47099f210fa7d68cd2c8 SHA512: 4db16ed67a224747e09d146470d50e3d4720f59a4341e929a9be0167bcd45ac7559735c68e554becf1553e686439dbb1f1d5c9724f3a54c144d58db1456f10e2 Description: Structured Configuration Library, for Python 2 ZConfig is a configuration library intended for general use. It supports a hierarchical schema-driven configuration model that allows a schema to specify data conversion routines written in Python. ZConfig's model is very different from the model supported by the ConfigParser module found in Python's standard library, and is more suitable to configuration-intensive applications. Homepage: https://pypi.python.org/pypi/ZConfig Package: python3-exam Priority: optional Section: python Installed-Size: 61 Maintainer: Debian Python Modules Team Architecture: all Source: exam Version: 0.10.5-2~bpo8+1 Depends: python3-mock, python3:any (>= 3.3.2-2~) Filename: pool/main/e/exam/python3-exam_0.10.5-2~bpo8+1_all.deb Size: 8400 MD5sum: 19168e69198f5d794e345cb4800159a8 SHA1: e7fd1489b786b8ea053b15f024debb281da40b16 SHA256: f5e5cb5e416d206491336ec0fae9b15393d95624d0817f1545b9ebf46a6cc7b6 SHA512: c57af14bc2900b9d70adbb1224128c5cad2496b6be1c2fc6100d401fa0e874703a43d6b6986c89087e79bba29d6264e14f912f9c364df76e8341bdca3a37397c Description: Python module to help write better tests Exam is a Python toolkit for writing better tests. It aims to remove a lot of the boiler plate testing code one often writes, while still following Python conventions and adhering to the unit testing interface. . Aside from the obvious "does the code work?", writings tests has many additional goals and benefits: . - If written semantically, reading tests can help demonstrate how the code is supposed to work to other developers. . - If quick running, tests provide feedback during development that your changes are working or not having an adverse side effects. . - If they're easy to write correctly, developers will write more tests and they will be of a higher quality. . Unfortunately, the common pattern for writing Python unit tests tends to not offer any of these advantages. Often times results in inefficient and unnecessarily obtuse testing code. Additionally, common uses of the mock library can often result in repetitive boiler-plate code or inefficiency during test runs. . exam aims to improve the state of Python test writing by providing a toolkit of useful functionality to make writing quick, correct and useful tests and as painless as possible. . This package installs the library for Python 3. Homepage: https://github.com/fluxx/exam Package: python3-flask-login Priority: optional Section: python Installed-Size: 89 Maintainer: Debian Python Modules Team Architecture: all Source: flask-login Version: 0.4.0-1~bpo8+1 Depends: python3-flask, python3:any (>= 3.3.2-2~) Suggests: python3-flask-login-doc Filename: pool/main/f/flask-login/python3-flask-login_0.4.0-1~bpo8+1_all.deb Size: 17146 MD5sum: 6a59f8472b4b3b81f26c251383df6432 SHA1: 04efe305c73349f3f27ca6eb38c43c116a73bc71 SHA256: b31508b36b24c289b86e00fbf69841688cd43b13c40a408bc8bc52d98669071e SHA512: c11c9fe85e58826043f8a222d983997fadf5c282b32bb7f73f677a6ad0e64f3faa567e0919b4bccef3dd4c6c19c74b638278d0ac4d6cbd4970771387e9bdf6e1 Description: user session management for Flask -- Python 3 module Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time. . Flask-Login is not bound to any particular database system or permissions model. The only requirement is that your user objects implement a few methods, and that you provide a callback to the extension capable of loading users from their ID. . This package provides the Python 3 module. Homepage: https://github.com/maxcountryman/flask-login Package: python3-flask-login-doc Priority: optional Section: doc Installed-Size: 159 Maintainer: Debian Python Modules Team Architecture: all Source: flask-login Version: 0.4.0-1~bpo8+1 Depends: libjs-sphinxdoc (>= 1.0) Suggests: python3-flask-login Filename: pool/main/f/flask-login/python3-flask-login-doc_0.4.0-1~bpo8+1_all.deb Size: 30212 MD5sum: e76e2c5c340c4785b654229aa6c75de4 SHA1: 035fd613c23d7dfcc19289efa5c3fb69fd209be8 SHA256: 02d6806d50a7952d52c8377787a185218a008cbf9d38ff580f0fba1c051f91e0 SHA512: 2162b1e00b17fb5fb6888cff561ea8124a8b83e7f5734920e84816407fa2ff2b02047c340849270ae4f1fbba98b2eefdef550887c9f0eb4192dc479d524fb503 Description: user session management for Flask -- documentation Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time. . This package provides the documentation. Homepage: https://github.com/maxcountryman/flask-login Package: python3-pytest-xdist Priority: optional Section: python Installed-Size: 130 Maintainer: Daniel Stender Architecture: all Source: pytest-xdist Version: 1.15.0-3~bpo8+1 Depends: python3-execnet, python3-py, python3-pytest, python3:any (>= 3.3.2-2~) Filename: pool/main/p/pytest-xdist/python3-pytest-xdist_1.15.0-3~bpo8+1_all.deb Size: 29856 MD5sum: a2e57f2ba34525f2d752c83751177a63 SHA1: e3ba6a69575b0b2b34a9a9986ad039d82ea9ed2c SHA256: 91eddf44afbb1c49e19b5e650f5f5632b80e34070c06eee789370be094b88b32 SHA512: 26ccbff207ad6b234f3045d6230c161d903400302b80f944fbedc6ca1b45845e51e9bc9e1034aba704b4b2d1b6816d07c8ec4b0b4414cdbd47107520cf368af9 Description: xdist plugin for py.test (Python 3) The pytest-xdist plugin extends py.test with some unique test execution modes: . * Looponfail: Run your tests repeatedly in a subprocess. After each run py.test waits until a file in your project changes and then re-runs the previously failing tests. This is repeated until all tests pass after which again a full run is performed. * Load-balancing: if you have multiple CPUs or hosts you can use those for a combined test run. This allows one to speed up development or to use special resources of remote machines. * Multi-Platform coverage: you can specify different Python interpreters or different platforms and run tests in parallel on all of them. . Before running tests remotely, py.test efficiently synchronizes your program source code to the remote place. All test results are reported back and displayed to your local test session. You may specify different Python versions and interpreters. . This package contains pytext-xdist for Python 3. Homepage: https://github.com/pytest-dev/pytest-xdist Enhances: python3-pytest Package: python3-zconfig Priority: optional Section: zope Installed-Size: 396 Maintainer: Debian/Ubuntu Zope Team Architecture: all Source: zconfig Version: 3.1.0-1~bpo8+1 Depends: python3:any (>= 3.3.2-2~) Filename: pool/main/z/zconfig/python3-zconfig_3.1.0-1~bpo8+1_all.deb Size: 60534 MD5sum: 2371938ba3a62fc10e77ed97f71215a4 SHA1: 54fe9e03194bcf5acc02550d62ea0dcb2d7f431e SHA256: 0196e84f7318be71e1fab7dd5fb931bdfe6261a6b94c90b10a22d3b37766e701 SHA512: a3b1df2771ce88d352ac843c45ed5014bd3b14b1f8a2064d3dfdc53e8f9e6f6e943484c5b8b3861d5d8a3e37edc5534efb6709a63c489e352861632aec43e87a Description: Structured Configuration Library, for Python 3 ZConfig is a configuration library intended for general use. It supports a hierarchical schema-driven configuration model that allows a schema to specify data conversion routines written in Python. ZConfig's model is very different from the model supported by the ConfigParser module found in Python's standard library, and is more suitable to configuration-intensive applications. Homepage: https://pypi.python.org/pypi/ZConfig Package: quatorzeheures Priority: optional Section: python Installed-Size: 84 Maintainer: Philippe Pepiot Architecture: all Version: 0.1.2-1~bpo8+1 Depends: alsa-utils, init-system-helpers (>= 1.18~), python (>= 2.7), python (<< 2.8), python2.7:any Filename: pool/main/q/quatorzeheures/quatorzeheures_0.1.2-1~bpo8+1_all.deb Size: 7330 MD5sum: b904475edd80b2203bd1ed8f5b086371 SHA1: 22b684a137f85cfbd582afe49dc07df41804249c SHA256: e28a5f5a80ac09602874ed23c0d1d1b30eb49d5fb93fcadd05a59286e2801bb6 SHA512: f635bf6bec4f5664f81f4d07cdea45e747aa4f57c18c7949531ed07c2017db6b95cd0be545abcca643f07030d31a6fd5bd023b3238854bc560a58936022fe975 Description: A MIDI to OSC gateway Homepage: https://github.com/philpep/quatorzeheures