Slugger

Slugging done right. Tries to support close to 300 languages.
Download

Slugger Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Marc Brinkmann
  • Publisher web site:
  • http://marcbrinkmann.de

Slugger Tags


Slugger Description

Slugger is a Python tool that solves the "simple" problem of turning a title like *Headless body in topless bar* into a slug: *headless-body-in-topless-bar*.Criterias of what makes a good slug vary, but most often they are required to have a maximum length a reduced character set that is highly URL-friendly.UsageDetailed docs are still missing. Here is a quick example:: from slugger import Slugger s = Slugger('de', hanlang='ja') print s.sluggify(u'Hellö & Wörld 漢字')This will print ``helloe-und-woerld-kan-ji``. The Slugger class itself supports a number of construction options, see ``slugger/__init__.py`` for details.You should not rely on Slugger generating the same slug across different versions, as the goal of this library is to steadily improve, either through better underlying libraries or fixes in Slugger itself.InstallationYou cannot use Slugger straight from a checkout of the repository, as *glibc*-localedata has to be parsed and pickled first. When installing a release from PyPi, this data is already included.Product's homepage


Slugger Related Software