namedentities

Software Screenshot:
namedentities
Software Details:
Version: 1.6.0
Upload Date: 14 Apr 15
Developer: Jonathan Eunice
Distribution Type: Freeware
Downloads: 11

Rating: nan/5 (Total Votes: 0)

namedentities is a simple way to convert numeric HTML entities to far more readable named entities.

Installation

pip install namedentities

Failing that, fall back to the older approach:

easy_install namedentities

(You may need to begin these with "sudo " to authorize installation.)

NOTA BENE Code runs successfully under Python 3, but packaging seemingly doesn't work as yet.

Usage

Python 2:

from namedentities import named_entities

u = u'both em\u2014and–dashes…'
print named_entities(u)


Python 3:

from namedentities import named_entities

u = 'both em\u2014and–dashes…'
print(named_entities(u))

Requirements:

  • Python

Similar Software

EDIReader
EDIReader

3 Jun 15

Mini-XML
Mini-XML

17 Feb 15

Parm
Parm

17 Feb 15

Other Software of Developer Jonathan Eunice

mdx_smartypants
mdx_smartypants

14 Apr 15

Comments to namedentities

Comments not found
Add Comment
Turn on images!