You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage Products.BastionBanking-BarclayCard-4.2.3-2.lbn19.noarch
BarclayCard ePDQ Internet Merchant Service
RPMPackage Products.BastionBanking-5.0.0-1.lbn25.noarch
Zope Banking tools and API's, including our ZCurrency class.
RPMPackage Products.PMOBoss-4.2.4-2.lbn19.noarch
Program Management Office
RPMPackage python2-botocore-1.4.49-1.lbn19.noarch
A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.
RPMPackage python2-boto3-1.4.0-1.lbn19.noarch
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.
RPMPackage python-linkedin-0.1.5-2.lbn19.noarch
from linkedin import * *Get an authorization url for your user* l = LinkedinAPI(api_key='*your app key*', api_secret='*your app secret*', callback_url='http://www.example.com/callback/', permissions=["r_network"]) auth_props = l.get_authentication_tokens() auth_url = auth_props['auth_url'] oauth_token_secret = auth_props['oauth_token_secret'] print 'Connect with LinkedIn via: %s' % auth_url If you leave callback_url blank, you can get the oauth_verifier from the web browser. It is a five-digit integer. The permissions parameter is optional. It can be a list or string. The [list of permissions](https://developer.linkedin.com/documents/authentication) is in the LinkedIn API documentation. Once you click "Allow" be sure that there is a URL set up to handle getting finalized tokens and possibly adding them to your database to use their information at a later date. \n\n' oauth_token = *Grab oauth token from URL* oauth_verifier = *Grab oauth verifier from URL* l = LinkedinAPI(api_key='*your app key*', api_secret='*your app secret*', oauth_token=oauth_token, oauth_token_secret=session['linkedin_session_keys']['oauth_token_secret']) authorized_tokens = l.get_access_token(oauth_verifier) final_oauth_token = authorized_tokens['oauth_token'] final_oauth_token_secret = authorized_tokens['oauth_token_secret'] l = LinkedinAPI(api_key = '*your app key*', api_secret = '*your app secret*', oauth_token=final_tokens['oauth_token'], oauth_token_secret=final_tokens['oauth_token_secret']) profile = l.get('people/~', fields='first-name,last-name') print profile search = l.get('people-search', params={'keywords':'Hacker'}) print search feed = l.get('people/~/network/updates') print feed share_content = { "comment": "Posting from the API using JSON", "content": { "title": "A title for your share", "submitted-url": "http://www.linkedin.com", "submitted-image-url": "http://lnkd.in/Vjc5ec" }, "visibility": { "code": "anyone" } } share_update = l.post('people/~/shares', params=share_content) print share_update
RPMPackage Products.TextIndexNG-3.4.14-1.lbn25.noarch
Features: * DocumentConverters * StemmerSupport for 13 languages * SimilaritySearch for english text (based on the Levenshtein distance) * NearSearch, * PluggableParsers * extended StopWords support * full integration in ZCatalog * TestFunctionality through ZMI * ExtensibleArchitecture * being MoreEfficient than the current !TextIndex * full globbing support (wildcard search) * NormalizationSupport (e.g. reducing accented characters to their base form) * full UnicodeAwareness * Relevance ranking of search results added. Searches are now ranked using an extended cosine measure. The cosine measure is based on a vector model and calculates the document "score" based on the frequency of the query terms inside the document result set. * Much faster phrase/near search: the old implementation of TextIndexNG had to perform a very expensive job at query time when phrase/near search was performed. Re-using the !WidCode module of !ZCTextIndex made this operation less expensive. * Left-truncation added: TextIndexNG can be configured creation-time time to support left-truncation (means you can search for "*suffix") Left-truncation is an option because this feature requires a second reverted index inside the lexicion and much more memory! * optional auto-expansion support: This optional feature allows you to get better search results when some of the query terms could not be found. The index expands a query term "foo" to "foo*" if there was no hit for "foo". This expansion is currently global for the index. This feature will be available on a per-query basis in a later version. (Auto-expansion will be extended in a later version to search for similiar terms) * improved HTML converter: now using Chris Withers "Strip-o-Gram" module instead of the Strip-Tag-Parser * added converter for text/sgml * Similarity search (soundex, metaphone, doublemetaphone) dropped and replace with a more general approach and language indepedant approach using the Levenshtein distance. * range searches like "Fi..Foo" * substring searches "substring"
RPMPackage Products.BastionAnalyst-4.0.7-2.lbn19.noarch
Research/Analyst/polling products
RPMPackage python-pmoproject-msprojectlxml-2.4.1-4.lbn19.noarch
MSProject XML parser which just chunks the uninteresting stuff
RPMPackage python-pmoproject-msprojectlite-2.4.1-4.lbn19.noarch
MSProject XML parser which just chunks the uninteresting stuff
RPMPackage python-pmoproject-msproject-2.4.1-4.lbn19.noarch
MSProject XML parser which converts an entire project into pythonesque structures. The parser recognises 2003, 2007, and 2010 MSProject formats.
RPMPackage python-pmoproject-2.4.1-4.lbn19.noarch
This suite forms the pure Python base classes for projects and project-related classes within the PMOBoss suite. Everything known (and knowable) about a pmoproject is contained within the base classes in this module. The parsers directory contains parser classes which are responsible for taking file types and translating these into the base classes. The reason that this library is pure Python is because we want to be able to reliably test all the attributes of this base and to test that parser's indeed rend these properly. The test directory contains the regression/unit testing suite for these classes, and the codegen directory contains some useful scripts to autogenerate python code stubs for other Zope and Plonish applications.
RPMPackage Products.AMCharts-4.0.3-2.lbn19.noarch
AmCharts is a set of Flash charts for your websites and Web-based products. AmCharts can extract data from simple CSV or XML files, or they can read dynamic data generated with PHP, .NET, Java, Ruby on Rails, Perl, ColdFusion, and many other programming languages.
RPMPackage python2-zope.untrustedpython-4.0.0-1.lbn19.noarch
Untrusted python libraryCHANGES 4.0.0 (2013-02-12) - Test coverage at 100%.- Package extracted from zope.security, preserving revision history
RPMPackage python2-zope.location-4.2-1.lbn19.noarch
zope.location :target:
RPMPackage zopyx.txng3.ext-3.4.1-1.lbn25.x86_64
Helper modules for TextIndexNG3 (Snowball stemmer, normalizer, splitter, etc.)
RPMPackage zopyx.txng3.core-3.6.2-1.lbn25.noarch
TextIndexNG3 core implementation
RPMPackage zopyx.smartprintng.server-1.1.2-2.lbn19.noarch
A Pyramid based server implementation for the SmartPrintNG framework. The SmartPrintNG server is part of the SmartPrintNG web-to-print solution of ZOPYX.
RPMPackage zopyx.smartprintng.plone-2.1.26-3.lbn19.noarch
Produce & Publisher server integration with Plone
RPMPackage zopyx.smartprintng.core-2.0.0-2.lbn19.noarch
This package contains the refactored code-base of the SmartPrintNG product for Plone