You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-pyflakes-2.2.0-3.lbn25.noarch
Pyflakes is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any check on style.
RPMPackage python2-pydocstyle-1.1.1-1.lbn25.noarch
pydocstyle docstring style checker (formerly pep257)**pydocstyle** is a static analysis tool for checking compliance with Python docstring conventions.**pydocstyle** supports most of PEP 257 < out of the box, but it should not be considered a reference implementation.**pydocstyle** supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.Quick Start Install .. code:: pip install ...
RPMPackage python2-pycodestyle-2.6.0-1.lbn25.noarch
pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. It has a plugin architecture, making new checks easy, and its output is parseable, making it easy to jump to an error location in your editor.
RPMPackage python2-functools32-3.2.3.2-3.lbn25.noarch
Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
RPMPackage python2-asttokens-1.1.10-4.lbn25.noarch
The asttokens module annotates Python abstract syntax trees (ASTs) with the positions of tokens and text in the source code that generated them. This makes it possible for tools that work with logical AST nodes to find the particular text that resulted in those nodes, for example for automated refactoring or highlighting.
RPMPackage pydot-1.4.2-1.lbn25.noarch
An interface for creating both directed and non directed graphs from Python. Currently all attributes implemented in the Dot language are supported (up to Graphviz 2.16). Output can be inlined in Postscript into interactive scientific environments like TeXmacs, or output in any of the format's supported by the Graphviz tools dot, neato, twopi.
RPMPackage pyOpenSSL-16.2.0-1.lbn25.noarch
High-level wrapper around a subset of the OpenSSL library, includes among others * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes
RPMPackage python-ipaddress-1.0.16-3.lbn25.noarch
ipaddress provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks. The functions and classes in this module make it straightforward to handle various tasks related to IP addresses, including checking whether or not two hosts are on the same subnet, iterating over all hosts in a particular subnet, checking whether or not a string represents a valid IP address or network definition, and so on.
RPMPackage python-enum34-1.0.4-6.fc25.noarch
Python 3.4 introduced official support for enumerations. This is a backport of that feature to Python 3.3, 3.2, 3.1, 2.7, 2.5, 2.5, and 2.4. An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over. This module defines two enumeration classes that can be used to define unique sets of names and values: Enum and IntEnum. It also defines one decorator, unique, that ensures only unique member names are present in an enumeration.
RPMPackage python2-pep8-naming-0.8.2-1.lbn25.noarch
Check the PEP-8 naming conventions. This module provides a plugin for flake8, the Python code checker. (It replaces the plugin flint-naming for the flint checker.)
RPMPackage python2-flake8-polyfill-1.0.2-4.lbn25.noarch
flake8-polyfill is a package that provides some compatibility helpers for Flake8 plugins that intend to support Flake8 2.x and 3.x simultaneously.
RPMPackage python2-flake8-import-order-0.18-3.lbn25.noarch
Flake8 plugin for checking order of imports in Python code.
RPMPackage python2-flake8-3.8.4-1.lbn25.noarch
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script. It runs all the tools by launching the single flake8 script, and displays the warnings in a per-file, merged output. It also adds a few features: files that contain "# flake8: noqa" are skipped, lines that contain a "# noqa" comment at the end will not issue warnings, Git and Mercurial hooks are included, a McCabe complexity checker is included, and it is extendable through flake8.extension entry points.
RPMPackage python2-zc.lockfile-2.0-1.lbn25.noarch
The zc.lockfile package provides a basic portable implementation of interprocess locks using lock files. The purpose if not specifically to lock files, but to simply provide locks with an implementation based on file-locking primitives. Of course, these locks could be used to mediate access to other files. For example, the ZODB file storage implementation uses file locks to mediate access to file-storage database files. The database files and lock file files are separate files.
RPMPackage python2-zc.buildout-2.13.6-1.lbn25.noarch
Application-centric assembly and deployment *Assembly* runs the gamut from stitching together libraries to create a running program, to production deployment configuration of applications, and associated systems and tools (e.g. run-control scripts, cron jobs, logs, service registration, etc.).
RPMPackage python2-yui-1.1.2-1.lbn25.x86_64
This package provides Python language bindings to access functions of libyui. An User Interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses).
RPMPackage python2-xmltodict-0.12.0-1.lbn25.noarch
xmltodict is a Python module that makes working with XML feel like you are working with JSON. It's very fast (Expat-based) and has a streaming mode with a small memory footprint, suitable for big XML dumps like Discogs or Wikipedia.
RPMPackage python2-werkzeug-1.0.1-1.lbn25.noarch
Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).
RPMPackage python2-webtest-2.0.35-1.lbn25.noarch
WebTest wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. This provides convenient full-stack testing of applications written with any WSGI-compatible framework.
RPMPackage python2-webob-1.8.7-1.lbn25.noarch
WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment.