You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-raptus-article-addthis-1.0-1.lbn36.noarch
.. contents::Introduction Shows addthis_ links below the article's text... _addthis: code will be wrapped in divraptus-article-addthis for including the addthis code with diazo. If the component is activated (and addthis_active is set to True in the raptus properties (see Configuration_) the addthis buttons are shown below the text.Configuration First register at addthis_ and get the most...
RPMPackage python2-random2-1.0.1-1.lbn36.noarch
CHANGES 1.0.1 (2013-03-15) - Fix setup.py so that an install of the package will actually work. 1.0.0 (2013-03-06) - Initial PyPI release.Random 2 This package provides a Python 3 ported version of Python 2.7's random module. It has also been back-ported to work in Python 2.6.In Python 3, the implementation of randrange() was changed, so that even with the same seed you get different sequences...
RPMPackage python2-pytz-2022.1-1.lbn36.noarch
pytz - World Timezone Definitions for Python :Author: Stuart Bishop <stuart@stuartbishop.net>Introduction pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time, which you can read more about in the Python Library Reference...
RPMPackage python2-pytz-2022.1-1.lbn36.noarch
pytz - World Timezone Definitions for Python :Author: Stuart Bishop <stuart@stuartbishop.net>Introduction pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time, which you can read more about in the Python Library Reference...
RPMPackage python2-pytest-random-0.02-1.lbn36.noarch
UNKNOWN
RPMPackage python2-pytest-cover-3.0.0-1.lbn36.noarch
 
RPMPackage python2-pyscss-1.4.0-1.lbn36.x86_64
pyScss, a Scss compiler for Python |build-status| |coverage|.. |build-statu .. |coverag pyScss is a compiler for the Sass_ language, a superset of CSS3 that adds programming capabilities and some other syntactic sugar... _Sass: -You need Python 2.6+ or 3.3+. PyPy is also supported.Installation:: pip install pyScssUsage::
RPMPackage python2-pyrepl-0.9.0-1.lbn36.noarch
pyrepl is a Python library, inspired by readline, for building flexible command line interfaces, featuring: * sane multi-line editing * history, with incremental search * completion, including displaying of available options * a fairly large subset of the readline emacs-mode keybindings * a liberal, Python- style, license * a new python top-level.
RPMPackage python2-pyprof2calltree-1.4.5-1.lbn36.noarch
Script to help visualize profiling data collected with the cProfile Python module with the kcachegrind_ (screenshots_) graphical calltree analyser.This is a rebranding of the venerable script by David Allouche et Al. It aims at making it easier to distribute (e.g. through PyPI) and behave more like the scripts of the debian kcachegrind-converters_ package. The final goal is to make it part of...
RPMPackage python2-pyparsing-2.4.7-1.lbn36.noarch
PyParsing -- A Python Parsing Module |Build Status|Introduction The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.*[Since first writing this description of...
RPMPackage python2-pylons-sphinx-themes-1.0.13-1.lbn36.noarch
Pylons Sphinx Themes This repository is a Python package that contains Sphinx themes for Pylons related projects. This project is based on Pylons Sphinx Theme < (singular), but uses a package implementation instead of git submodules and manual steps.To use a theme in your Sphinx documentation, follow this guide. Edit your project's setup.py -- . Add pylons-sphinx-themes to your project's...
RPMPackage python2-pylons-sphinx-latesturl-0.2-1.lbn36.noarch
pylons_sphinx_latesturl README This package is a Sphinx extension: it adds a latest_url key to the Sphinx template namespace for use in for a versioned document sets.Please see docs/narr.rst for detailed documentation. pylons_sphinx_latesturl Changelog 0.2 (2016-02-18) -- When RTD is building json output the context is missing the file_suffix option but it seems safe to assume .html::...
RPMPackage python2-pygments-github-lexers-0.0.5-1.lbn36.noarch
UNKNOWN
RPMPackage python2-pygithub-1.47-1.lbn36.noarch
(Very short) Tutorial First create a Github instance:: from github import Github using username and password g Github("user", "password") or using an access token g Github("access_token")Then play with your Github objects:: for repo in g.get_user().get_repos(): print(repo.name) repo.edit(has_wikiFalse)Reference documentation See
RPMPackage python2-pycrypto-2.6.1-1.lbn36.x86_64
Python Cryptography Toolkit (pycrypto) ====================================== This is a collection of both secure hash functions (such as SHA256 and RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.). The package is structured to make adding new modules easy. This section is essentially complete, and the software interface will almost certainly not change in...
RPMPackage python2-pyasn1-modules-0.1.5-1.lbn36.noarch
A collection of ASN.1 modules expressed in form of pyasn1 classes. Includes protocols PDUs definition (SNMP, LDAP etc.) and various data structures (X.509, PKCS etc.).
RPMPackage python2-pyasn1-0.3.7-1.lbn36.noarch
Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)
RPMPackage python2-py-make-0.1.1-1.lbn36.noarch
|PyPI-Status| |PyPI-Versions||Build-Status| |Coverage-Status| |Branch-Coverage- Status| |Codacy-Grade| |Libraries-Rank||DOI-URI| |LICENCE| |OpenHub-Status| |Gift-Casper| Bring basic Makefile support to any system with Python.Inspired by work in tqdm < install then execute pymake in a directory containing a Makefile.pymake works on any platform (Linux, Windows, Mac, FreeBSD,...
RPMPackage python2-ps-plone-realestatefont-0.4-1.lbn36.noarch
Real Estate icon font .. contents:: Table of Contents Life, the Universe, and Everything -ps.plone.realestatefont is an icon font of svg based icons. It is intended to use with Propertyshelf_'s MLS embedding.Mostly Harmless :target:
RPMPackage python2-ps-plone-mlstiles-1.2.1-1.lbn36.noarch
ps.plone.mlstiles Plone add-on which extends the Propertyshelf_ MLS Embedding_ with tiles for collective.cover_.Read the full documentation at < Mostly Harmless