You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-javapackages-4.7.0-5.lbn19.noarch
Module for handling, querying and manipulating of various files for Java packaging in Linux distributions
RPMPackage python3-itsdangerous-0.24-6.lbn19.noarch
Itsdangerous is a Python 3 library for passing data through untrusted environments (for example, HTTP cookies) while ensuring the data is not tampered with. Internally itsdangerous uses HMAC and SHA1 for signing by default and bases the implementation on the Django signing module. It also however supports JSON Web Signatures (JWS).
RPMPackage python3-isodate-0.5.4-2.lbn19.noarch
This module implements ISO 8601 date, time and duration parsing. The implementation follows ISO8601:2004 standard, and implements only date/time representations mentioned in the standard. If something is not mentioned there, then it is treated as non existent, and not as an allowed option. For instance, ISO8601:2004 never mentions 2 digit years. So, it is not intended by this module to support 2 digit years. (while it may still be valid as ISO date, because it is not explicitly forbidden.) Another example is, when no time zone information is given for a time, then it should be interpreted as local time, and not UTC. As this module maps ISO 8601 dates/times to standard Python data types, like date, time, datetime and timedelta, it is not possible to convert all possible ISO 8601 dates/times. For instance, dates before 0001-01-01 are not allowed by the Python date and datetime classes. Additionally fractional seconds are limited to microseconds. That means if the parser finds for instance nanoseconds it will round it to microseconds.
RPMPackage python3-iso8601-0.1.11-2.lbn19.noarch
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
RPMPackage python3-iniparse-0.4-19.lbn19.noarch
iniparse is an INI parser for Python 3 which is API compatible with the standard library's configparser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use.
RPMPackage python3-idna-2.0-1.lbn19.noarch
A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891 <http://tools.ietf.org/html/rfc5891>. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. The library is also intended to act as a suitable drop-in replacement for the "encodings.idna" module that comes with the Python standard library but currently only supports the older 2003 specification.
RPMPackage python3-hypothesis-3.4.2-1.lbn19.noarch
Hypothesis Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less .. codeblock:: python @given(st.lists( st.floats(allow_nanFalse, allow_infinityFalse), min_size1)) def test_mean(xs): ...
RPMPackage python3-httpretty-0.8.3-6.lbn19.noarch
Once upon a time a python developer wanted to use a RESTful API, everything was fine but until the day he needed to test the code that hits the RESTful API: what if the API server is down? What if its content has changed? Don't worry, HTTPretty is here for you.
RPMPackage python3-httplib2-0.9.2-2.lbn19.noarch
A comprehensive HTTP client library that supports many features left out of other HTTP libraries.
RPMPackage python3-html5lib-0.9999999-1.lbn19.noarch
A python based HTML parser/tokenizer based on the WHATWG HTML5 specification for maximum compatibility with major desktop web browsers.
RPMPackage python3-hawkey-0.6.3-2.lbn19.x86_64
Python 3 bindings for the hawkey library.
RPMPackage python3-gunicorn-19.4.5-1.lbn19.noarch
Gunicorn ("Green Unicorn") is a Python WSGI HTTP server for UNIX. It uses the pre-fork worker model, ported from Ruby's Unicorn project. It supports WSGI, Django, and Paster applications.
RPMPackage python3-gobject-3.16.2-1.lbn19.x86_64
The python3-gobject package provides a convenient wrapper for the GObject library and and other libraries that are compatible with GObject Introspection, for use in Python 3 programs.
RPMPackage python3-fn-0.4.3-1.lbn19.noarch
Despite the fact that Python is not pure-functional programming language, it's a multi-paradigm PL and it gives you enough freedom to take credits from functional programming approach. There are theoretical and practical advantages to the functional style: - Formal provability - Modularity - Composability - Ease of debugging and testing Fn.py library provides you with missing "batteries" to get maximum from functional approach even in mostly-imperative program.
RPMPackage python3-flexmock-0.10.2-2.lbn19.noarch
Flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes. The API is inspired by a Ruby library of the same name, but Python flexmock is not a clone of the Ruby version. It omits a number of redundancies in the Ruby flexmock API, alters some defaults, and introduces a number of Python-only features.
RPMPackage python3-flask-0.10.1-8.lbn19.noarch
Flask is called a “micro-framework” because the idea to keep the core simple but extensible. There is no database abstraction layer, no form validation or anything else where different libraries already exist that can handle that. However Flask knows the concept of extensions that can add this functionality into your application as if it was implemented in Flask itself. There are currently extensions for object relational mappers, form validation, upload handling, various open authentication technologies and more.
RPMPackage python3-flake8-2.5.4-1.lbn19.noarch
Flake8 is a wrapper around PyFlakes, pep8, 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. This is version of the package running with Python 3.
RPMPackage python3-factory-boy-2.7.0-1.lbn19.noarch
factory_boy =========== .. image:: https://secure.travis- ci.org/rbarrois/factory_boy.png?branch=master :target: http://travis- ci.org/rbarrois/factory_boy/ .. image:: https://img.shields.io/pypi/v/factory_boy.svg :target: http://factoryboy.readthedocs.org/en/latest/changelog.html :alt: Latest Version .. image:: https://img.shields.io/pypi/pyversions/factory_boy.svg :target: ...
RPMPackage python3-enchant-1.6.6-1.lbn19.noarch
PyEnchant is a spellchecking library for Python 3, based on the Enchant library by Dom Lachowicz.
RPMPackage python3-easy-thumbnails-2.3-1.lbn19.noarch
=============== Easy Thumbnails =============== .. image:: https://secure .travis-ci.org/SmileyChris/easy-thumbnails.png?branch=master :alt: Build Status :target: http://travis-ci.org/SmileyChris/easy-thumbnails A powerful, yet easy to implement thumbnailing application for Django 1.4+ Below is a quick summary of usage. For more comprehensive information, view the `full ...