py-bcrypt

py-bcrypt 0.4

Blowfish is a keyed, symmetric block cipher, created by Bruce Schneier. py-bcrypt utilizes the Blowfish cipher for encrypting password strings inside Python-based applications.What is new in this release:Can also be used as a Key Derivation Function (KDF)...

py

py 1.4.20

The "py" package contains various libraries for:- file path manipulation- API control- lazy-importing- logging- INI parsing- IO capturing- XML generation- HTML generation- Python code generationWhile you cannot call "py" a framework yet, the package is on...

read more

Creole is a lightweight markup language for formatting wiki text, aimed at being a common markup language for wikis, enabling and simplifying the transfer of content between different wiki engines.No external libraries are needed.Features:cursor-pointer"...

read more
ISBNid

ISBNid 0.4.0

ISBNid allows developers to easily work with ISBN (International Standard Book Number) codes without having to read the entire standard and then create a special validator for these kind of IDs.The library comes with built-in functions that allow...

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
pyspotify

pyspotify 1.12 / 2.0.0b5 updated

The Python module wraps Spotify's libspotify C library.What is new in this release:Bug fixes: Calling spotify.PlaylistFolder.is_loaded() would cause a double free(), and thus a segfault. What is new in version 1.12 / 2.0.0b4:Bug fixes: Calling...

read more
PyEnchant

PyEnchant 1.6.6

PyEnchant is a set of utilities that will allow developers to add quick spell-checking support for their Python code, querying a local Enchant installation for proper grammar and spelling information.Spelling corrections and suggestions are also...

read more
PyTTY

PyTTY 0.4

TTY is a generic term for any computer data terminal or associated serial interface.The module allows to use TTY connections from Python for serial access.What is new in this release:Added baudrate to __str__ and __repr__ output. Added TTY.__repr__ and...

read more
GitMon

GitMon 0.3.4

When a change has been detected in a Git repo, a Growl notification will be displayed.Requirements:Python 2.6 or higher py_Growl 0.0.7 or higher gitpython 0.2.9 or higher Git Limitations:When there is a large number of changes, Growl notifications may...

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...