Shapely

Shapely 1.5.8 updated

It was designed especially for developers working with cutting edge geographic and geometric data in information systems.It is not concerned with data formats or coordinate systems.It is based on the widely deployed GEOS (the engine of PostGIS) and JTS...

Werkzeug

Werkzeug 0.10.4 updated

WSGI stands for Web Server Gateway Interface and defines a simple and universal interface between web servers and web applications or frameworks for the Python programming language. Werkzeug is a collection of various utilities for WSGI applications in...

read more
lxml

lxml 3.4.4 updated

lxml combines the speed of those libraries with the simplicity of the Python language.Compatible with all CPython versions from 2.4 to 3.2.What is new in this release:lxml.html.iterlinks now returns links inside meta refresh tags. New XMLParser option...

read more
Enstaller

Enstaller 4.8.4 updated

It is a replacement and backwards compatible with Easy Install, and includes the easy_install command and the setuptools package.It lets users easily manage Python packages on their system. It also adds the package management tool enpkg for installing,...

read more
geopy

geopy 1.9.1

geopy uses third-party geocoders to convert data like addresses, cities, towns, countries, etc. into geographical coordinates that can easily be plotted on a World map representation.The conversion goes both ways, from address to coordinates and vice...

urllib3

urllib3 1.10.4 updated

The Python community has already created and shared to libraries for working with URLs and HTTP connections.These are urllib and urllib2. While both good at what they do, they actually have nothing in common with each other, and with urllib3...

read more
configs

configs 3.0.2

INI files are usually used by developers to store general application settings.Parsing those files ensures a remote/third-party program can read another software's settings.These settings can then be imported and used somewhere else with ease.The...

Doit

Doit 0.26.0

In doit, unlike other build-tools, a task doesn't define a target file to use the execute command if not up-to-date.This makes doit specially suitable for running a sub-set of test suites.Like most build tools is used to execute tasks defined in a...

mwlib.epub

mwlib.epub 0.14.3

epub is a free and open e-book standard by the International Digital Publishing Forum (IDPF).This library is intended for programmers or developers working on wiki systems supporting the MediaWiki synthax or web-designers parsing and transforming...

simplekml

simplekml 1.2.5

KML stands for Keyhole Markup Language, a XML notation for recording  geographic locations and other specific annotations and data.KML, also known as KMZ sometimes, is used generally with mobile devices and has become a non-official standard for most...