pycoin

pycoin 0.52

The pycoin module was created to help programmers in adding Bitcoin support for their ecommerce applications.The module is actually a collection of Python utilities that provide ready-made, secure methods of handling the Bitcoin crypto-currency.This...

read more
nbt2yaml

nbt2yaml 0.3.0

Minecraft NBT files are special GZIP files for storing various round facets about the Minecraft game.This module allows developers to read and even write to those files via the Python CLI.The module simply parses the file and converts read data to an...

read more

The django-bootstrap-themes package simply helps developers skin Django projects via the successful Bootstrap CSS frontend UI framework.This will enable them to take full advantage of one of the most powerful and well-supported UI frameworks...

IMDbPY

IMDbPY 5.0

Platform-independent and written in pure Python (and few C lines), it can retrieve data from both the IMDb's web server and a local copy of the whole database. IMDbPY package can be very easily used by programmers and developers to provide access to the...

read more

The module can be used on any OS, being written in pure Python. python-registry currently provides read-only access to Windows Registry files (NTUSER.DAT, userdiff, and SAM).Usage instructions are provided in the package's README...

read more
PyOEmbed

PyOEmbed 0.1.2

oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the...

read more
Blackbox

Blackbox 0.7.1

The library holds various methods for calling an IRC objects that contains the socket object.It basically acts like a low level interface between Python-based websites/apps and the IRC protocol.It is mainly meant to be used in bots, but can of course be...

read more
docx2html

docx2html 0.2.3

docx2html takes OOXML valid .docx files and rewrites their content as a HTML page.All produced HTML code is standards compliant and free of any Word-specific formatting syntax.For now docx2html just extracts the content of the .docx file, with few...