You are here: Home

Modified items

All recently modified items, latest first.
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
RPMPackage python2-ps-plone-mls-0.17-1.lbn36.noarch
ps.plone.mls Propertyshelf_ MLS Plone Embedding.Read the full documentation at < Mostly Harmless :target:
RPMPackage python2-ps-plone-fotorama-4.6.4.3-1.lbn36.noarch
ps.plone.fotorama Fotorama slideshow for Plone. Mostly Harmless .. image::
RPMPackage python2-ps-diazo-vanilla-1.5.1-1.lbn36.noarch
Propertyshelf Vanilla Theme This installable Diazo Theme product delivers a general and mobile-ready implementation of a html5 template for Plone with activated Listing embedding tools. It is intended to deliver a library of standard features, which can be re-used in different customized variations.Platform - Plone CMS > 4.3Features - mobile-ready - configurable via Diazo Parameters -...
RPMPackage python2-ps-diazo-realia-0.14.1-1.lbn36.noarch
Propertyshelf Realia Theme This installable Plone product enables a Diazo implementation of the mobile-ready HTML5 theme, based on the popular Realia Theme.Platform - Plone 4.x (Plone > 4.3 recommended) - requires plone.app.theming - requires Diazo supportSupports - mobile-ready - Html5, CSS3 - use as Zip Upload - Propertyshelf's listing embedding solutionsSetup Steps --If the theme is...
RPMPackage python2-prompt-toolkit-1.0.18-1.lbn36.noarch
Python Prompt Toolkit |Build Status| |PyPI|prompt_toolkit is a library for building powerful interactive command lines and terminal applications in Python.Read the documentation on readthedocs < < is an interactive Python Shell, build on top of prompt_toolkit... image :: prompt_toolkit features ***********************prompt_toolkit could be a replacement for GNU readline
RPMPackage python2-progress-1.5-1.lbn36.noarch
Easy progress reporting for Python |pypi||demo|.. |pyp .. |dem -There are 7 progress bars to choose from:- Bar - ChargingBar - FillingSquaresBar - FillingCirclesBar - IncrementalBar - PixelBar - ShadyBarTo use them, just call next to advance and finish to finish:.. code-block:: python from progress.bar import Bar bar Bar('Processing', max20) for i in range(20):
RPMPackage python2-products-zsyncer-1.0.3-1.lbn36.noarch
ZSyncer ZSyncer also allows you to see at a glance which objects are out-of- sync.ZSyncer also allows you to view a diff against the destination object, for many types of objects. The Subversion repository from which these releases are made can be found here:
RPMPackage python2-products-zsqlmethods-3.9-1.lbn36.noarch
:target:
RPMPackage python2-products-zserverviews-0.2.0-1.lbn36.noarch
Introduction This Zope add-on product provides for easy configuration of ZServer Views.It was authored by Leonardo Rochael Almeida, and sponsored by OpenMultimedia.A ZServer View is a (supposedly) small and fast WSGI_ application that runs directly from within the ZServer thread (a.k.a. medusa thread).This means that a ZServer View will run even if all Zope worker-threads are busy handling...
RPMPackage python2-products-zopeversioncontrol-3.0.0-1.lbn36.noarch
Zope Version Control for the Zope application server.Changelog 2.0.0 (2020-03-09) Breaking changes:- Drop support for Python 3.4.New features:- Add support for Python 3.7 and 3.8.Bug fixes:- Added compatibility with Zope 5 by not registering for the help system.- Fix for retaining order of ordered folders upon cloning.- Fix for data error encountered when dealing with data imported by ZEXP...
RPMPackage python2-products-zopeversioncontrol-3.0.0-1.lbn36.noarch
Zope Version Control for the Zope application server.Changelog 2.0.0 (2020-03-09) Breaking changes:- Drop support for Python 3.4.New features:- Add support for Python 3.7 and 3.8.Bug fixes:- Added compatibility with Zope 5 by not registering for the help system.- Fix for retaining order of ordered folders upon cloning.- Fix for data error encountered when dealing with data imported by ZEXP...
RPMPackage python2-products-zodbmountpoint-1.0-1.lbn36.noarch
:target:
RPMPackage python2-products-zctextindex-4.0.3-1.lbn36.noarch
This distribution used to contain a full text indexing facility for Zope and more specifically for Products.ZCatalog.The code was moved directly into the Products.ZCatalog distribution, leaving behind an empty distribution shell.Changelog 4.0.3 (2019-02-17) - Specify supported Python versions using python_requires in setup.py (Zope481 < Dropped support for Python 3.4 as Zope does not support...