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
ITC

ITC 0.3.3

The library breaks the iTunes file (.itc) down into pieces and retrieves any image file format it founds.It automatically detect PNG, JPG and ARGB images.An output folder can optionally be specified.What is new in this release:Removed shebang line in...

read more
pyformat

pyformat 0.5.7

pyformat takes Python code and formats it according to a collection of preset rules.These formatting rules include, but are not limited to:PEP 8 style guidesPEP 257 style guidesRemoves unused importsUse same quotation characters in all filesWhat is new in...

read more

By default, all Django applications come with a backend panel, a dashboard only accessible to admins, since the data presented there is quite sensitive.For the frontend section of the Django site/app there's no user dashboard utility, unless you're...

read more

The IP2Location Python Library works with both versions of the IP2Location database, free and commercial, and also with both versions of the IP protocol, IPv4 and IPv6.The library allows developers to create Python applications capable of connecting...

read more
mpmath

mpmath 0.19

It provides an extensive set of unlimited exponent sizes, transcendental functions, complex numbers, interval arithmetic, numerical integration and differentiation, root-finding, linear algebra, and much more.Almost any calculation can be performed just...

read more
wadllib

wadllib 1.3.2

WADL stands for the 'Web Application Description Language', an XML vocabulary for describing the capabilities of HTTP resources.wadllib can be used in conjunction with an HTTP library to navigate and manipulate those resources.What is new in this...

read more
PyTables

PyTables 3.2.0

PyTables is built on top of the HDF5 library and the numarray Python package.It holds an OO interface that, combined with C-generated code from Cython increases overall speed.Features:Easy to use Support for the NaturalNaming scheme Easy access to the...

read more