python-format

1.0.2 • Public • Published

Build Status

python-format is implementation of Python's str.format. It works both in browser and in Node.js. If you want to use this in Node.js, just use npm install python-format in console.

var format = require('python-format')
console.log(format('Hello, {}!', 'world'))

If you want to use this in browser, download python-format.js, and if you want, pass it using your favorite JavaScript minifizer (I prefer UglifyJS, but you can use other minifizers).

For more details, see http://docs.python.org/py3k/library/stdtypes.html#str.format.

Changelog

1.0.2

  • Grouping of digits now works properly with @johnbellessa's patches.

1.0.1

  • -0 is returned instead of 0 when dealing with format('{:g}', -0).

1.0.0

  • First release

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i python-format

      Weekly Downloads

      82

      Version

      1.0.2

      License

      none

      Last publish

      Collaborators

      • glitchmr