Skip to main content

Human friendly output for text interfaces using Python

Project description

https://travis-ci.org/xolox/python-humanfriendly.svg?branch=master https://coveralls.io/repos/xolox/python-humanfriendly/badge.png?branch=master

The functions in the humanfriendly package can be used to make text interfaces more user friendly by parsing and formatting file sizes and timestamps in simple, human readable formats. It’s currently tested on Python 2.6, 2.7 and 3.4.

Getting started

It’s very simple to start using the humanfriendly package:

>>> import humanfriendly
>>> user_input = raw_input("Enter a readable file size: ")
Enter a readable file size: 16G
>>> num_bytes = humanfriendly.parse_size(user_input)
>>> print num_bytes
17179869184
>>> print "You entered:", humanfriendly.format_size(num_bytes)
You entered: 16 GB

Contact

The latest version of humanfriendly is available on PyPI and GitHub. The documentation is hosted on Read the Docs. For bug reports please create an issue on GitHub. If you have questions, suggestions, etc. feel free to send me an e-mail at peter@peterodding.com.

License

This software is licensed under the MIT license.

© 2013 Peter Odding.

Release history Release notifications | RSS feed

This version

1.23

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

humanfriendly-1.23.tar.gz (17.3 kB view details)

Uploaded Source

File details

Details for the file humanfriendly-1.23.tar.gz.

File metadata

  • Download URL: humanfriendly-1.23.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for humanfriendly-1.23.tar.gz
Algorithm Hash digest
SHA256 3170ce8108255bf196643196affc0b78265e978ee01c7f730e76fa2cb3d9cc84
MD5 6566535b5b26350915497c80d13be43f
BLAKE2b-256 924f9a77a0ca0bc2859d5b669ca508c0e44e074e58a6b628d3a8616d1fb094c4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page