|
Written in pure Python, it's a wrapper for the Twitter API.
The library even implements the OAuth 1.0 authentication methods.
For versions before Python 2.6, the simplejson library needs to be loaded as well.
Via: Twython 2.6.0
|
Written in pure Python, it's a wrapper for the Twitter API.
The library even implements the OAuth 1.0 authentication methods.
For versions before Python 2.6, the simplejson library needs to be loaded as well.
|
Includes many classes for interacting with the API.
Here are some key features of "PyGithub":
· Authenticate
· User details
· Repo details
· Get watching details
· Get following details
· Get an organization's details
· Fetch collaboration and contributor details
· Fork details
· Team details
· Support for tags, commits, trees, blobs, references
What's New in This Release: [ read full changelog ]
· Fix for Python 3 on case-insensitive file-systems.
· Expose raw data returned by Github for all objects.
· Added a property Github.per_page (and a parameter to the constructor) to change the number of items requested in paginated requests.
|
The module was included as part of pywin32 version 211 and later.
Here are some key features of "ADODBAPI":
· Tested using ACCESS, MS SQL, MySQL and PostgreSQL.
· Can retrieve SQL data by column name or number.
· Change paramstyle to 'qmark', 'format', or 'named'.
· 100% DB-API 2.0 compliant.
· Includes pyunit testcases that describe how to use the module.
· Fully implemented in Python. -- runs in Python 2.3+ Python 3.0+ and IronPython 2.6+
· Supports eGenix mxDateTime, Python 2.3 datetime module and Python time module.
· Supports user-definable system-to-Python data convertion functions (selected by ADO data type, or by column)
Requirements:
· Python 2.3 or higher
· IronPython 2.6 or higher
What's New in This Release: [ read full changelog ]
· Extensively reworked test folder (easier to test Python 3.3) creates and uses temporary folder
· Bug Fix for data type adGUID (from Allan "alkamo")
· Bug Fix for odd-length BINARY objects (from Pawel Jasinski) [also reduces traffic to server]
· New module adodbapi.is64bit: is64bit.Python() --> boolean is64bit.os() --> boolean
· New module adodbapi.schema_table: call using schema_table.names(anOpenConnection) --> list of tables in db.
· New improved /examples folder showing SQL used for ACCESS db and Excel .xls files.
|
A cache system allows a more speedy page delivery for WordPress blog, increasing page speed and performance.
Installation instructions are provided with the plugin's README file.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Requirements:
· WordPress 3 or higher
What's New in This Release: [ read full changelog ]
· Little fix on foreach instructions.